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
Jesse Ehrenzweig
74476591c5
Updated ASP.NET Core version references (9 -> 10)
2026-01-30 12:18:32 -05:00
copilot-swe-agent[bot]
c1f10f7dff
Add missing imports to Manual Server Control example
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-01-28 23:38:12 +00:00
copilot-swe-agent[bot]
d12b0b43e6
Fix Python async syntax in copilot-sdk-python.instructions.md
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-01-28 23:36:47 +00:00
Aaron Powell
66b0bfb9cc
Adding copilot-sdk stuff
2026-01-22 15:51:40 +11:00
bmaucote
3ffc10e4dd
Update agent instruction file
2026-01-16 17:53:14 +01:00
Christopher Harrison
f078f4540d
Update Svelte instructions with Svelte 5 best practices
...
- Added latest Svelte 5 runes best practices (.by, .pre, untrack)
- Added type-safe context with createContext() pattern
- Added transitions and animations section
- Emphasized effect best practices (prefer over )
- Added function bindings for two-way binding
- Restructured document for better readability with logical groupings
- Organized into clear sections: Core Concepts, Reactivity, SvelteKit, UI, TypeScript, Production
- Consolidated related topics (data loading, forms, tooling)
- Updated to align with official Svelte 5 and SvelteKit documentation
2026-01-15 14:13:10 -08:00
John Haugabook
0b9fb23265
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-14 16:39:55 -05:00
jhauga
e57e0f4816
Instructions for best color practices
2026-01-14 16:01:01 -05:00
bmaucote
9587bdef20
Add handoffs
2026-01-13 11:50:50 +01:00
Aaron Powell
aa8abf9f8c
Merge pull request #561 from fazedordecodigo/update-nextjs-instructions
...
Update Next.js instructions aligned with Next.js 16.1.1 (Jan 2026)
2026-01-13 09:07:07 +11:00
Mads Kristensen
a0cf303bda
Update instructions/vsixtoolkit.instructions.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-12 10:40:15 -08:00
Mads Kristensen
a54408d8f8
Update instructions/vsixtoolkit.instructions.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-12 10:39:17 -08:00
Mads Kristensen
b703c76d09
Update instructions with .editorconfig and .NET constraints
...
Added guidelines for adhering to .editorconfig and .NET Framework constraints.
2026-01-12 10:30:32 -08:00
Emerson Delatorre
9851144540
UPDATE: Corrigir a aplicação das melhores práticas do Next.js para incluir extensões específicas de arquivos
2026-01-12 15:20:36 -03:00
Emerson Delatorre
b6c28be915
UPDATE: Atualizar o título das práticas recomendadas do Next.js para 2026
2026-01-12 12:41:48 -03:00
Emerson Delatorre
09d12dc094
UPDATE: Revise Next.js best practices and enhance caching guidelines for version 16.1.1
2026-01-12 12:37:22 -03:00
Matt Soucoup
8173d995fa
Merge branch 'main' into add-agent-skills-instructions
2026-01-09 13:24:43 -10:00
Matt Soucoup
dadec85778
Merge branch 'main' into update-prompt-instructions
2026-01-09 13:16:15 -10:00
Matt Soucoup
a179d17715
Merge branch 'main' into patch-1
2026-01-09 13:08:07 -10:00
Matt Soucoup
7cb91eb601
Merge branch 'main' into add-symfony-instructions
2026-01-09 12:43:29 -10:00
Matt Soucoup
085172eeee
Merge branch 'main' into main
2026-01-09 12:41:13 -10:00
Matt Soucoup
960f40bc36
Merge branch 'main' into add-lws-instructions
2026-01-09 08:21:36 -10:00
Matt Soucoup
165cfb8d42
Merge branch 'main' into scala
2026-01-09 08:13:46 -10:00
Matt Soucoup
6079d04bd2
Merge branch 'main' into MCP-M365-Agents
2026-01-09 07:03:26 -10:00
Troy Simeon Taylor
fcfa14e758
Add TypeSpec for Microsoft 365 Copilot collection ( #516 )
...
* Add TypeSpec for Microsoft 365 Copilot collection: prompts, instruction, manifest, docs
* Fix prompt frontmatter (mode + quoted descriptions), quote instructions description, and folderId casing in docs
* Prompt frontmatter: remove name, add model field per guide
---------
Co-authored-by: Troy Taylor <troytaylor@microsoft.com >
Co-authored-by: Matt Soucoup <masoucou@microsoft.com >
2026-01-09 09:03:03 -08:00
benjisho-aidome
57473945b0
Add concise DevOps resources (agents, instructions, prompt) ( #1 ) ( #513 )
...
* Initial plan
* Add DevOps resources: agents, instructions, and prompt
* Replace redundant GitHub Actions instructions with expert agent
* Make DevOps resources more generic for easier maintenance
* Remove optional model field to align with repository conventions
* Reduce code examples to focus on principles and guidance
* Add DevOps Expert agent following infinity loop principle
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com >
Co-authored-by: Matt Soucoup <masoucou@microsoft.com >
2026-01-09 08:41:01 -08:00
Gordon Lam (SH)
97b9837c74
Address PR review: Replace Claude with AI agent, fix scriptified wording
2026-01-09 21:58:34 +08:00