What problem does it solve? After code review approves a feature, teams still need objective validation that the implementation actually satisfies the PRD and TRD requirements and meets the test coverage threshold. This Skill runs stage 5 of the SDD pipeline, invoking the qa-engineer agent to produce a formal QA report. ## Core Features & Use Cases - Spec-based validation: Invokes the qa-engineer agent with the PRD, TRD, and feature branch to produce specs/<slug>/qa-report.md from a template. - Coverage gate enforcement: Checks the 80% test coverage gate before issuing an approved/rejected verdict. - Git workflow safety: Handles retroactive QA on already-merged PRs, rebases stale branches onto main, isolates the agent in a git worktree, and logs invocation duration to timing-log.md. - Use Case: After /sdd-code-review approves a feature slice, run this Skill to objectively validate it against the spec; if rejected, the feature returns to /sdd-implement with the findings listed. ## Quick Start Run the /sdd-qa command for the current feature slug to validate the implementation against its PRD and TRD and generate the QA report.