review-code

Review codebases for correctness, security, and architecture issues with prioritized findings.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill review-code-tcytan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/review-code
Command: npx skills add https://github.com/tcytan/tecton --skill review-code-tcytan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the risk of shipping defective or insecure code by producing structured, multi-dimensional review reports with prioritized, actionable findings.

Core Features & Use Cases

  • Multi-dimensional review: Evaluates correctness, readability, performance, security, testing, and architecture to avoid tunnel vision.
  • Structured severity and categorization: Assigns consistent issue IDs and severity levels to support triage and gating decisions.
  • State-driven workflow: Collects context, performs quick scan risk detection, runs deep reviews per dimension, and generates a consolidated Markdown report.

Use it when you need repeatable engineering-quality assurance during code changes, audits, or pre-merge review—especially for small-to-medium codebases or focused path reviews.

Quick Start

Ask the AI to run a code review on the repository you want to assess, then review the generated review-report.md for must-fix issues.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I perform a structured code review on a specific directory?

To perform a structured code review, specify the target repository path. The workflow collects context, executes a quick risk scan, runs deep per-dimension analysis, and outputs a structured Markdown report with prioritized findings.

What dimensions does a multi-dimensional code review cover?

Multi-dimensional code review evaluates correctness, readability, performance, security, testing, and architecture issues. This structured approach prevents tunnel vision by assessing each dimension independently before consolidating prioritized findings.

Can I use this automated code review for pre-merge risk triage?

Automated code review supports pre-merge risk triage by assigning consistent issue IDs and severity levels to detected security and correctness issues, enabling clear gating decisions before merging codebase changes.

What is the best way to generate a security audit report for a small codebase?

The best way to generate a security audit report is running a state-driven workflow that performs quick scan risk detection and deep security analysis, producing a consolidated Markdown document with actionable findings.

Does this code review workflow work without external dependencies?

The code review workflow operates without external dependencies. It requires only reading review specifications and executing internal workflow stages to assess the given codebase architecture and testing quality.

When should I not use an automated code review for my repository?

Automated code review is optimized for small-to-medium codebases or focused path reviews. For extremely large repositories, targeted directory specification is necessary to avoid exceeding context limits during deep analysis.