What problem does it solve?
This Skill automates the entire process of implementing GitHub Issues, from initial analysis and environment setup to code implementation, quality assurance, and pull request creation.
Core Features & Use Cases
- Automated Issue Analysis: Checks issue granularity and decomposes complex tasks.
- Worktree Environment: Creates isolated environments for safe and efficient coding.
- TDD & Quality Assurance: Enforces Test-Driven Development and automated quality checks.
- Automated PR & Merging: Handles pull request creation, CI monitoring, and automatic merging upon success.
- Use Case: A developer receives a GitHub issue. They can invoke this skill to automatically set up a coding environment, write tests, implement the code, ensure it passes all quality checks, and create a pull request ready for review and merging.
Quick Start
Use the implement skill to start working on issue ID 123 with the branch name 'feature-xyz'.