GitHub Copilot
Prompts and configuration targeted at GitHub Copilot — both the in-IDE chat and the Copilot Coding 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 for the Coding Agent to pick up: narrow scope, acceptance criteria, reproduction steps, links to the failing CI run.
- Path-specific instructions — Copilot supports
instructions/<path>.instructions.mdfor 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.
Vulnerable dependency remediation (issue template + instructions)
developmentA three-part bundle — a .github/copilot-instructions.md addendum, a GitHub issue template, and the issue body that gets created when a scanner projects a finding. Together they …
Sensitive data element remediation (issue template + instructions)
developmentA three-part bundle for the Copilot coding agent — a .github/copilot-instructions.md addendum, an issue template, and a repository policy — that shapes Copilot into a careful SDE …