install-reviewer

Scaffold OpenAI and Anthropic PR review workflows into a consumer repository.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/jbaruch/coding-policy --skill install-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-reviewer
Source: https://github.com/jbaruch/coding-policy/tree/main/skills/install-reviewer
Command: npx skills add https://github.com/jbaruch/coding-policy --skill install-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds and seeds the policy-review workflow integration in a consumer repository, enabling automated PR reviews against the latest coding-policy rules.

Core Features & Use Cases

  • Copies packaged templates for OpenAI and Anthropic reviewers, compiles them with the gh-aw tool to produce lock files, and wires the review workflows into the consumer repo.
  • Enforces a safe, atomic landing by scaffolding both reviewer pairs together or not at all, and includes a preflight validation to surface setup issues before mutation.
  • Documents the necessary secrets and steps to complete installation, and guides users through a deterministic workflow for activating automated policy reviews.

Quick Start

Run the scaffold.sh script to generate the reviewer workflows in your repository.

Frequently Asked Questions about install-reviewer

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

FAQPage Schema
How do I automate pull request reviews against a coding policy?

To automate pull request reviews against a coding policy, you can scaffold template workflows into your repository using a script that compiles them with gh-aw and opens a PR. This wires automated reviewers directly into your repo's validation process.

Can I set up both OpenAI and Anthropic reviewers for PR validation at the same time?

Yes, you can set up both OpenAI and Anthropic reviewers simultaneously. The scaffolding process enforces an atomic landing, meaning it installs both reviewer pairs together or fails entirely, ensuring your repository is not left in a partially configured state.

What prerequisites do I need to install automated PR review workflows?

Installing automated PR review workflows requires specific secrets configured in your repository before merge. The scaffolding process enforces preflight validation checks to surface any missing setup requirements or secrets and documents the necessary steps before applying mutations.

How do I scaffold gh-aw workflow templates into my repository?

To scaffold gh-aw workflow templates, run the provided scaffold.sh script. This copies the packaged reviewer templates, compiles them into lock files with the gh-aw tool, and opens a pull request to wire the review workflows into your consumer repository.

Will scaffolding new review workflows overwrite my existing GitHub Actions files?

Scaffolding new review workflows will not overwrite existing review files. The process explicitly avoids overwriting any pre-existing review configurations in your repository, protecting your current GitHub Actions setup during the automated installation.

What happens if the preflight checks fail when installing policy-review workflows?

If preflight checks fail when installing policy-review workflows, the process halts before mutating your repository. This safe, atomic approach ensures no partial workflow files are written and guides you through resolving the documented setup issues first.