reviewer-protocol
Reviewer rejection workflow and strict lockout semantics
适合你,如果需要在代码审查中实施严格的拒绝和锁定机制
/ 通过 npx 安装 校验哈希
npx oh-my-skill add fritzandfriends/blazorwebformscomponents/reviewer-protocol/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- fritzandfriends/blazorwebformscomponents/reviewer-protocol/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify fritzandfriends/blazorwebformscomponents/reviewer-protocol安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
449GitHub stars
~941上下文体积 · 单文件
索引托管
怎么用
技能原文 SKILL.md
Context
When a team member has a Reviewer role (e.g., Tester, Code Reviewer, Lead), they may approve or reject work from other agents. On rejection, the coordinator enforces strict lockout rules to ensure the original author does NOT self-revise. This prevents defensive feedback loops and ensures independent review.
Patterns
Reviewer Rejection Protocol
When a team member has a Reviewer role:
- Reviewers may approve or reject work from other agents.
- On rejection, the Reviewer may choose ONE of:
- Reassign: Require a different agent to do the revision (not the original author).
- Escalate: Require a new agent be spawned with specific expertise.
- The Coordinator MUST enforce this. If the Reviewer says "someone else should fix this," the original agent does NOT get to self-revise.
- If the Reviewer approves, work proceeds normally.
Strict Lockout Semantics
When an artifact is rejected by a Reviewer:
- The original author is locked out. They may NOT produce the next version of that artifact. No exceptions.
- A different agent MUST own the revision. The Coordinator selects the revision author based on the Reviewer's recommendation (reassign or escalate).
- The Coordinator enforces this mechanically. Before spawning a revision agent, the Coordinator MUST verify that the selected agent is NOT the original author. If the Reviewer names the original author as the fix agent, the Coordinator MUST refuse and ask the Reviewer to name a different agent.
- The locked-out author may NOT contribute to the revision in any form — not as a co-author, advisor, or pair. The revision must be independently produced.
- Lockout scope: The lockout applies to the specific artifact that was rejected. The original author may still work on other unrelated artifacts.
- Lockout duration: The lockout persists for that revision cycle. If the revision is also rejected, the same rule applies again — the revision author is now also locked out, and a third agent must revise.
- Deadlock handling: If all eligible agents have been locked out of an artifact, the Coordinator MUST escalate to the user rather than re-admitting a locked-out author.
Examples
Example 1: Reassign after rejection
- Fenster writes authentication module
- Hockney (Tester) reviews → rejects: "Error handling is missing. Verbal should fix this."
- Coordinator: Fenster is now locked out of this artifact
- Coordinator spawns Verbal to revise the authentication module
- Verbal produces v2
- Hockney reviews v2 → approves
- Lockout clears for next artifact
Example 2: Escalate for expertise
- Edie writes TypeScript config
- Keaton (Lead) reviews → rejects: "Need someone with deeper TS knowledge. Escalate."
- Coordinator: Edie is now locked out
- Coordinator spawns new agent (or existing TS expert) to revise
- New agent produces v2
- Keaton reviews v2
Example 3: Deadlock handling
- Fenster writes module → rejected
- Verbal revises → rejected
- Hockney revises → rejected
- All 3 eligible agents are now locked out
- Coordinator: "All eligible agents have been locked out. Escalating to user: [artifact details]"
Example 4: Reviewer accidentally names original author
- Fenster writes module → rejected
- Hockney says: "Fenster should fix the error handling"
- Coordinator: "Fenster is locked out as the original author. Please name a different agent."
- Hockney: "Verbal, then"
- Coordinator spawns Verbal
Anti-Patterns
- ❌ Allowing the original author to self-revise after rejection
- ❌ Treating the locked-out author as an "advisor" or "co-author" on the revision
- ❌ Re-admitting a locked-out author when deadlock occurs (must escalate to user)
- ❌ Applying lockout across unrelated artifacts (scope is per-artifact)
- ❌ Accepting the Reviewer's assignment when they name the original author (must refuse and ask for a different agent)
- ❌ Clearing lockout before the revision is approved (lockout persists through revision cycle)
- ❌ Skipping verification that the revision agent is not the original author
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…