implement-issue - Triage, plan, and implement fixes for GitHub issues
Triages GitHub issues, researches codebase context, creates worktrees, drafts implementation plans, writes fixes, and runs verification checks.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Fetch GitHub issue details
- Research relevant codebase paths
- Create git worktrees and branches
- Draft structured implementation plans
- Apply code and test changes
- Run test and lint verification
Inputs
- GitHub issue number
- Maintainer hints and context
Outputs
- Git worktree and feature branch
- Implementation plan
- Updated codebase and test files
- Verification summary report
Requirements
- GitHub CLI (gh)
- Git with worktree support
- worktree-issue skill
- Make build system
- Pytest testing framework
