code-review

Review TypeScript code changes against local coding standards with evidence-backed findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you review code changes against local standards and catch correctness, boundary, safety, and test integrity issues before they ship.

Core Features & Use Cases

  • Standards-backed review: Loads the relevant coding standards for the areas touched by a change instead of relying on generic style opinions.
  • Evidence-first findings: Requires concrete proof for every issue, including code location, value flow, or a reproducible failure.
  • Review-only workflow: Focuses on analysis and reporting, making it ideal for branch diffs, staged changes, pull requests, and targeted file reviews.

Quick Start

Ask me to review the current code changes against the project standards and report only evidence-backed findings.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review TypeScript code changes against project coding standards?

Review TypeScript code changes against project coding standards by loading relevant standards for the touched areas and reporting evidence-backed findings with concrete proof. This approach catches correctness, boundary, safety, and test integrity issues across branch diffs, staged changes, or pull requests.

Can I analyze a branch diff for evidence-backed code issues instead of style opinions?

Yes, you can analyze a branch diff for evidence-backed code issues by requiring concrete proof for every finding, including code location, value flow, or reproducible failures. This prevents generic style opinions and focuses on actual correctness, safety, and test integrity problems.

What's the best way to find correctness and test integrity issues in a pull request?

The best way to find correctness and test integrity issues in a pull request is applying a review-only workflow that loads local coding standards by topic and demands concrete proof. This identifies real defects in boundary conditions and test logic before shipping.

Does this code review approach work on staged and unstaged changes in TypeScript repositories?

Yes, this code review approach works on staged and unstaged changes in TypeScript repositories. It applies standards-backed analysis to targeted file sets, commits, and branch diffs, requiring concrete evidence like code location or value flow for every reported issue.

Why does evidence-based code review require loading standards by topic?

Evidence-based code review requires loading standards by topic to ensure findings are backed by relevant local coding rules instead of generic style opinions. This targets the specific areas touched by a change and provides concrete proof for every reported safety, boundary, or correctness issue.