Add GitHub Copilot instructions for repository #4

Merged
Copilot merged 2 commits from copilot/setup-copilot-instructions into main 2025-10-27 12:51:02 -05:00
Copilot commented 2025-10-27 12:07:48 -05:00 (Migrated from github.com)

Configures repository-specific instructions for GitHub Copilot to provide context-aware code suggestions and reviews.

Changes

  • Created .github/copilot-instructions.md with:
    • Tech stack: Node.js/Express backend, React 18 frontend, Docker deployment
    • Code conventions: CommonJS for backend, ES6 modules for frontend, async/await patterns
    • Security guidelines: Environment variable usage, SSRF awareness for this API automation tool
    • Architecture patterns: In-memory storage, node-cron scheduling, webhook notifications
    • Testing & deployment: Docker compose workflows, API testing approach

The instructions cover project-specific context that Copilot couldn't infer from code alone, enabling better suggestions for task execution, cron scheduling, and webhook notification patterns used throughout the codebase.

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.

Configures repository-specific instructions for GitHub Copilot to provide context-aware code suggestions and reviews. ## Changes - Created `.github/copilot-instructions.md` with: - **Tech stack**: Node.js/Express backend, React 18 frontend, Docker deployment - **Code conventions**: CommonJS for backend, ES6 modules for frontend, async/await patterns - **Security guidelines**: Environment variable usage, SSRF awareness for this API automation tool - **Architecture patterns**: In-memory storage, node-cron scheduling, webhook notifications - **Testing & deployment**: Docker compose workflows, API testing approach The instructions cover project-specific context that Copilot couldn't infer from code alone, enabling better suggestions for task execution, cron scheduling, and webhook notification patterns used throughout the codebase. <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > > ---- > > *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](https://gh.io/copilot-coding-agent-tips). > > <Onboard this repo></issue_description> > > ## Comments on the Issue (you are @copilot in this section) > > <comments> > </comments> > </details> - Fixes SluberskiHomeLab/orchestrateui#3 <!-- START COPILOT CODING AGENT TIPS --> --- 💡 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](https://gh.io/copilot-coding-agent-tips) in the docs.
SluberskiHomeLab (Migrated from github.com) reviewed 2025-10-27 12:07:48 -05:00
Sign in to join this conversation.
No description provided.