implement-issue-worktree-subagent - Implement GitHub issues using Git worktrees and subagents
Isolates work branches via Git Worktree, delegates implementation to domain subagents, and creates pull requests after testing.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create Git worktree for issue
- Delegate implementation to subagents
- Run test and lint suites
- Verify CI compatibility via Docker
- Create GitHub pull request
- Update issue status and comment
- Remove worktree upon completion
Inputs
- GitHub issue number
- Database environment variables
Outputs
- Git feature branch
- GitHub pull request
- GitHub issue comments and status label
- Execution status report
Requirements
- Git CLI
- Node.js and npm
- GitHub CLI
- Docker
