Create github issues for unmet specification requirements
Skill github/awesome-copilot/skills/create-github-issues-for-unmet-specification-requirements
Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
npx -y skills add github/awesome-copilot --skill create-github-issues-for-unmet-specification-requirementsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.
SKILL.md
1.2 KB, as published. Nobody here has run it
Create GitHub Issues for Unmet Specification Requirements
Create GitHub Issues for unimplemented requirements in the specification at ${file}.
Process
- Analyze specification file to extract all requirements
- Check codebase implementation status for each requirement
- Search existing issues using
search_issuesto avoid duplicates - Create new issue per unimplemented requirement using
create_issue - Use
feature_request.ymltemplate (fallback to default)
Requirements
- One issue per unimplemented requirement from specification
- Clear requirement ID and description mapping
- Include implementation guidance and acceptance criteria
- Verify against existing issues before creation
Issue Content
- Title: Requirement ID and brief description
- Description: Detailed requirement, implementation method, and context
- Labels: feature, enhancement (as appropriate)
Implementation Check
- Search codebase for related code patterns
- Check related specification files in
/spec/directory - Verify requirement isn't partially implemented