What problem does it solve?
Developers often push changes without a final integrated check, risking security flaws, failing tests, or unsafe infrastructure changes. This skill provides an automated gate that reviews the entire pull request before it is pushed.
Core Features & Use Cases
- Scope Detection – Analyzes the git diff to identify languages and tools present.
- Multi‑Language Checks – Loads language‑specific reference guides for Rust, Python, Bash, PowerShell, Ansible, and Terraform.
- Comprehensive Review Phases – Security, test coverage, logic correctness, code quality, documentation, and IaC safety.
- Structured Verdict – Generates a PASS/HOLD report with detailed findings and next‑step recommendations.
- Use Case – Ideal for any feature branch where you need a final safety net before pushing to main or develop.
Quick Start
Run /pr-review in your Claude Code session to perform a full pre‑push review of the current branch.