-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add 18 new prompts files #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.