Commit Graph

237 Commits

Author SHA1 Message Date
Aaron Powell
b1f3346ef2 content review (#995)
* Cleaned up some tool names

* Removing some instructionsThese instructions are no longer useful as the knowledge the add is already well handled by frontier models, so the instructions potentially provide conflicting or incorrect information to the agent while it undertakes a task

* Improved the skill to be more explicit on how to use playwright

* Removing a skill that is of low value

The information captured in this skill is mostly just what is found in the links that are at the top of the references, and thus the model will already have that knowledge available to it, meaning that the skill will potentially provide conflicting guidance to the agent as it works

* Updating readmes
2026-03-13 13:45:17 +11:00
Felipe Pessoto
497afb94fa Update applyTo pattern to include all Scala files. (#965) 2026-03-11 11:05:08 +11:00
Travis Hill
abcca71546 docs: update nextjs.instructions.md structure and formatting; fix typos (#877) 2026-03-05 15:44:48 +11:00
Niels Laute
dcc2ee1086 Add WinUI 3 Expert (#865)
* WinUI agent

* Improvements

* Fixes

* Add WinUI 3 unit testing guidance across agent, instructions, and skill

- Expanded Testing section in agent with Unit Test App project setup,
  [TestMethod] vs [UITestMethod] attributes, and code examples
- Added Testing rules to instructions file
- Added Testing Migration section to migration guide skill with
  UWP-to-WinUI 3 test project mapping and updated checklist

Reference: https://learn.microsoft.com/en-us/windows/apps/winui/winui3/testing/create-winui-unit-test-project

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update agents/winui3-expert.agent.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Copilot tweaks

* Update agents/winui3-expert.agent.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update agents/winui3-expert.agent.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 10:04:56 +11:00
Michael Fairchild
a05e7781cc Update a11y instructions with latest optimizations (#767)
* Update a11y instructions with latest optimizations

* Update instructions/a11y.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/a11y.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/a11y.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/a11y.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/a11y.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-03 10:05:52 +11:00
icsaba
0ca6dd51b7 add aws appsync event api instruction guide 2026-02-26 21:59:28 +01:00
copilot-swe-agent[bot]
f96a900e13 Remove prompts infrastructure from build scripts
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-24 14:40:36 +11:00
Aaron Powell
cf20643464 Merge pull request #797 from v-rperez030/markdown-accessibility-instructions
Add markdown accessibility instructions
2026-02-24 13:15:29 +11:00
Aaron Powell
63faa5bff9 Merge pull request #754 from DavidARaygoza/dev/davidraygoza/CppLSToolsInstructions
Add custom instructions for using C++ language service tools
2026-02-24 10:53:57 +11:00
Aaron Powell
a6189179af Merge branch 'staged' into main 2026-02-24 10:49:14 +11:00
Roberto Perez
f7674f57e5 Address review feedback: fix alt text example and soften H1 priority wording 2026-02-23 21:30:53 +00:00
Roberto Perez
732bfa7e04 Clarify H1 guidance for projects with auto-generated titles 2026-02-23 21:01:21 +00:00
Roberto Perez
1afa49ed4b Add markdown accessibility instructions 2026-02-23 20:34:56 +00:00
David Raygoza
c1931fa4fb Add custom instructions for using C++ language service tools 2026-02-19 16:17:37 -08:00
Aaron Powell
293d9737cb Merge branch 'main' into feat-add-context7-instruction 2026-02-19 15:29:24 +11:00
Aaron Powell
f5e992194a Merge branch 'main' into main 2026-02-19 15:28:57 +11:00
Imran Siddique
03290d78d0 fix: add applyTo field to agent-safety instructions frontmatter
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:51:18 -08:00
Imran Siddique
33b7464774 feat: add agent-safety instructions and governance reviewer agent
- instructions/agent-safety.instructions.md: Guidelines for building safe,
  governed AI agent systems (tool access controls, content safety,
  multi-agent safety, audit patterns, framework-specific notes)
- agents/agent-governance-reviewer.agent.md: Expert agent that reviews code
  for governance gaps and helps implement policy enforcement

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 13:30:30 -08:00
Héctor Benedicte
23ed831d93 Correct some mistakes following Copilot CI advice 2026-02-17 09:05:53 +01:00
Héctor Benedicte
d6848902b5 Add Moodle instructions 2026-02-17 08:57:06 +01:00
Aaron Powell
7855e66af8 Merge pull request #716 from 4regab/patch-1
Upgrade TaskSync prompt to version 5.2
2026-02-16 16:30:57 +11:00
Aaron Powell
6ecd0098cf Remove collections folder and migrate remaining references to plugins
- Remove rug-agentic-workflow collection files (already migrated to plugin)
- Remove collections.instructions.md (no longer applicable)
- Remove suggest-awesome-github-copilot-collections prompt and plugin command
- Update awesome-copilot plugin.json to reference skills prompt instead of collections
- Update contributor-report.mjs to track plugins instead of collections
- Remove unused collection constants from constants.mjs
- Update rug-agentic-workflow plugin.json with tags and items from collection
- Regenerate README docs and marketplace.json
2026-02-16 12:05:48 +11:00
lance2k
edbae02a91 Update instructions/context7.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-15 07:04:00 +08:00
Lance
42241786de Add Context7 instructions for authoritative external documentation usage 2026-02-15 06:40:42 +08:00
4regab
093848feec Fix spellings 2026-02-13 12:03:56 +08:00
James Gabriele
777540e495 Upgrade TaskSync prompt to version 5.2 2026-02-13 11:46:42 +08:00
Russ Rimmerman
836e4fc95d Update Power Apps Code Apps instructions: refine project context, improve folder structure, and clarify PowerProvider implementation 2026-02-11 12:34:10 -06:00
vfaraji89
2a324116db Fix review feedback: mode→agent frontmatter, add applyTo, generate plugin
- Fix prompt frontmatter: mode: 'agent' → agent: 'agent' (repo convention)
- Add applyTo: '**' to instructions file
- Remove trailing Claude credit from instructions
- Generate plugin via npm run plugin:migrate
- Rebase onto latest upstream/main
2026-02-10 22:43:10 +03:00
vfaraji89
2ae2db1287 Add assisted by Claude credit 2026-02-10 22:42:02 +03:00
vfaraji89
99018f421a Add context-engineering collection
Add tools for maximizing GitHub Copilot effectiveness through better
context management:

- Instructions: Guidelines for structuring code so Copilot understands it
- Agent: Context Architect - plans multi-file changes by mapping dependencies
- Prompts:
  - context-map: Map all affected files before changes
  - what-context-needed: Ask Copilot what files it needs
  - refactor-plan: Create phased refactor plans with rollback steps

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 22:42:02 +03:00
Michael Fairchild
369602333e Merge branch 'github:main' into patch-1 2026-02-09 08:21:38 -06:00
Michael Fairchild
3024e9d6ec Update instructions/a11y.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-06 15:12:47 -06:00
Michael Fairchild
892b265ef3 Revise accessibility instructions for clarity and detail
Updated accessibility instructions to improve clarity and specificity regarding coding practices for accessibility, including keyboard navigation and semantic structure.
2026-02-06 14:44:13 -06:00
Tim Deschryver
83fe668a7c fix markdown code blocks 2026-02-06 11:16:26 +01:00
Tim Deschryver
187c9d25e9 fix: markdown formatting in code review examples
Updated markdown code blocks for example comments in the code review instructions.
2026-02-06 10:06:31 +01:00
Aaron Powell
19c6ea5215 Merge pull request #662 from garrettsiegel/add-no-heredoc-instructions
Add no-heredoc instructions to prevent terminal file corruption
2026-02-06 10:04:38 +11:00
garrettsiegel
e79bba471d Add name field to frontmatter 2026-02-05 10:04:32 -05:00
Jeremy Kohn
ec196b325e Merge branch 'main' into fix-grammar-in-a11y-instructions 2026-02-04 15:46:09 -06:00
Jeremy Kohn
95c0024efa fix: Correct grammar in a11y.instructions.md 2026-02-04 15:03:40 -06:00
Aaron Powell
26e2d67ac9 Merge pull request #663 from specialforest/patch-1
Update references of older net versions with new
2026-02-04 09:32:43 +11:00
Igor Shishkin
c827c258e3 Update references of older net versions with new 2026-02-03 10:21:10 -08:00
garrettsiegel
ec917d7ec1 Add no-heredoc instructions to prevent terminal file corruption 2026-02-03 12:30:46 -05:00
trycatchkamal
e7f08b382e Updated python installation instructions 2026-02-03 22:51:52 +05:30
Aaron Powell
3e2ad679b3 Merge pull request #642 from garrettsiegel/add-tailwind-v4-vite-instructions
Add Tailwind CSS v4 + Vite installation instructions
2026-02-03 11:44:05 +11:00
garrettsiegel
b1fd2fbf5a Add Tailwind CSS v4 + Vite installation instructions 2026-02-02 12:41:48 -05:00
Jeremy Kohn
a98230c3a2 Merge branch 'main' into fix-spelling-errors-found-by-codespell 2026-02-02 02:59:58 -06:00
Jeremy Kohn
bb146c059f fix: Correct spelling errors found by Codespell 2026-02-02 00:00:31 -06:00
Aaron Powell
e27435ce22 Merge pull request #628 from benjisho/main
Add Linux expert agent, instructions, and triage prompt
2026-02-02 12:33:41 +11:00
Benji Shohet
9c11df2445 Add Arch Linux expert resources 2026-01-31 23:26:43 +02:00
Jesse Ehrenzweig
206e276610 Updated Problem Details API RFC references (7807 -> 9457) 2026-01-30 12:21:09 -05:00