issue-to-implementation
Installation
SKILL.md
Issue to Implementation Skill
Transform GitHub issues into implemented code changes with comprehensive planning, validation, and PR creation.
Overview
This skill provides a complete workflow to go from a GitHub issue URL to a merged-ready pull request:
- Fetch and analyze issue details and comments
- Create or validate implementation plans
- Validate bugs if applicable
- Implement the solution with proper commits
- Create a well-labeled PR following project templates
Prerequisites
ghCLI installed and authenticated (gh auth status)- Git repository with remote configured
- Write access to the repository