
create-github-issues-for-unmet-specification-requirements
✓ Official★ 36,200by github · part of github/awesome-copilot
Automatically create GitHub issues for specification requirements not yet implemented in code. Analyzes specification files to extract all requirements, then checks codebase implementation status for each one Searches existing issues to prevent duplicates before creating new feature request issues Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria Scans related specification files and code patterns to verify whether requirements are...
Automatically create GitHub issues for specification requirements not yet implemented in code. Analyzes specification files to extract all requirements, then checks codebase implementation status for each one Searches existing issues to prevent duplicates before creating new feature request issues Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria Scans related specification files and code patterns to verify whether requirements are...
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
by github
Automatically create GitHub issues for specification requirements not yet implemented in code. Analyzes specification files to extract all requirements, then checks codebase implementation status for each one Searches existing issues to prevent duplicates before creating new feature request issues Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria Scans related specification files and code patterns to verify whether requirements are...
npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-for-unmet-specification-requirements
Download ZIPGitHub36.2k
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)
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
npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-for-unmet-specification-requirementsRun this in your project — your agent picks the skill up automatically.
Create GitHub Issues for Unmet Specification Requirements
Create GitHub Issues for unimplemented requirements in the specification at ${file}.
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
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.