clean-code-reviewer-correctness

Installation
SKILL.md

Clean Code Reviewer: Correctness

Reviews changed code for functional issues that break behavior, introduce vulnerabilities, degrade performance, or leave critical paths untested. This skill intentionally ignores style, naming, formatting, and structure — those belong to the style skills.

Review Scope

Only flag issues in:

  • Code that was changed in the diff
  • Existing code that is now broken by the change (e.g., a caller that passes arguments the new signature no longer accepts)

Do not review unchanged code unless the change directly breaks it.

Correctness

Look for:

Installs
20
GitHub Stars
1
First Seen
May 9, 2026
clean-code-reviewer-correctness — gosukiwi/clean-code-react