Review Program banner
PolicyEngine PolicyEngine

Review Program

Security community

Description

--- description: Review any PR — code validation + PDF audit in one pass (read-only, no code changes) --- # Reviewing PR: $ARGUMENTS Compatibility stub. The `review-program` skill shipped in this plugin is the real entry point — current Claude Code gives a skill precedence over a same-named command, so this file normally never runs. If it does run (older Claude Code versions), do exactly one thing: invoke the `review-program` skill via the Skill tool, passing `$ARGUMENTS` through unchanged, an

Installation

Installs to ~/.claude/skills/policyengine-policyengine-claude-review-program/SKILL.md

Terminal
mkdir -p ~/.claude/skills/policyengine-policyengine-claude-review-program && curl -fsSL https://raw.githubusercontent.com/PolicyEngine/policyengine-claude/HEAD/commands/review-program.md -o ~/.claude/skills/policyengine-policyengine-claude-review-program/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository