Review Feature banner
jiaheyi-maggie jiaheyi-maggie

Review Feature

Development community

Description

Stop and perform a rigorous review of the feature you just implemented. Do NOT skip any step. This review exists because implementation momentum causes tunnel vision — you optimized for "getting it working" and may have missed bugs, broken assumptions, or drifted from the product intent. ## Step 1: Re-anchor on context Before reviewing any code, re-establish WHO you are and WHAT you're building. Check these sources in order: 1. **Conversation history**: Find the original prompt, role definiti

Installation

Installs to ~/.claude/skills/jiaheyi-maggie-claude-code-config-review-feature/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jiaheyi-maggie-claude-code-config-review-feature && curl -fsSL https://raw.githubusercontent.com/jiaheyi-maggie/claude-code-config/HEAD/commands/review-feature.md -o ~/.claude/skills/jiaheyi-maggie-claude-code-config-review-feature/SKILL.md

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

Full documentation available on GitHub

View Source Repository