Quality Pass

A SECOND review pass over changed code, for quality rather than correctness — reuse (is this duplicating something that already exists?), simplification (redundant or derivable state, copy-paste with variation, dead code left behind), efficiency (repeated I/O, work hoisted out of a loop, independent work run in series) and altitude (a bandaid where the root cause is reachable, a special case where the mechanism generalises). Use after the correctness review passes, when asked to clean up, simplify, tidy, refactor or de-duplicate a diff, or when a change felt repetitive to write. It is ADVISORY and never a merge gate. It does NOT hunt for bugs — the `code-review` skill owns correctness, authorization, query safety and claims-vs-enforcement.

fmanimashaun 335b9df 2 files · 24.4 KB Updated

File contents

fmanimashaun/claude-skills/tree/main/skills/quality-pass commit 335b9df765

Frequently asked questions

npx skillmds@latest add fmanimashaun/quality-pass