review-implement-phase

Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the review-framework workflow.

Install
npx skills add 'https://github.com/prisma/orm/tree/main/skills-contrib/review-implement-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-implement-phase",  "private": true,  "type": "module",  "version": "0.0.0",  "description": "Implement phase package for review-framework skill",  "scripts": {    "check-github-admin-ready": "node scripts/check-github-admin-ready.mjs",    "post-review-thread-reply": "node scripts/post-review-thread-reply.mjs",    "resolve-review-thread": "node scripts/resolve-review-thread.mjs"  }}