review-triage-phase

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.

Install
npx skills add 'https://github.com/prisma/orm/tree/main/skills-contrib/review-triage-phase'
Download bundle ↓
main · fac8604Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗
View on GitHub
← Back to SKILL.md
{  "name": "@repo/skill-review-triage-phase",  "private": true,  "type": "module",  "version": "0.0.0",  "description": "Triage phase package for review-framework skill",  "scripts": {    "bootstrap-actions": "node scripts/bootstrap-review-actions.mjs",    "validate-actions": "node scripts/validate-review-actions.mjs",    "render-actions": "node scripts/render-review-actions.mjs"  }}