recipe-review

Validate Design Doc compliance and security requirements for code implementations.

29|4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shinpr/codex-workflows --skill recipe-review-shinpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-review
Source: https://github.com/shinpr/codex-workflows/tree/main/.agents/skills/recipe-review
Command: npx skills add https://github.com/shinpr/codex-workflows --skill recipe-review-shinpr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the validation of Design Doc compliance and security review with optional auto-fixes, ensuring designs align with implementations and security standards.

Core Features & Use Cases

  • Compliance validation: Spawn and coordinate sub-agents to verify Design Docs against code changes.
  • Security validation: Assess security implications of design decisions and execution paths, with automated remediation where possible.
  • Quality governance: Enforce process steps from design to review to deployment, with structured reporting.

Quick Start

Run the recipe-review skill to validate Design Docs and perform security and quality checks across your project.

Frequently Asked Questions about recipe-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate design doc compliance validation for code changes?

Design doc compliance validation checks code implementations against structured design docs by spawning coordinated sub-agents. It cross-references git changes with design requirements to verify alignment during post-implementation QA.

What is security validation for design docs and execution paths?

Security validation for design docs assesses security implications of design decisions and execution paths. It evaluates code diffs and deployment plans to identify vulnerabilities, offering automated remediation to enforce security standards.

How do I enforce quality governance from design to deployment?

Quality governance enforces process steps from design to review to deployment by validating change requests against structured design docs. It coordinates subagent workflows to output structured JSON reports and human-readable compliance summaries.

Do I need structured design docs and traceable git changes for compliance checks?

Yes, compliance checks require structured design docs and traceable git changes as mandatory inputs. These provide the baseline specifications and implementation evidence needed for subagent workflows to validate design and security requirements.

Can I auto-fix security issues found during design doc reviews?

Yes, design doc reviews provide optional auto-fixes for security issues found during validation. The skill assesses security implications of execution paths and applies automated remediation, reporting results as JSON and human-readable summaries.

What is the best way to validate change requests against deployment plans?

Validating change requests against deployment plans is best handled by coordinating structured subagent workflows across design docs, code diffs, and deployment plans. This ensures comprehensive compliance and security validation with structured reporting.