code-review

Review pull requests across eight dimensions and generate structured reports.

9|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/TykoDev/SupremeTeam --skill code-review-tykodev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TykoDev/SupremeTeam/tree/main/skills/review/code-review
Command: npx skills add https://github.com/TykoDev/SupremeTeam --skill code-review-tykodev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates inconsistent, superficial, or incomplete pull request reviews by providing a repeatable, evidence-based assessment that catches design flaws, correctness errors, test gaps, and documentation mismatches before merge. It reduces risk, speeds reviewer throughput, and creates auditable deliverables for pipeline orchestration and cross-session persistence.

Core Features & Use Cases

  • Eight-dimension assessment: Holistic evaluation of design, functionality, complexity, tests, naming, comments, style, and documentation using Google's framework.
  • Risk-tiered PR protocol: Size classification, Low/Medium/High risk assignment, Ship/Show/Ask routing, and reviewer routing recommendations for CODEOWNERS and domain experts.
  • Structured reports for pipelines: Produces a human-readable verdict plus a machine-readable pipeline summary block for automated orchestration and gatekeeper validation.
  • Use Case: Run this skill on a medium-to-large PR to get a prioritized list of blocking and non-blocking findings, CI cross-checks, and a clear merge recommendation that the pipeline can consume.

Quick Start

Review this pull request and produce a complete eight-dimension code review report with verdict, risk tier, blocking items, and the machine-readable pipeline summary.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews to catch design flaws and test gaps?

Automate pull request reviews by applying an eight-dimension assessment framework that evaluates design, functionality, complexity, tests, naming, comments, style, and documentation to catch design flaws and test gaps before merge.

What is risk-tiered PR assessment and how does it route reviewers?

Risk-tiered PR assessment classifies pull requests by size and assigns Low, Medium, or High risk tiers, providing Ship, Show, or Ask routing recommendations and suggesting specific CODEOWNERS and domain experts for review.

Can I use automated code review reports for pipeline orchestration?

You can use automated code review reports for pipeline orchestration because the output includes a machine-readable pipeline summary block containing verdicts, risk tiers, and blocking findings designed for automated gatekeeper validation.

How do I structure code review feedback into blocking and non-blocking findings?

Structure code review feedback by generating a comprehensive report that categorizes identified issues into prioritized blocking findings that must be fixed before merge and non-blocking findings for future consideration.

Does the code review assessment work with any programming language or technology stack?

The code review assessment works with any programming language or technology stack, applying its eight-dimension evaluation uniformly to standalone diffs or PRs without requiring language-specific dependencies.

What is the best way to perform an adversarial code review on a large pull request?

Perform an adversarial code review on a large pull request by running a comprehensive assessment that cross-checks CI results, applies checklist coverage, and delivers a clear merge recommendation with prioritized risk tiers.