code-review

Review pull requests with an 8-pass checklist and severity-labeled feedback.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/tswr/engineering-mastery-plugin --skill code-review-tswr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/tswr/engineering-mastery-plugin/tree/main/skills/code-review
Command: npx skills add https://github.com/tswr/engineering-mastery-plugin --skill code-review-tswr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unstructured, inconsistent code reviews often miss critical defects, become unproductive gatekeeping exercises, or fail to spread engineering knowledge across teams, leading to shipped bugs, wasted developer time, and gradually degrading codebase health.

Core Features & Use Cases

  • 8-Pass Layered Review Methodology: Follow a consistent, ordered review flow from purpose/scope validation through to performance and security checks, ensuring no critical quality gates are skipped.
  • Severity-Labeled Feedback Framework: Tag all review comments as blocking, suggestion, nit, or question to help authors prioritize fixes and avoid unproductive debates over minor issues.
  • Merge Approval Criteria: Clear guidelines for when to approve, request changes, or block a pull request, balancing code quality with development velocity.
  • Cross-Skill Integration: Connect to domain-specific skills (clean-code, security, testing, etc.) for targeted checklists when reviewing specialized code.
  • Use Case: A mid-sized engineering team can adopt this Skill to standardize PR reviews across all squads, reduce post-ship critical bugs by 25%+, and cut average review cycle time by 30% by eliminating low-value nitpicks.

Quick Start

Use the code-review skill to review the attached pull request #456, following the 8-pass methodology and labeling all feedback by severity to help the author prioritize fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I standardize pull request reviews across my engineering team?

Standardize pull request reviews by applying a structured 8-pass methodology that validates purpose, checks performance, and ensures security. This framework provides consistent merge approval criteria to maintain codebase quality and eliminate unproductive gatekeeping.

What is the best way to label PR feedback severity?

The best way to label PR feedback severity is using a four-tier framework: blocking, suggestion, nit, or question. This helps authors prioritize fixes and avoids unproductive debates over minor issues during code review.

How does an 8-pass code review methodology work?

An 8-pass code review methodology works by following a consistent, ordered review flow from purpose and scope validation through to performance and security checks. This ensures no critical quality gates are skipped before production deployment.

Can I use this structured code review process for any programming language?

Yes, you can use this structured code review process for any programming language. It is scoped to all pull request, diff, and code change review scenarios for professional software engineering teams across any platform or domain.

Why do unstructured code reviews miss critical defects?

Unstructured code reviews miss critical defects because they lack consistent quality gates and severity labeling. Without a standardized feedback framework, reviews often become unproductive gatekeeping exercises that fail to spread engineering knowledge.