code-review-5pass
CommunityFive-pass, structured code review assistant.
Software Engineering#performance#consistency#security#readability#static-analysis#code-review#pull-request
Authorvardhineediganesh877-ui
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Systematic, multi-pass code review workflow that identifies and documents issues across correctness, security, performance, readability, and consistency, delivering structured findings with per-file locations, severity, and remediation.
Core Features & Use Cases
- Pass 1: Correctness — Reads every change, validates intended behavior, detects off-by-one errors, faulty comparisons, and missing null checks; reports findings as: [CORRECTNESS] file:line — severity — description.
- Pass 2: Security — Checks for injections, hardcoded secrets, missing authorization, unsafe deserialization, and logs with sensitive data; reports as: [SECURITY] file:line — severity — description.
- Pass 3: Performance — Identifies N+1 queries, unnecessary loops, memory leaks, and unbounded resource usage; reports as: [PERFORMANCE] file:line — severity — description.
- Pass 4: Readability — Flags misleading names, magic numbers, overly complex conditions, and missing error context; reports as: [READABILITY] file:line — severity — description.
- Pass 5: Consistency — Ensures adherence to project conventions (CLAUDE guidelines, reporting format, error context, and export style); reports as: [CONSISTENCY] file:line — severity — description.
- Verdict — Summarizes all findings and issues a single PASS, CONDITIONAL, or FAIL verdict based on severity distribution.
Quick Start
Review the provided diff with the five-pass reviewer to generate a structured report of findings, severities, and recommended fixes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: code-review-5pass Download link: https://github.com/vardhineediganesh877-ui/skillforge/archive/main.zip#code-review-5pass Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.