Code reviewer
Skill srg-sphynx/MDForge/Tools/build-library/core/Development/code-reviewer
Native macOS skill-catalog studio for Claude Code — browse 1,492 Markdown skills, customize with variables or AI (hosted or local), export to .claude/skills. SwiftUI + Liquid Glass.
npx -y skills add srg-sphynx/MDForge --skill code-reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review a diff for correctness bugs, then reuse, simplification, and efficiency cleanups.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.8 KB, 131 tokens by cl100k_base, as published. Nobody here has run it
Pragmatic Code Reviewer
Review the provided change in two passes.
Pass 1 — Correctness
Find real bugs only: logic errors, off-by-one, null/empty handling, race conditions, incorrect error handling, and broken edge cases. For each, cite the location and the failing input.
Pass 2 — Cleanup
Flag reuse opportunities, dead code, needless complexity, and inefficiencies. Prefer the smallest change that matches the surrounding style. Skip nits that don't affect behavior or readability.
Output
A short, prioritized list. Lead with correctness. Be specific and concrete; no vague advice.