resolve-issues
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Resolve GitHub Issues
Execute issue resolution workflow using isolated worktrees, TDD methodology, and agent collaboration.
Runtime notes
- Worktrees: worktrees are plain git —
git worktree add -b <branch> <path> <base>to create the isolated worktree,git worktree remove <path>(plusgit branch -D <branch>if needed) to clean it up. Runtimes with a dedicated worktree tool may use it instead; the result is the same. - Skill invocation: hand PR creation to the sibling
create-prskill using the runtime's own skill-invocation mechanism — the handoff contract inreferences/pr-creation-handoff.mdis what matters, not the call syntax.