ワンクリックで
triage
Triage PR review comments — assess, fix what's actionable, post status update
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Triage PR review comments — assess, fix what's actionable, post status update
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Refresh context window — agent writes handoff and restarts
CLI image manipulation — convert PNG/JPG to SVG, remove watermarks, resize, crop, and edit raster images using ImageMagick and vtracer
Triage plan review findings — categorize issues, fix actionable ones, report
Use when a request needs collaborative exploration of intent, constraints, alternatives, or design before the direction is settled.
Use when the user asks to finalize and hand back an existing design or implementation plan stored in FlickNote.
Use when a bug needs root-cause diagnosis and a written fix plan before implementation.
| name | triage |
| description | Triage PR review comments — assess, fix what's actionable, post status update |
| argument-hint | [review-file-path] |
| claude-code | {"allowed-tools":["Bash","Glob","Grep","Read","Edit","Write","Task"]} |
Triage PR review comments: assess each one, fix what's actionable, then post a status update.
If the reviewer notification includes a file path (e.g., /tmp/ttal-review-XXXXX.md),
read it first — it contains the full review.
If no file path was provided, use the review content already present in context.
Read all review comments and categorize them.
For each comment, ask:
Don't dismiss issues because they're preexisting. "Out of scope" and "predates this PR" are not reasons to defer. Evaluate by worth + effort, not by origin.
Actionable (fix now)
Format: [FIX] <summary> — <why it matters>
False Positive (push back)
Format: [FALSE POSITIVE] <summary> — <why it's wrong, suggested response>
Deferrable (follow-up)
Format: [DEFER] <summary> — <why it can wait>
Beyond reviewer comments, scan the PR diff for:
Include these as actionable even if the reviewer didn't mention them.
Address all actionable items. Then move to Phase 3.
Show a status update with what's done, what's remaining, and what you're pushing back on.
git log --oneline origin/main..HEAD git diff origin/main..HEAD
For each item, verify against code: search for implementations, check tests, confirm fixes.
Format:
src/file.ts:42