Produces canonical review actions from fetched review state and renders action markdown. Use when the user wants only triage/action-planning for the review-framework workflow.
npx skills add https://github.com/prisma/prisma --skill review-triage-phase
Run only the triage phase of the review-framework loop:
read current review state artifacts, bootstrap canonical review-actions.json, update triage fields, validate, then render review-actions.md.
Run commands from this skill directory. All script paths below are relative to it.
If output directory is omitted, derive:
wip/reviews/<owner>_<repo>_pr-<number>/
Expected inputs in output dir:
<output-dir>/review-state.json<output-dir>/review-targets.json (optional)<output-dir>/review-state.md (optional)<output-dir>/summary.txt (optional)If review-state.json is missing, instruct user to run:
/review-fetch-phase <PR_URL> [output-dir]Note:
review-actions.json scaffolding is generated from review-state.targets, which now includes unresolved review threads, review bodies, and issue comments.pull_request_review target may contain multiple distinct findings (e.g., CodeRabbit bundles "outside diff range" comments, actionable comments, and nitpicks into one review body). The triager must decompose these into individual action items during triage — never blanket-dismiss a review body without reading its content.<output-dir>/review-state.json<output-dir>/review-actions.json<output-dir>/review-actions.mdnode ../review-fetch-phase/scripts/guard-review-artifacts-ignored.mjs --dir <output-dir>
node ./scripts/bootstrap-review-actions.mjs --in <output-dir>/review-state.json --out <output-dir>/review-actions.json
./agents/review-triager.mdreview-actions.json is valid v2defer action includes a Linear issue identifierreview_thread targets must remain actionable via thread replies (not PR reviews)linearIssue)node ./scripts/validate-review-actions.mjs --in <output-dir>/review-actions.json --require-final
node ./scripts/render-review-actions.mjs --in <output-dir>/review-actions.json --out <output-dir>/review-actions.md
review-actions.json is canonical and must be schema version 2.triage_pending decisions.defer decisions require Linear tracking (linearIssue) and a thread reply with that link.Return artifact paths:
review-actions.jsonreview-actions.mdSuggest next step:
/review-implement-phase <PR_URL> [output-dir]Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
Multi-agent workflow examples to work together on the OpenServ Platform. Covers agent discovery, multi-agent workspaces, task dependencies, and workflow orchestration using the Platform Client. Read reference.md for the full API reference. Read openserv-agent-sdk and openserv-client for building and running agents.
> Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices.
Groups existing components into logical business domains to plan service-based architecture. Use when asking "which components belong together?", "group these into services", "organize by domain", "component-to-domain mapping", or planning service extraction from an existing codebase. Do NOT use for identifying new domains from scratch (use domain-analysis) or analyzing coupling (use coupling-analysis).
Take prisma/review-triage-phase from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.