Claude-skill-registry code-review-small
Quick code review for small PRs (<100 lines). Focuses on basic code quality, naming conventions, and obvious bugs.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/code-review-small" ~/.claude/skills/majiayu000-claude-skill-registry-code-review-small && rm -rf "$T"
manifest:
skills/data/code-review-small/SKILL.mdsource content
Code Review Small
Overview
Lightweight review for small PRs under 100 lines changed.
Checks
- Code style and formatting
- Naming conventions
- Obvious bugs and typos
- Basic logic errors
Output
- Brief review summary with any issues found