code-review

Audit codebases across seven passes and output severity-scoped reports.

56|16|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DanielKerridge/claude-code-power-platform-skills --skill code-review-danielkerridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/DanielKerridge/claude-code-power-platform-skills/tree/main/code-review
Command: npx skills add https://github.com/DanielKerridge/claude-code-power-platform-skills --skill code-review-danielkerridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep code audit that finds dead wiring, silent failures, unfinished features, placeholder stubs, bloated files, and unnecessary complexity. Produces an actionable report with file:line references grouped by severity. Think of it as a senior dev doing a thorough PR review of the entire codebase.

Core Features & Use Cases

  • Multi-pass auditing across the codebase to surface wiring gaps, error handling gaps, incomplete features, dead code, bloated logic, hard-coded values, and security risks.
  • Severity-scoped findings (CRITICAL, WARNING, PRUNE, INFO) with precise file:line references and a structured, actionable report.
  • Guided by seven passes (WIRING, ERROR HANDLING, COMPLETENESS, DEAD CODE, BLOAT, HARDCODING, SECURITY) and supporting reference materials in resources/audit-passes.md to standardize reviews.
  • Ideal for PR reviews, refactors, and release-readiness workflows across TypeScript/JavaScript/C#/PowerShell/Python projects.

Quick Start

Ask Claude Code to perform a full codebase audit by saying code review to start the seven-pass analysis.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I audit my codebase for dead code and incomplete features?

Codebase audits identify dead code, incomplete features, and silent failures by running seven analysis passes across your project to produce a structured report with severity-scoped findings and precise file:line references.

Can I run a code review on TypeScript and Python projects?

Code reviews support diverse codebases including TypeScript, JavaScript, C#, PowerShell, and Python, applying standardized audit passes across both frontend and backend project files.

What is the best way to find hidden bugs and security risks before a release?

Pre-release bug hunting uses a multi-pass code audit to surface wiring gaps, error handling failures, hard-coded values, and security risks, delivering a severity-scoped report for release readiness.

How do I generate a structured PR quality report with severity levels?

PR quality reports are generated by auditing codebases and grouping findings into CRITICAL, WARNING, PRUNE, and INFO severity levels with actionable file:line references for immediate remediation.

Does static analysis catch silent failures and bloated logic in my code?

Static analysis checks catch silent failures and bloated logic by performing dedicated error handling and bloat audit passes using Grep-style checks and predefined checklists against your codebase.

What are the limitations of automated code audits for refactoring workflows?

Automated code audits rely on Grep and Glob-style pattern matching rather than semantic execution, meaning they identify structural code smells and wiring gaps but do not run tests to verify runtime behavior.