Labsco
github logo

create-github-issues-for-unmet-specification-requirements

✓ Official36,200

by 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...

🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the github/awesome-copilot package — works on its own, and pairs well with its siblings.

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 receiveExpand

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_issues to avoid duplicates

  • Create new issue per unimplemented requirement using create_issue

  • Use feature_request.yml template (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