Aaron Powell
3aeb89f550
Merge pull request #660 from StevenJV/main
...
Update tools section in conventional commit prompt
2026-02-04 09:29:17 +11:00
Steven Vore
e0ef76bcaf
Update tools section in conventional commit prompt
2026-02-03 11:02:24 -05:00
Amaury Levé
461c92745d
Fix assertion
2026-02-03 16:33:50 +01:00
Amaury Levé
a08d09b311
Improve best practices for MSTest
2026-02-03 14:12:06 +01:00
Aaron Powell
9afab17e01
Cleaning up the name of a lot of agents
2026-02-03 14:11:03 +11: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
Benji Shohet
9c11df2445
Add Arch Linux expert resources
2026-01-31 23:26:43 +02:00
Aaron Powell
92dbe54cc6
Cleaning up some legacy around chat modes
2026-01-23 10:51:55 +11:00
Aaron Powell
ef6e13d783
Merge pull request #588 from shibicr93/feat/openapi-to-application-collections
...
Add OpenAPI-to-Application collections for 5 common frameworks
2026-01-19 12:06:27 +11:00
shibicr93
f1e6b77ab7
Add OpenAPI-to-Application collections for 5 common frameworks
...
Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go
Reuses existing framework instructions for consistency and best practices.
2026-01-18 00:02:52 +01:00
Tim Heuer
75808547a6
Update prompts/apple-appstore-reviewer.prompt.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-16 10:32:05 -08:00
Tim Heuer
8ae7cb45d9
feat: add Apple App Store Reviewer prompt
...
- 📝 New prompt for auditing iOS app code and metadata
- 🔍 Identifies rejection risks and optimization opportunities
- 📋 Provides structured recommendations for App Store compliance
2026-01-16 10:19:15 -08:00
Kent Yao
1176cc4ffa
Update prompts/suggest-awesome-github-copilot-instructions.prompt.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-15 16:25:30 +08:00
Kent Yao
0d48c3fb55
Update prompts/suggest-awesome-github-copilot-prompts.prompt.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-15 16:25:21 +08:00
Kent Yao
41b6941237
Update prompts/suggest-awesome-github-copilot-collections.prompt.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-15 16:25:11 +08:00
Kent Yao
c4f2978a51
Add outdated detection to collections, instructions, and prompts suggestion files
...
Similar to c12041b which added outdated agent detection, this commit adds:
- Version comparison process for detecting outdated local assets
- Fetch remote versions step in the process workflow
- Updated icons reference with outdated status indicators
- Update handling sections for managing outdated assets
- Updated output table examples to show outdated status
2026-01-15 16:15:00 +08:00
Kent Yao
4552673641
feat: enhance agent suggestion prompt to detect and update outdated agents
...
- Add version comparison process to identify outdated local agents
- Introduce ⚠️ status icon for installed but outdated agents
- Add detailed comparison of remote vs local agent content
- Include update handling instructions for outdated agents
- Enhance process to fetch and compare remote versions
- Update output format to show outdated agents with specific differences
2026-01-14 19:57:02 +08:00
Jon Corbin
c7178c31c6
Apply suggestions from code review
2026-01-12 14:09:49 -05:00
Jon Corbin
531b511886
fetch -> web/fetch everywhere
2026-01-12 14:07:00 -05:00
Jon Corbin
5afc90e633
Revert "fetch -> web/fetch for everything"
...
This reverts commit ca790b1716 .
2026-01-12 14:03:48 -05:00
Jon Corbin
e8577617b0
Merge branch 'main' into patch-1
2026-01-12 14:03:12 -05:00
Jon Corbin
ca790b1716
fetch -> web/fetch for everything
2026-01-12 14:00:22 -05:00
krushideep
f408d11479
Merge branch 'main' into add-systemverilog-style-link
2026-01-10 08:16:14 +05:30
krushideep
9e0ce96658
Update write-coding-standards-from-file.prompt.md
...
Updates (system Verilog) to SystemVerilog to address comment on the PR
2026-01-10 08:11:05 +05:30
Matt Soucoup
de65ff640a
Merge branch 'main' into add-systemverilog-style-link
2026-01-09 13:03:09 -10:00
Peter Karda
151f3120df
Update structured-autonomy-plan.prompt.md
...
Removing extra closing bracket in the model name since it causes error in VS Code
2026-01-09 21:44:38 +01:00
Matt Soucoup
b63a1c6559
Merge branch 'main' into patch-1
2026-01-09 08:24:52 -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
krushideep
0c8f20641b
Merge branch 'main' into add-systemverilog-style-link
2026-01-08 08:11:35 +05:30
Gonzalo
e496ef1b9b
prompt are not supported on .prompt.md files ( #501 )
...
Co-authored-by: Matt Soucoup <masoucou@microsoft.com >
2026-01-07 16:58:26 -08:00
Krushi
0e15e611bf
Add System Verilog style guide link in coding standards prompt
2026-01-07 21:11:47 +05:30
Jon Corbin
6500ed2e79
documentation-writer: fetch -> web/fetch
...
Updated tools list to include 'web/fetch' instead of 'fetch'.
2026-01-03 17:31:14 -05:00
Troy Taylor
957f3ab346
Add MCP-based M365 Agents collection
...
- Create Declarative Agent prompt with MCP server integration
- Create Adaptive Cards prompt for visual response templates
- Deploy and Manage Agents prompt for admin workflows
- Development guidelines instruction file
- Collection manifest and reference documentation
Based on:
- https://devblogs.microsoft.com/microsoft365dev/build-declarative-agents-for-microsoft-365-copilot-with-mcp/
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/build-mcp-plugins
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-adaptive-cards
- https://learn.microsoft.com/en-us/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps
2025-12-23 13:16:55 -05:00
Julien Dubois
14285a28ba
Add GraalVM Native Image support for Java applications ( #475 )
...
* Add GraalVM Native Image support for Java applications
* Fix comments from @aaronpowell
* Use [latest-version] placeholder
* Update prompts/java-add-graalvm-native-image-support.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update prompts/java-add-graalvm-native-image-support.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update prompts/java-add-graalvm-native-image-support.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update prompts/java-add-graalvm-native-image-support.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add model for GraalVM native build
* Update prompts/java-add-graalvm-native-image-support.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* specify agent mode
* Enhance GraalVM Native Image support in Maven configuration by adding a native profile and specifying main class for better build management
* Fix formatting of agent field in GraalVM Native Image support prompt
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-11 09:52:23 +11:00
Burke Holland
dfb9d33cfe
Structured Autonomy Workflow ( #469 )
...
* Adding structured autonomy workflow
* Update README
* Apply suggestions from code review
Fix spelling mistakes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add structured autonomy implementation and planning prompts
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-09 10:23:25 +11:00
Troy Simeon Taylor
a89019fb3b
Add Dataverse SDK for Python Collection ( #458 )
...
* Add Dataverse SDK for Python: 5 new instruction files (error handling, authentication, performance, testing, use cases) + 4 prompts and updated READMEs
* Delete COLLECTION_STATUS.md
* Delete ENHANCEMENT_SUMMARY.md
2025-12-05 10:38:34 +11:00
John Haugabook
71ed2740aa
add convert-plaintext-to-md prompt ( #455 )
...
* add convert-plaintext-to-md prompt
* add convert-plaintext-to-md prompt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-05 09:27:01 +11:00
John Haugabook
cdbe21347b
add tldr-prompt prompt ( #446 )
...
* add tldr-prompt prompt
* add tldr-prompt
Apply suggestion.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-03 09:53:58 +11:00
John Haugabook
adbecbabc6
add create-tldr-page prompt ( #445 )
...
* add create-tldr-page prompt
* create-tldr-page: add expected and formatting
create-tldr-page: add expected and formatting
create-tldr-page: add expected and formatting
2025-12-03 09:52:48 +11:00
Copilot
2f9c96d4b5
Fix deprecated 'mode' attribute in prompt files by renaming to 'agent' ( #441 )
...
* Initial plan
* Rename 'mode' to 'agent' in prompt files and CONTRIBUTING.md
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2025-12-01 10:56:45 +11:00
Aaron Powell
86adaa48fe
Chat Modes -> Agents ( #433 )
...
* Migrating chat modes to agents now that's been released to stable
* Fixing collections
* Fixing names of agents
* Formatting
* name too long
* Escaping C# agent name
2025-11-25 16:24:55 +11:00
Pamela Fox
dd4f18d66a
Add pytest coverage prompt ( #396 )
...
* Add pytest coverage prompt
* Add pytest coverage prompt
* Address feedback
2025-11-16 09:49:42 +11:00
Dobri Danchev
2f5e9e9050
fix: update tool names in prompts for consistency ( #393 )
...
- Changed tool names from 'run_in_terminal' and 'get_terminal_output'
to 'runCommands/runInTerminal' and 'runCommands/getTerminalOutput'
for uniformity across prompt files.
Signed-off-by: D. Danchev <12420863+danchev@users.noreply.github.com >
2025-11-11 09:34:18 +11:00
John Haugabook
238f2001a0
add write-coding-standards-from-file.prompt ( #386 )
...
* add write-coding-standards-from-file.prompt
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-10 10:28:28 +11:00
oleksiyyurchyna
c6b3a64645
Rename dotnet-upgrade.prompts.md to dotnet-upgrade.prompt.md ( #373 )
...
* Rename dotnet-upgrade.prompts.md to dotnet-upgrade.prompt.md
* updated README and extend dotnet development
* revert charp dotnet development
* updated mds
---------
Co-authored-by: o.yurchyna@core-suite.com <o.yurchyna@core-suite.com >
2025-11-06 09:30:51 +11:00
Diego Gamboa
635facc486
Add model-recommendation prompt to suggest optimal Copilot models for chatmodes/prompts ( #356 )
...
* Add AI model recommendation prompt for Copilot integrations
Introduces a detailed prompt for recommending optimal AI models
based on `.chatmode.md` or `.prompt.md` file analysis. The prompt
outlines a workflow for task evaluation, model selection criteria,
and cost-efficiency considerations. It includes support for
subscription tiers, deprecated model migration, and advanced
features like Context7 integration.
This addition enhances the ability to automate and optimize AI
model recommendations, improving alignment with task complexity,
user priorities, and available tools.
* Running update script
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com >
2025-11-03 10:10:32 +11:00
CypherHK
2b45ca4e8b
feat: update deprecated tool names to namespaced versions ( #365 )
...
- Replace 'codebase' with 'search/codebase'
- Replace 'searchResults' with 'search/searchResults'
- Replace 'terminalLastCommand' with 'runCommands/terminalLastCommand'
- Replace 'terminalSelection' with 'runCommands/terminalSelection'
Updated files:
- 13 chatmode files in chatmodes/
- 41 prompt files in prompts/
This update aligns with VS Code's latest tool naming conventions that organize tools into logical namespaces.
2025-10-30 09:29:27 +11:00