review

Produces actionable code and docstring/stylelint/typeScript-eslint compliant diffs with intelligent, rule-based checks.

176|13|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/techygarg/lattice --skill review-techygarg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/techygarg/lattice/tree/main/plugins/lattice/skills/review
Command: npx skills add https://github.com/techygarg/lattice --skill review-techygarg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable structured, repeatable code reviews by composing validation checklists from relevant atoms based on what changed in the delta.

Core Features & Use Cases

  • Loads project context, prior learnings, and collaborative judgment to validate changes against real standards.
  • Dynamically loads atoms based on delta to perform targeted checks (clean-code always, architecture/domain/security/tests conditionally).
  • Generates a severity-ordered report with precise locations and suggested fixes; supports configuration via review-standards for overlay or override modes.

Quick Start

Provide the delta you want reviewed (e.g., git diff or a list of changed files) and request a structured review against that delta.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a structured code review based on a git diff?

To perform a structured code review, provide the delta (such as a git diff or changed files list). The review loads relevant validation atoms based on the delta classification and produces a severity-ordered report with suggested fixes.

What is delta analysis in code reviews?

Delta analysis classifies code changes into categories like architecture, domain, security, and tests. This classification determines which validation checklists are conditionally loaded to perform targeted checks on the changed code.

Can I use custom review standards to override default validation checks?

Yes, you can configure custom review standards using overlay or override modes. This allows you to adapt the structured code review validation checklists to match your specific project standards and requirements.

What's the best way to track code review learnings for project health?

The best way to track project health is logging review results to .lattice/reviews. The structured code review process automatically harvests learnings and stores them alongside project context for ongoing health tracking.

Does the code review check security and architecture for every commit?

No, security and architecture checks are loaded conditionally based on the delta analysis. Clean-code checks always run, while architecture, domain, security, and tests validations trigger only when relevant changes are detected.