software-code-review
Installation
SKILL.md
Code Review
This skill is for reviewing existing changes. It routes the agent to the right checklist, review mode, and platform workflow without turning SKILL.md into a tool catalog.
Quick Reference
| Task | Use | Primary Reference |
|---|---|---|
| General PR or diff review | Baseline review flow and severity rubric | references/operational-playbook.md |
| AI-generated or agent-created changes | Human-in-the-loop review rules and platform controls | references/automation-tools.md |
| Building or tuning an AI review tool/integration | Pre-review deterministic gate, size-gated planning pass, self-refutation filter pass | references/deterministic-vs-llm-routing.md |
| Backend/API review | Error handling, contracts, persistence, operability | assets/backend-api/api-review.md |
| Frontend review | Accessibility, responsive behavior, Core Web Vitals | assets/web-frontend/frontend-review.md |
| Mobile review | Platform patterns, lifecycle, permissions, UX | assets/mobile/mobile-review.md |
| Infrastructure review | CI/CD, IaC, secrets, deploy safety | assets/infrastructure/infrastructure-review.md |
| Smart contract review | Access control, reentrancy, unsafe assumptions | assets/blockchain/crypto-review.md |
| Data / ML review | Pipelines, experiments, models, deployment | assets/data-ml/data-pipeline-review.md |