github-review-iteration

Orchestrates a GitHub PR review loop by delegating triage and implementation to dedicated sub-agents, then repeating until actionable review items are cleared. Use when the user says “address PR review”, “triage review comments”, or “iterate until review is clean”.

Install
npx skills add 'https://github.com/prisma/orm/tree/main/skills-contrib/github-review-iteration'
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 ↗

package.json

package.jsonBrowse 4 files
View on GitHub
← Back to SKILL.md
{  "name": "@repo/skill-github-review-iteration",  "private": true,  "type": "module",  "version": "0.0.0",  "description": "Iterative review orchestration package for github-review-iteration skill",  "scripts": {    "iterate": "node scripts/review-iterate.mjs"  }}