Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .claude/skills/forklift-issue-picker/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gh pr create \
gh pr checks --watch
```
- Fix CI failures on the branch
- Once CI is green, dispatch **`/review-pr <PR-number>`** command using the Task tool with `forklift-review` subagent. The subagent runs 4 parallel stages (code smells, security, issue compliance, follow-ups), posts inline PR comments, and iterates until all findings are resolved.
- Once CI is green, dispatch **`/review-pr <PR-number>`** command using the Task tool with `build` subagent. The subagent loads the forklift-review skill, runs 4 parallel stages (code smells, security, issue compliance, follow-ups), posts inline PR comments, and iterates until all findings are resolved.
- **Do NOT merge before the review completes** — the review is the gatekeeper

### 7. Wait for human approval (guard)
Expand Down Expand Up @@ -121,11 +121,11 @@ Dispatches forklift-review as a subagent for a PR with the given number.
/review-pr <PR-number>
```

**Usage:** `Task` tool, `forklift-review` subagent. The PR number MUST be passed in the prompt:
**Usage:** `Task` tool with `build` subagent type. The PR number MUST be passed in the prompt:
```
Task(
subagent_type: "forklift-review",
prompt: "Review PR #<N> using forklift-review skill"
subagent_type: "build",
prompt: "Review PR #<N>. First, load the forklift-review skill (.claude/skills/forklift-review/SKILL.md), then follow its instructions to review this PR."
)
```

Expand Down
Loading