Review Agent Governance
Blocks an agent from posting PR reviews, merges or CI edits until a human opens an approval window.
Install
Ships scriptsClaude Code: /plugin marketplace add wshobson/agents → /plugin install review-agent-governance@claude-code-workflows
Bir ajanın PR'a yorum yazma, birleştirme ya da CI yapılandırmasına dokunma yetkisi insan onayına bağlanırken
- Author
- Tom Farley
- License
- MIT
The default Cedar policy names the surfaces where an agent's mistake becomes other people's problem: gh pr review, comment, merge and close, the issue and release commands, pushes to main or release branches, and writes into .github/workflows or .gitlab-ci.yml. Everything else passes through untouched. Approval is a flag file — create it, let the action run, remove it — or a slash command that writes the same flag with a stated reason. What makes the documentation unusually trustworthy is the section admitting its limits: the approval log is plain JSON an operator could edit afterwards, and a human-approved call produces a receipt with no policy digest because Cedar was never consulted. Only the tool-call receipts are signed, and the README says so plainly.
Similar skills
Git & PR Workflows
SkillDrives review to pull request as ordered steps that write state to disk, not to the context window.
Protect MCP
SkillGates every tool call through a Cedar policy and signs the decision into a hash-chained receipt.
Comprehensive Review
SkillA phased review that writes each stage to disk so later phases read files, not context memory.

Comments(0)
Sign in to comment