GitHub Copilot

Prompts and configuration targeted at GitHub Copilot — both the in-IDE chat and the GitHub Copilot cloud agent.

What usually lives here

  • .github/copilot-instructions.md — the repo-level file that tells Copilot your house rules (style, test runner, DB layer, what not to touch).
  • Issue templates designed as bounded tasks for explicit Copilot assignment, API-based assignment, or a repository Copilot automation: narrow scope, acceptance criteria, reproduction steps, and links to the failing CI run.
  • Path-specific instructions — Copilot supports .github/instructions/NAME.instructions.md with applyTo frontmatter for file-scoped rules.
  • Prompt snippets that live in the IDE chat history and got enough reuse to be worth sharing.

Browse entries

Every entry carries its author, team, and maturity. Click any card for the full prompt.

Contribute a new Copilot prompt →