.claude/skills/reviewing-code-core/SKILL.md
Evidence-first code review for correctness bugs, AI-generated code smells, unsupported claims, unwired functionality, dependency hallucinations, and release-to-code mismatches.
npx skillsauth add zaxbysauce/ragappv3 reviewing-code-coreInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Treat code as plausible until verified, not correct until disproven. Treat docs, release notes, PR text, comments, docstrings, examples, and tests as claims or hints, not proof.
Never emit a defect without exact file and line support. Never approve changes without stating what was checked.
Extract intended behavior from:
Convert prose and scattered signals into atomic obligations.
Independently summarize what the code actually does. Do not compare yet.
For each obligation, classify:
Check for:
Check for:
Use exact file/line evidence only. Classify severity first. Only then propose fixes.
Use these labels when relevant:
Do not approve if any of the following are true:
If approving, explicitly list:
VERDICT: APPROVED | REJECTED RISK: CRITICAL | HIGH | MEDIUM | LOW
ISSUES:
FIXES:
development
Disable swarm mode for the current Claude Code session and return to normal behavior.
development
Enable a high-quality swarm-like Claude Code workflow for the current session, and optionally execute a task immediately using that mode. Uses parallel subagents for breadth, independent reviewer validation for precision, and critic challenge for final confidence. Use when the user wants swarm-like behavior, higher review rigor, or maximum quality without sacrificing Claude Code speed.
tools
Run a swarm-like PR review using parallel exploration, independent reviewer validation, and critic challenge. Use for deep pull request review with low false-positive tolerance.
development
--- name: swarm-implement description: Execute complex implementation work with a swarm-like Claude Code workflow: parallel exploration, scoped planning, selective deep validation, and independent reviewer/critic checks where risk justifies them. Use for feature work, bug fixes, refactors, and multi-file changes. disable-model-invocation: true --- # /swarm-implement Use this skill for implementation work when you want Claude Code to behave like a fast, high-quality swarm rather than a single-t