πŸ”Œ

review-toolkit

πŸ”ŒPlugin

lexfrei/ccc

VibeIndex|
What it does
Security check pending

Comprehensive PR review pipeline: a pre-review readiness gate (stops on merge conflicts or red code-related CI with a fix-it note, no verdict), branch-level analysis with merge-base attribution (the verdict is decided only by defects the diff introduced, worsened, or interacts with β€” purely pre-existing defects are reported in full in a separate outside-findings section and routed to a filed issue, parked branch, or memory entry instead of blocking), sequential Claude+Codex dual-model review with evidence-based verification, and opt-in GitHub PR review publishing under a five-frame substance framework. A value/design gate weighs whether the change should exist at all β€” value versus permanent maintenance cost, right layer, root cause in-repo versus upstream β€” and can block a PR even when the code is flawless. Remedies stay proportional: changed logic needs tests in the existing test surface, fixed prose is its own deliverable, and a new checker or guard script is never a required remedy. Findings carry git-computed origin labels (feature vs churn) that diagnose diverging review loops without ever touching the verdict. Reviews land on an LGTM or NOT LGTM verdict, compatible with non-blocking recommendations; the only no-verdict path is the readiness gate's fix-CI / fix-conflicts note.

πŸͺ

Part of

lexfrei/ccc

productivity

Installation

Add marketplace in Claude Code:
/plugin marketplace add lexfrei/ccc
Step 2. Install plugin:
/plugin install review-toolkit@claude-code-companions
0
-
AddedJul 29, 2026

More from this repository10

πŸ”Œ
tech-oracleπŸ”ŒPlugin

Technical architect agent β€” manages .architecture.yaml, creates ADRs, evaluates technology choices and design patterns

πŸ”Œ
gopher-builderπŸ”ŒPlugin

Go developer agent β€” TDD specialist for cloud-native Go applications with Echo, slog, and cockroachdb/errors

πŸ”Œ
snake-charmerπŸ”ŒPlugin

Python developer agent β€” TDD specialist treating code as art, with FastAPI, Pydantic, structlog, and strict typing

πŸͺ
lexfrei/cccπŸͺMarketplace

Claude Code Companions β€” external marketplace for Claude Code plugins: agents, skills, and MCP servers

πŸ”Œ
templ-weaverπŸ”ŒPlugin

Frontend specialist β€” Go Templ + HTMX with server-first rendering and WCAG 2.1 AA accessibility

πŸ”Œ
kube-pilotπŸ”ŒPlugin

Kubernetes specialist β€” creates secure, production-ready K8s manifests and ArgoCD applications with zero-trust networking

πŸ”Œ
chart-builderπŸ”ŒPlugin

Helm chart TDD specialist β€” creates production-ready Helm charts with helm-unittest following .architecture.yaml standards

πŸ”Œ
docker-smithπŸ”ŒPlugin

Containerization specialist β€” creates optimized, secure Containerfiles with multi-stage builds and distroless base images

πŸ”Œ
code-guardianπŸ”ŒPlugin

Code quality validation agent β€” runs linters, tests, security checks, and verifies .architecture.yaml compliance

πŸ”Œ
task-orchestratorπŸ”ŒPlugin

Project analysis and planning agent β€” decomposes complex tasks, creates implementation plans, identifies risks and dependencies