review-agent-setup

Require human approval for AI agent actions with Ed25519-signed receipts.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill review-agent-setup-priyanshkuniyal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-agent-setup
Source: https://github.com/PriyanshKuniyal/gemini-cli-resources/tree/main/extensions/claude-code-workflows/plugins/review-agent-governance/skills/review-agent-setup
Command: npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill review-agent-setup-priyanshkuniyal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Ed25519, Cedar, claude-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit provides a secure framework for human-in-the-loop review actions for AI agents, ensuring an auditable approval trail with enforced gates for critical actions.

Core Features & Use Cases

  • Human-in-the-Loop Approval: Ensures all AI agent actions such as PR reviews, comments, merges, and CI edits are approved by a human, providing a secure and verifiable audit trail.
  • Ed25519-Signed Receipts: Each action produces a signed receipt for complete traceability and integrity.
  • Use Case: When deploying AI agents for tasks like code review or CI configuration modifications, this Skill helps maintain a secure workflow, preventing unauthorized or erroneous actions.

Quick Start

To set up review-agent-setup, first install the plugin using claude plugin install wshobson/agents/review-agent-governance. Then, copy the default policy and create a receipts directory with keys for signing.

Frequently Asked Questions about review-agent-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I require human approval for AI agent code review and PR merge actions?

To require human approval for AI agent code review and PR merge actions, you can use a governance framework that enforces human-in-the-loop review gates, ensuring all automated actions are explicitly approved before execution. This creates a secure, verifiable audit trail for CI/CD security.

How does Ed25519 signing work for AI governance audit trails?

Ed25519 signing for AI governance audit trails works by generating a cryptographic digital signature for each approved agent action. This produces a signed receipt that guarantees complete traceability and integrity, verifying that human approval was granted for specific CI configuration changes or code reviews.

Can I use Cedar policies to enforce human-in-the-loop approval for CI configuration changes?

Yes, you can use Cedar policies to define and enforce human-in-the-loop approval rules for CI configuration changes. The framework utilizes Cedar to evaluate whether proposed AI agent actions meet your specific governance criteria before allowing PR approval or CI edits to proceed.

What is the best way to secure GitHub-based development workflows when deploying AI agents?

The best way to secure GitHub-based development workflows with AI agents is to implement an enforced approval gate for critical actions like PR merges and CI edits. This prevents unauthorized or erroneous automated actions by requiring explicit human review and generating signed receipts for complete traceability.

Do I need claude-plugin to set up PR approval gates for AI agents?

Yes, you need the claude-plugin environment to set up these PR approval gates for AI agents. The quick start process involves installing the governance plugin via the claude-plugin interface, then configuring your default policy and generating Ed25519 keys in a receipts directory for transaction signing.