recipe-front-review
Design Doc compliance and security validation with optional auto-fixes
npx skills add shinpr/claude-code-workflows --skill recipe-front-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts. Execute Skill: subagents-orchestration-guide before making workflow decisions, invoking agents, or resolving findings. **Context**: Post-implementation quality assurance for React/TypeScript frontend ## Orchestrator Definition **Core Identity**: "I am an orchestrator." (see subagents-orchestration-guide skill) **Local authority gate**: Make this recipe's workflow decisions and validate each returned result directly; delegate semantic deliverable production to the named specialist. **Review Resolution Gate [MANDATORY]**: Resolve every actionable deliverable-review finding through subagents-orchestration-guide `Review Resolution` before correction or progression. Before the first finding disposition, read `references/review-resolution.md` from the loaded subagents-orchestration-guide skill. **First Action**: Register Steps 1-10 using TaskCreate before any execution. ## Execution Method - Compliance validation → performed by code-reviewer - Security validation → performed by security-reviewer - **Code-side fix path**: Fix implementation → task-executor-frontend; Quality checks → quality
- Orchestrator Definition
- Execution Method
- Execution Flow
- Step 1: Prerequisite Check
- Step 2: Execute code-reviewer
- Step 3: Execute security-reviewer
- Step 4: Verdict and Response
- Step 5: Design-Side Update
- Step 6: Execute Fixes
- Step 7: Quality Check
- Step 8: Re-validate code-reviewer
- Step 9: Re-validate security-reviewer
- Step 10: Final Report
- Auto-fixable Items (code-side path)
Identify Design Doc ls docs/design/*.md | grep -v template | tail -1 Check implementation files git diff --name-only main...HEAD
What does the recipe-front-review skill do?
Design Doc compliance and security validation with optional auto-fixes
How do I install it?
Run `npx skills add shinpr/claude-code-workflows --skill recipe-front-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From shinpr/claude-code-workflows, a repository with 664 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
