From 37d98cc43c38df5a10abd717d0a0ed561ef1a500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ha=C5=82as?= Date: Fri, 1 May 2026 22:56:51 +0200 Subject: [PATCH] M1I06: Fix /review-pr subagent type from forklift-review to build --- .claude/skills/forklift-issue-picker/SKILL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/skills/forklift-issue-picker/SKILL.md b/.claude/skills/forklift-issue-picker/SKILL.md index a58982f..60b0cac 100644 --- a/.claude/skills/forklift-issue-picker/SKILL.md +++ b/.claude/skills/forklift-issue-picker/SKILL.md @@ -85,7 +85,7 @@ gh pr create \ gh pr checks --watch ``` - Fix CI failures on the branch -- Once CI is green, dispatch **`/review-pr `** 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 `** 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) @@ -121,11 +121,11 @@ Dispatches forklift-review as a subagent for a PR with the given number. /review-pr ``` -**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 # using forklift-review skill" + subagent_type: "build", + prompt: "Review PR #. First, load the forklift-review skill (.claude/skills/forklift-review/SKILL.md), then follow its instructions to review this PR." ) ```