Fix Spec banner
lucasxf lucasxf

Fix Spec

Testing community

Description

--- description: Apply fixes from a /review-spec report — resolve all FAIL items, re-run review checks, mark spec Approved argument-hint: <path-to-spec-file> --- @CLAUDE.md # Spec Fix — Apply Review Report Spec: $ARGUMENTS This command implements what `/review-spec` decided. It requires a review report to exist at `.claude/reviews/spec-<slug>-review.md`. It reads the FAIL items, applies targeted fixes to the spec, re-runs the review checks inline, and marks the spec Approved if all issues ar

Installation

Installs to ~/.claude/commands/lucasxf-engineering-daybook-fix-spec.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lucasxf/engineering-daybook/HEAD/.claude/commands/fix-spec.md -o ~/.claude/commands/lucasxf-engineering-daybook-fix-spec.md

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

Full documentation available on GitHub

View Source Repository