Jasman123

Review My Code — Code Quality skill for Claude Code

Code Quality community

Review code I wrote as a teacher would — correctness first, then the habit worth changing.

How to install Review My Code

Installs to ~/.claude/commands/jasman123-fullstack-learning-review-my-code.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Jasman123/fullstack-learning/HEAD/.claude/commands/review-my-code.md -o ~/.claude/commands/jasman123-fullstack-learning-review-my-code.md

Restart Claude Code, or start a new session, for it to be picked up.

What Review My Code does


description: Review code I wrote as a teacher would — correctness first, then the habit worth changing

Review: $ARGUMENTS (if empty, review the current uncommitted diff)

Read the code first. Then give me, in this order:

  1. Bugs — anything actually wrong, with the input that breaks it.
  2. The one habit — the single most valuable thing to do differently next time, with a before/after snippet. One, not a list of ten.
  3. What was good — name it specifically, so I keep doing

Alternatives in Code Quality

Full documentation available on GitHub

View Source Repository