Skip to content

Add Copilot custom instructions for repository context - #23

Draft
pradeepgudipati with Copilot wants to merge 5 commits into
mainfrom
copilot/set-up-copilot-instructions
Draft

Add Copilot custom instructions for repository context#23
pradeepgudipati with Copilot wants to merge 5 commits into
mainfrom
copilot/set-up-copilot-instructions

Conversation

Copilot AI commented Jan 22, 2026

Copy link
Copy Markdown

Adds .github/copilot-instructions.md to provide Copilot with repository-specific context for better code suggestions.

Configuration Details

Tech Stack: Python 3.8+, Flask 3.0.3, SQLite/SQLAlchemy, PyTorch, Transformers

Coding Standards:

  • PEP 8 conventions with docstrings and type hints
  • SQLAlchemy ORM for all database operations
  • JSONL format follows OpenAI chat completion schema
  • Cross-platform file paths using os.path.join()

Project Structure: Flask app in src/ with data tools, models, and frontend subdirectories. Database at src/data/qa_data.db.

Security Notes: Documents best practices including moving hardcoded secret keys to environment variables.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gh.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 22, 2026 06:13
Co-authored-by: pradeepgudipati <20687369+pradeepgudipati@users.noreply.github.com>
Co-authored-by: pradeepgudipati <20687369+pradeepgudipati@users.noreply.github.com>
Co-authored-by: pradeepgudipati <20687369+pradeepgudipati@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for the repository Add Copilot custom instructions for repository context Jan 22, 2026
Copilot AI requested a review from pradeepgudipati January 22, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants