Documentation

create-github-issues-for-unmet-specification-requirements - Claude MCP Skill

Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.

SEO Guide: Enhance your AI agent with the create-github-issues-for-unmet-specification-requirements tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to create github issues for unimplemented requirements from specification files using feature_request.y... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟60 stars • 2853 forks
📥0 downloads

Documentation

SKILL.md
# Create GitHub Issues for Unmet Specification Requirements

Create GitHub Issues for unimplemented requirements in the specification at `${file}`.

## Process

1. Analyze specification file to extract all requirements
2. Check codebase implementation status for each requirement
3. Search existing issues using `search_issues` to avoid duplicates
4. Create new issue per unimplemented requirement using `create_issue`
5. Use `feature_request.yml` template (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

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
github/awesome-copilot
Author
github
Last Sync
3/13/2026
Repo Updated
3/13/2026
Created
2/25/2026

Reviews (0)

No reviews yet. Be the first to review this skill!