Code review as a repeatable workflow
The review system checks changes for security, performance, correctness, maintainability, missing tests, and regression risk before work is treated as ready.

A reusable review system for AI-assisted engineering work. The plugin and related review habits turn code review, testing strategy, deployment checks, architecture review, and documentation review into repeatable workflows.
What It Does
The page explains the AI-review tooling behind the builds: not a product for sale, but part of the way the work gets made credible.
The review system checks changes for security, performance, correctness, maintainability, missing tests, and regression risk before work is treated as ready.
The test lens asks what needs to be proven: business-critical paths, error handling, edge cases, security boundaries, and data integrity.
The deploy lens turns release work into a checklist: CI, review, migration readiness, preview verification, rollback triggers, and production smoke checks.
Workflow
A generated answer is the start of the process. The review system asks what could break, what was missed, and what needs to be proven before the result matters.
Claude or Codex may help draft code, docs, or implementation steps. That is the construction surface, not the final control.
Code review, testing strategy, deployment checklist, architecture review, debugging, documentation, or tech-debt review is used depending on what changed.
What can break? What is untested? Is authorization safe? Are claims supported? Does the architecture match the problem? What should a future reviewer be able to inspect?
The output is not just a list of concerns. It becomes code fixes, stronger tests, clearer docs, accepted limitations, or a decision to hold the change.
Commits, PR descriptions, build checks, docs, and production verification make the review visible after the chat is gone.
Controls
A portfolio reader should see that the same review habits keep showing up: run the gates, inspect the diff, review the risk, document the limit, and verify the result.
The useful move is turning repeated review habits into reusable skills and checklists. The control does not depend on remembering the same prompt every time.
Security gaps, race conditions, missing edge cases, N+1 queries, stale docs, unsafe deploys, and unsupported claims are treated as review targets.
The review system supports the same promotion pattern across the site work: verify locally, deploy to preview, then promote to production and verify the public page.
Technology
These pages are not replacing the private repositories. They summarize what a reviewer would see there: the architecture choices, evidence surfaces, tests, and boundaries behind the build.
Repository Signals
For now, the repositories stay private while the public site explains the work. These notes summarize the files, routes, docs, checks, and review artifacts without exposing private configuration, credentials, or organization-specific data.