M Review Completion banner
penwyp penwyp

M Review Completion

Development community

Description

# Review code against a plan and generate a quality report **Target:** `$ARGUMENTS` (Default: a plan or requirement document, such as `.md`, `.txt`, or direct text) **Scope:** Analyze code implementation against a plan, verify completion, and identify quality issues. ## Execution Steps 1. **Plan Analysis and Code Discovery:** * Parse the input plan to extract requirements and technical specifications. * Discover relevant code files by searching the codebase and analyzing depende

Installation

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

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

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

Full documentation available on GitHub

View Source Repository