pr
Installation
SKILL.md
Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:
Phase 0: Setup and Worktree Decision
- Ask the user: "Do you want to use a git worktree for this issue? (y/n)"
- If yes: Create worktree
./worktree-issue-$ARGUMENTS-[desc]with branchissue-$ARGUMENTS-[desc] - If no: Create a new branch:
git checkout -b issue-$ARGUMENTS-[brief-description]
- If yes: Create worktree
Phase 1: Issue Analysis and Complexity Assessment
-
Analyse the issue:
- Launch a haiku agent to: fetch issue #$ARGUMENTS with
gh issue view, summarise it, identify related code areas using Glob/Grep, and return structured findings
- Launch a haiku agent to: fetch issue #$ARGUMENTS with
-
Assess complexity (SIMPLE / MEDIUM / COMPLEX):
- SIMPLE: Single file, typos, docs-only, trivial test updates
- MEDIUM: 2-5 files, bug fixes, standard test updates
- COMPLEX: New features, architectural changes, statistical implementations
-
Execute workflow based on tier: