review-gate

Automates the PR review cycle with parallel code and security checks.

11|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/usk6666/yorishiro-proxy --skill review-gate-usk6666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-gate
Source: https://github.com/usk6666/yorishiro-proxy/tree/main/.claude/skills/review-gate
Command: npx skills add https://github.com/usk6666/yorishiro-proxy --skill review-gate-usk6666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the management of the PR review cycle, including code and security reviews, automated fixes, and re-reviews, reducing manual effort and speeding up the development process.

Core Features & Use Cases

  • Parallel Reviews: Conducts code and security reviews concurrently.
  • Automated Fixing: Integrates with a fixer agent to automatically address identified issues.
  • Iterative Cycles: Manages up to two rounds of fixing and re-reviewing.
  • Use Case: When a Pull Request is submitted, this Skill automatically triggers both code and security reviews. If issues are found, it attempts to fix them and re-submits for review, ensuring the PR meets quality standards before merging.

Quick Start

Use the review-gate skill to manage the review cycle for the current pull request.

Frequently Asked Questions about review-gate

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

FAQPage Schema
How do I automate PR review cycles for code and security checks?

Automated PR review cycles execute parallel code and security reviews, apply automated fixes, and iterate through re-review phases to reduce manual effort. This process handles PR identification, information gathering, and verdict aggregation.

What is the best way to run code and security reviews concurrently on a pull request?

Concurrent code and security reviews are managed through parallel task execution using agent templating. This approach gathers PR information, runs both review types simultaneously, and aggregates the verdicts before reporting the results.

Can I automatically fix issues found during a PR review and re-review the changes?

Automated fixing integrates with a fixer agent to address identified issues and manages up to two iterative rounds of fixing and re-reviewing. This ensures the PR meets quality standards before merging.

How does automated PR review handle unresolved issues or cleanup?

Automated PR review includes worktree cleanup procedures and escalation protocols for unresolved issues. After completing parallel reviews and iterative fixes, it aggregates results and escalates any remaining problems.

Do I need any specific dependencies to manage automated pull request reviews?

Managing automated pull request reviews requires no specific external dependencies. The process handles PR identification, agent templating, parallel task execution, and result reporting using internal scripts and references.

Why use an automated review gate for pull requests instead of manual checks?

An automated review gate speeds up development by conducting parallel code and security reviews, applying automated fixes, and iterating through re-reviews. It handles the entire cycle from PR identification to result reporting, reducing manual effort.