What problem does it solve?
This Skill provides a complete, structured workflow for implementing a GitHub issue from start to finish, including branch creation, TDD, quality checks, and PR creation, ensuring best practices are followed. It automates the entire development cycle, saving time and reducing complexity.
Core Features & Use Cases:
- Automated Setup: Fetches issue details, creates a branch, and generates issue-specific documentation, providing a quick start.
- Integrated Quality Checks: Guides through running
mojo format, pre-commit hooks, and tests, ensuring code quality throughout.
- Use Case: When you're assigned a new GitHub issue, use this skill to kickstart the entire implementation process. It will set up your branch, create documentation, guide you through TDD, and help you create a properly linked pull request, streamlining your workflow.
Quick Start:
Use the gh-implement-issue skill to start the end-to-end implementation workflow for GitHub issue number 42.