Skip to content
Development
Skill

/review

Gate the work behind a local reviewer panel.

From plugin
sherifabdlnaby-skills
827 skills
Install
$ npx -y skills add sherifabdlnaby/skills --skill review --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Gate the work behind a local reviewer panel.

SKILL.md

review.SKILL.md
name: review
description: Gate the work behind a local reviewer panel.
license: MIT
argument-hint: "[number of reviewers, default 2]"
disable-model-invocation: true
metadata:
  author: sherifabdlnaby
  version: "0.1.0"

review

The task isn't done until it passes a reviewer panel. Run the gate before declaring done.

Panel

`$ARGUMENTS` = reviewer count, default 2:

  • `1` → fork reviewer only.
  • `2` → 1 independent + 1 fork.
  • `N` → N−1 independents with distinct lenses (correctness, functionality, simplification, security, tests) + 1 fork.

Reviewer types:

  • **Fork** — an agent forked from this session, carrying the full conversation context. Always on the session model.
  • **Independent** — fresh context: give it only the task description and the branch diff vs merge-base.

Cross-model: If you are Claude, and have access to Open AI Model (like in Cursor), then prefer cross-model reviewers as long as they're not a weaker model. For example, Opus 4.8 <-> GPT 5.5

Gate

1. Run the panel in parallel. 2. Triage findings: fix the real ones; reject with a stated reason (you have context reviewers lack), or escalate to user. 3. One re-review round, of the fixes only. 4. Gate opens. Escalate, contested or rejected findings go in the final summary.

Ships withsherifabdlnaby-skills

🍣 Hand-rolled AI Skills distilled from my everyday experience. Git & Mise (...and others).

Get the whole plugin
Stats
8
Stars
1
Forks
Active
Maintenance
Python
Language
11d ago
Last commit
3mo ago
Created

Repo: sherifabdlnaby/skills

Other skills on sherifabdlnaby-skills.