review-automation

Generates and validates contract checklists to enforce PR and release gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jukqaz/stack-pilot --skill review-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-automation
Source: https://github.com/jukqaz/stack-pilot/tree/main/addons/stackpilot-dev-kit/claude/skills/review-automation
Command: npx skills add https://github.com/jukqaz/stack-pilot --skill review-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams struggle to enforce PR and release gate policies consistently across multiple repositories, ensuring code quality and policy compliance before changes are merged.

Core Features & Use Cases

  • Define review contracts for PR and release gate checks to standardize decisions.
  • Auto-validate checklists and enforce gating policies across repos during CI/CD workflows.
  • Generate and apply contract templates to new or existing repositories to rapidly scale governance.

Quick Start

Provide a contract template for the target repository and run the automation to generate PR and release gates.

Frequently Asked Questions about review-automation

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

FAQPage Schema
How do I enforce PR gate checks consistently across multiple GitHub repositories?

Review automation enforces PR gate checks by generating and validating contract checklists across multiple GitHub repositories. It standardizes decisions and blocks merges according to policy to ensure consistent compliance.

What are release gates in CI/CD workflows and how do they work?

Release gates in CI/CD workflows are automated checkpoints that validate code quality and policy compliance before deployments. Review automation applies contract templates to validate these gates, ensuring changes meet predefined criteria before releases proceed.

How do I automate review gating for pull requests and releases?

You can automate review gating by providing a contract template for the target repository and running the automation. It generates PR and release gates, auto-validates checklists, and enforces gating policies during CI/CD workflows.

Do I need contract templates to set up automated PR and release gates?

Yes, contract templates are required to set up automated PR and release gates. You must provide a contract template for the target repository, which the automation uses to generate and apply standardized gating policies across repos.

Can I use this review automation to scale governance policies to existing repositories?

Yes, you can use review automation to scale governance to existing repositories. It generates and applies contract templates to new or existing repositories, allowing you to rapidly standardize PR and release gating policies across your codebase.

What is the best way to block merges that do not meet review contract policies?

The best way to block merges that violate review contract policies is to automate contract checklist validation within your CI/CD workflow. This ensures gating policies are strictly enforced and prevents non-compliant code from merging.