Add 18 new prompts files#56
Merged
Merged
Conversation
…b Copilot suggestions - Introduced a comprehensive prompt for ensuring .NET/C# code adheres to best practices, covering documentation, design patterns, dependency injection, resource management, async patterns, testing standards, configuration, AI integration, error handling, performance, security, and code quality. - Added a prompt for reviewing C#/.NET code for design pattern implementation, providing a checklist for required patterns, architecture, best practices, SOLID principles, performance, maintainability, testability, security, documentation, code clarity, and clean code. - Created prompts for suggesting relevant GitHub Copilot chatmodes and prompts based on the current repository context, including a structured process for fetching available chatmodes/prompts, scanning local files, and presenting options with rationale. - Developed a prompt for updating Azure Verified Modules (AVM) in Bicep files, detailing the process for scanning, checking for updates, validating, and handling breaking changes. - Implemented a prompt for updating implementation plans with new requirements, ensuring machine-readable output and adherence to a strict template. - Added a prompt for updating the llms.txt file to reflect changes in documentation or specifications, focusing on compliance with the llmstxt specification. - Created a prompt for updating markdown file indices with files from specified folders, including options for table structures and update strategies. - Developed a prompt for updating object-oriented component documentation, following industry best practices and ensuring alignment with current implementations. - Added a prompt for updating specification files, emphasizing clarity, structure, and compliance with established documentation standards.
- Renamed prompt title for clarity. - Added spacing for improved readability. - Enhanced structure to ensure compliance with template validation rules.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds 18 new AI-guided prompt files covering tasks from ADR creation to spec updates, and updates the README to list each new prompt for easy installation.
- Introduced prompts for specification management, implementation plans, LLM guidance, OO documentation, Azure module updates, GitHub Issue automation, and .NET best practices/pattern reviews.
- Added “Suggest Awesome” prompts to surface relevant Copilot prompts/chatmodes from the awesome-copilot repo.
- Updated
README.mdto include install badges for all new prompt files.
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| prompts/update-specification.prompt.md | New agent prompt to update existing spec files |
| prompts/update-oo-component-documentation.prompt.md | New agent prompt to refresh OO component docs |
| prompts/update-markdown-file-index.prompt.md | New agent prompt to generate/update a markdown index |
| prompts/update-llms.prompt.md | New agent prompt to update llms.txt |
| prompts/update-implementation-plan.prompt.md | New agent prompt to update implementation plans |
| prompts/update-avm-modules-in-bicep.prompt.md | New agent prompt to update AVM versions in Bicep |
| prompts/suggest-awesome-github-copilot-prompts.prompt.md | New agent prompt to suggest Copilot prompts |
| prompts/suggest-awesome-github-copilot-chatmodes.prompt.md | New agent prompt to suggest Copilot chatmodes |
| prompts/dotnet-design-pattern-review.prompt.md | New agent prompt for .NET design pattern reviews |
| prompts/dotnet-best-practices.prompt.md | New agent prompt for .NET/C# best practices |
| prompts/create-specification.prompt.md | New agent prompt to create spec files |
| prompts/create-oo-component-documentation.prompt.md | New agent prompt to generate OO component docs |
| prompts/create-llms.prompt.md | New agent prompt to create llms.txt from scratch |
| prompts/create-implementation-plan.prompt.md | New agent prompt to create implementation plans |
| prompts/create-github-issues-for-unmet-specification-requirements.prompt.md | New agent prompt to open issues for unmet specs |
| prompts/create-github-issues-feature-from-implementation-plan.prompt.md | New agent prompt to open issues from plan phases |
| prompts/create-github-issue-feature-from-specification.prompt.md | New agent prompt to open an issue from a spec file |
| prompts/create-architectural-decision-record.prompt.md | New agent prompt to create ADR documents |
| README.md | Updated to list/install all new prompts |
Comments suppressed due to low confidence (1)
prompts/update-specification.prompt.md:22
- Typo: 'highlevel' should be hyphenated as 'high-level'.
The specification should be saved in the [/spec/](/spec/) directory and named according to the following convention: `[a-z0-9-]+.md`, where the name should be descriptive of the specification's content and starting with the highlevel purpose, which is one of [schema, tool, data, infrastructure, process, architecture, or design].
- Corrected "soltion" to "solution" in the prompt description.
aaronpowell
approved these changes
Jul 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
node update-readme.jsand verified thatREADME.mdis up to date.Description
Adds the following prompt files:
Type of Contribution
Additional Notes
This includes the prompts:
Suggest Awesome GitHub Copilot Prompts
Suggest Awesome GitHub Copilot Chatmodes
These can be used to discover and download further prompts/chat modes from the repo. Haven't implement a instructions one yet.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.