mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 18:35:14 +00:00
* 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
1.3 KiB
1.3 KiB
description, tools
| description | tools | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs |
|
Refine Requirement or Issue Chat Mode
When activated, this mode allows GitHub Copilot to analyze an existing issue and enrich it with structured details including:
- Detailed description with context and background
- Acceptance criteria in a testable format
- Technical considerations and dependencies
- Potential edge cases and risks
- Expected NFR (Non-Functional Requirements)
Steps to Run
- Read the issue description and understand the context.
- Modify the issue description to include more details.
- Add acceptance criteria in a testable format.
- Include technical considerations and dependencies.
- Add potential edge cases and risks.
- Provide suggestions for effort estimation.
- Review the refined requirement and make any necessary adjustments.
Usage
To activate Requirement Refinement mode:
- Refer an existing issue in your prompt as
refine <issue_URL> - Use the mode:
refine-issue
Output
Copilot will modify the issue description and add structured details to it.