team-review

Orchestrate automated code scanning, structured review, and verified auto-fixing for repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces the time and inconsistency of code review by running a structured, multi-stage review pipeline that scans, deep-triages findings, and can apply fixes with verification and rollback.

Core Features & Use Cases

  • Multi-agent review pipeline: coordinates scanner → reviewer → fixer to produce an enriched review report and optional automated fixes.
  • Four-dimension finding system: covers security (SEC), correctness (COR), performance (PRF), and maintainability (MNT) with standardized IDs, severity mapping, and enriched root-cause fields.
  • Rollback-on-failure fixes with verification: applies changes in dependency-aware groups, runs verification tools, and reverts failed fixes to keep the workspace stable.
  • Interactive pipeline control: supports default, full (with user checkpoint), fix-only, and quick modes, including status, resume/continue, and completion actions.

Quick Start

Run team-review on your target codebase (e.g., the repository folder) and ask it to perform a quick scan and then continue with review if findings are found.

Frequently Asked Questions about team-review

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

FAQPage Schema
How do I automate code review and vulnerability triage for my repository?

You can automate code review by running a structured pipeline that scans your repository, deep-triages findings across security, correctness, performance, and maintainability dimensions, and optionally applies verified fixes with rollback capabilities.

How does automated code fixing handle rollback on failure?

Rollback-on-failure works by applying changes in dependency-aware groups and running verification tools afterward. If verification fails, the automated fixing process reverts the failed changes to keep your workspace stable.

Can I run a quick scan-only code analysis without applying fixes?

Yes, you can run a quick scan-only code analysis by using the quick mode. This executes the scanner to identify findings without proceeding to the deep-triage review or auto-fix stages, allowing you to inspect results first.

What is the best way to coordinate multi-agent static analysis and auto-fixing?

The best way to coordinate multi-agent static analysis is using phase-based task dependencies to pass standardized findings schemas between the scanner, reviewer, and fixer. This ensures deterministic plan outputs and tool-based verification before applying changes.

Does the automated code review pipeline support user confirmation checkpoints?

Yes, the automated code review pipeline supports a full mode with a user confirmation checkpoint. This pauses execution after the review phase, allowing you to approve findings before the fixer applies automated changes.

Can I apply fixes from an existing fix manifest without re-scanning the codebase?

Yes, you can apply fixes from an existing manifest without re-scanning by using the fix-only mode. This skips the scanner and reviewer stages, directly executing the fixer with rollback-on-failure verification based on your provided manifest.