review

Review code changes for correctness, security, cost, architecture, and acceptance criteria gaps.

3|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/infraspecdev/tesseract --skill review-infraspecdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/infraspecdev/tesseract/tree/main/shield/skills/general/review
Command: npx skills add https://github.com/infraspecdev/tesseract --skill review-infraspecdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns implementation changes into a structured code review workflow, helping teams catch correctness issues, security risks, cost problems, and missed acceptance criteria before merge.

Core Features & Use Cases

  • Multi-layer Review: Checks code correctness first, then expands into domain-specific review paths when project configuration calls for them.
  • Agent Coordination: Dispatches specialized reviewers for broader coverage during explicit or final reviews, then merges and deduplicates findings.
  • Acceptance Criteria Verification: Compares implementation evidence against plan artifacts so story requirements are not silently missed.
  • Review Run Management: Writes each review to a dated, non-overwriting output folder with summary and detailed agent artifacts for traceability.

Quick Start

Ask the review skill to inspect the latest code changes and produce a merged findings summary with the most important issues first.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for correctness, security, and architecture before merge?

Code review verifies implementation evidence against plan artifacts and acceptance criteria to prevent silently missed story requirements. It compares diffs against project artifacts, deduplicates findings, and tracks fixes to ensure story completeness before merge.

What's the best way to run a final pre-merge quality check across a software delivery workflow?

Pre-merge quality checks write each review run to a dated, non-overwriting output folder containing summary and detailed agent artifacts. This structured output ensures traceability and preserves evidence-based findings across software delivery workflows.

How does agent orchestration work for specialized code review tasks?

Agent orchestration dispatches specialized reviewers for broader coverage during explicit or final reviews, then merges and deduplicates findings. This domain-aware routing applies multi-layer checks to produce evidence-based results without overlapping issues.

Can I verify acceptance criteria gaps automatically when reviewing code changes?

Acceptance criteria verification compares implementation evidence against plan artifacts to catch missed story requirements. It automatically checks implementation diffs against defined criteria, deduplicates findings, and tracks fixes to prevent silent gaps before merge.