review-fetch-phase

Fetches canonical PR review state and renders derived state artifacts. Use when the user wants the state acquisition phase only (fetch, render, summarize) for a review-framework PR.

Install
npx skills add 'https://github.com/prisma/orm/tree/main/skills-contrib/review-fetch-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-fetch-phase",  "private": true,  "type": "module",  "version": "0.0.0",  "description": "Fetch phase package for review-framework skill",  "scripts": {    "fetch": "node scripts/fetch-review-state.mjs",    "render": "node scripts/render-review-state.mjs",    "summarize": "node scripts/summarize-review-state.mjs",    "validate": "node scripts/validate-review-state.mjs",    "targets": "node scripts/extract-review-targets.mjs",    "guard-ignored": "node scripts/guard-review-artifacts-ignored.mjs"  }}