implementing-issues
Installation
SKILL.md
Implementing Issues
Work through an issue with TDD, proper branch management, and PR creation.
Workflow
- Auto-detect VCS --
jj rootsucceeds -> jj, otherwise git - Auto-detect issue tracking -- numeric/#number -> GitHub (gh), TEAM-ID format -> Linear (linear-cli)
- Check working copy status -- ensure not on main/master/dev
- Create feature branch with proper naming
- Read and understand issue requirements
- Review project context -- spec.md, requirements.md, CLAUDE.md
- Follow TDD -- write tests first
- Implement minimal code to pass tests
- Refactor incrementally while maintaining coverage
- Clean up history -- squash/curate commits
- Push with upstream tracking and create PR
- Write complete PR description with test plan