M Review Again banner
penwyp penwyp

M Review Again

Development community

Description

# Review Again: Multi-Round Review & Fix Loop **Review rounds:** $ARGUMENTS (Default: 2) Repeatedly review working-tree changes and apply fixes, iterating until clean or rounds exhausted. ## Commands: 1. **Parse rounds** — Extract round count N from $ARGUMENTS. Default to 2 if empty or invalid. 2. **Loop N rounds** — For each round: - **Review diff** — Check correctness bugs, simplifications, security issues, dead code. - **Apply fixes** — Edit files directly to resolve findings. -

Installation

Installs to ~/.claude/skills/penwyp-claudepreference-m-review-again/SKILL.md

Terminal
mkdir -p ~/.claude/skills/penwyp-claudepreference-m-review-again && curl -fsSL https://raw.githubusercontent.com/penwyp/ClaudePreference/HEAD/commands/m-review-again.md -o ~/.claude/skills/penwyp-claudepreference-m-review-again/SKILL.md

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

Full documentation available on GitHub

View Source Repository