code-review

Featured

Mandatory code reviews via /code-review before commits and deploys

Code & Development 694 stars 57 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
95
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Review Skill **Purpose:** Enforce automated code reviews as a mandatory guardrail before every commit and deployment. Choose between Claude, OpenAI Codex, Google Gemini, or multiple engines for comprehensive analysis. **Sub-skills:** - [adr-gate.md](./adr-gate.md) — Pre-review ADR and spec enforcement --- ## Pre-Review: ADR Gate (Mandatory) Before any review engine runs, the ADR gate executes automatically: 1. **Classify** — trivial changes (typos, deps, tests-only) skip the gate 2. **Discover** — scan `docs/adr/`, `_project_specs/`, iCPG ReasonNodes, git history for linked ADRs and specs 3. **Enforce** — if no ADRs found for non-trivial changes: - **Interactive** (default): draft ADR from git history, ask user to confirm - **Unattended** (CI): write as `Status: proposed`, proceed - **Strict**: block review until ADR exists 4. **Inject** — feed discovered ADRs + specs into the review prompt as architectural context ### ADR Compliance Review Dimension Added to the standard 7 review categories: | Category | What It Checks | |----------|----------------| | **ADR Compliance** | Change conforms to documented decisions, no undocumented architectural shifts | | Finding | Severity | |---------|----------| | Change contradicts accepted ADR | Critical | | Architectural decision not in any ADR | High | | ADR exists but is outdated/stale | Medium | | Minor drift from ADR intent | Low | See [adr-gate.md](./adr-gate.md) for full protocol, reverse-engineering rul...

Details

Author
alinaqi
Repository
alinaqi/maggy
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category