Review My Code — Code Quality skill for Claude Code
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
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:
- Bugs — anything actually wrong, with the input that breaks it.
- The one habit — the single most valuable thing to do differently next time, with a before/after snippet. One, not a list of ten.
- What was good — name it specifically, so I keep doing
Alternatives in Code Quality
- Open Code Review — /open-code-review 21.5k ★
- Code Quality Review — Review code quality in: $ARGUMENTS 5.8k ★
- Ars Lit Review — ARS academic-paper lit-review mode — annotated bibliography in paper format 4.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fec TDD
Use front-end TDD workflow to implement functions, fix bugs, or refactor logic: first write failing tests, the
Twin Sparrow Code Quality Skill
Review, refactor, and harden code for correctness, maintainability, testability, and operational safety across
Coder Eval Implement Plan
Implement an approved coder_eval plan phase by phase with risk-scaled per-phase review, then a final code revi
Gc Exploratory
Exploratory review — find concerns lint/golden-rules/docs-reviewer cannot catch, then create tq actions for ea
Refactor Safe
Refactor internals without changing public API. Fixes structural problems (long functions, duplication, poor n
Agent Refactor Code
A strict brief that makes a coding agent refactor code without changing behavior, verifying nothing broke.
Related Agents
Fec TypeScript Reviewer
TypeScript/JavaScript special review: type safety, async correctness, Node/Web safety, idioms. Run the project
Elite Coder
Implements a kimi-atlas change under the elite mandate — correctness-first, convention-matched, fully tested —
TDD Pair
Enforces TDD discipline during implementation. Watches for "wrote code without a failing test first" and stops