Code Review Workflow

Review code changes for correctness, regressions, security risks, and missing tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MS33834/AI-SKILL --skill code-review-workflow-ms33834
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Workflow
Source: https://github.com/MS33834/AI-SKILL/tree/main/skills/code-review
Command: npx skills add https://github.com/MS33834/AI-SKILL --skill code-review-workflow-ms33834

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review code changes with a disciplined, severity-first process so you can catch correctness bugs, regressions, security risks, and missing tests before they ship.

Core Features & Use Cases

  • Findings-first review: Reports issues in descending severity instead of burying the most important problem.
  • Specialist deferral: Recognizes when a change touches security, database, frontend, or other domains and routes those checks to the appropriate specialized skill.
  • Risk-focused coverage: Concentrates on behavior, validation, access control, and test gaps rather than style nits or subjective preferences.
  • Use case: Review a pull request that adds a new API endpoint and verify it has the right authorization checks, error handling, and test coverage.

Quick Start

Review the attached diff as a code reviewer and return severity-ordered findings with file and line references.

Frequently Asked Questions about Code Review Workflow

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

FAQPage Schema
How do I find security risks and bugs in a pull request?

To find bugs in a pull request, review code changes for correctness, regressions, and security risks using a severity-first process. This approach reports issues in descending severity so the most important problems surface immediately instead of being buried.

What is a findings-first code review workflow?

A findings-first code review workflow evaluates diffs and branches by concentrating on behavior, validation, access control, and test gaps. It prioritizes risk-focused coverage over style nits, ensuring severe correctness issues are explicitly ordered and addressed.

Can I run a diff analysis on database and infra changes?

Yes, you can run diff analysis on database and infra changes. The review process applies to backend, frontend, database, CI, docs, infra, and mobile changes, catching regressions and missing tests across these domains.

How do I review a pull request for missing test coverage?

Review a pull request for missing test coverage by analyzing the diff for behavior and validation gaps. The review identifies missing tests and routes specialized checks to appropriate domains while noting any residual risks.

Does this code review workflow handle specialist security deferrals?

Yes, the code review workflow handles specialist security deferrals. When a change touches security, database, or frontend domains, it routes those specific checks to the appropriate specialized skill rather than attempting a superficial review.