Skip to content

fix(review): add build and test execution step to /review skill - #16

Merged
robertraf merged 1 commit into
mainfrom
claude/fix-post-review-build-tests-6ibmT
Mar 24, 2026
Merged

fix(review): add build and test execution step to /review skill#16
robertraf merged 1 commit into
mainfrom
claude/fix-post-review-build-tests-6ibmT

Conversation

@robertraf

Copy link
Copy Markdown
Owner

Summary

  • The /review skill listed "not running tests" as a gotcha but never included an actual step to run the build and tests
  • Added Step 3 — Run build and tests between the review checklist and the review output, with instructions to discover and run all test suites and the build
  • Updated the review output template to include Build and Tests fields
  • Updated the /sdd orchestrator Phase 5 gate to require passing build and tests before proceeding to ship

Changes

  • skills/review/SKILL.md: Added Step 3 (Run build and tests) with build/test discovery and execution instructions; updated review output template with Build/Tests fields; renumbered Step 3 → Step 4
  • skills/sdd/SKILL.md: Updated Phase 5 gate to include build and test verification in the completion checklist

How to test

  • Run /review on a project with tests — verify it now runs build and tests as part of the review
  • Run /sdd end-to-end — verify Phase 5 gate reports build/test status
  • Verify a failing build/test is reported as a blocking issue

https://claude.ai/code/session_01LDHJVEHYbDLP22npggJCKq

The /review skill listed "not running tests" as a gotcha but never included
an actual step to run the build and tests. This adds Step 3 (Run build and
tests) between the review checklist and the review output, and updates the
/sdd orchestrator Phase 5 gate to require passing build and tests.

https://claude.ai/code/session_01LDHJVEHYbDLP22npggJCKq
@robertraf
robertraf merged commit ec02492 into main Mar 24, 2026
1 check passed
@robertraf
robertraf deleted the claude/fix-post-review-build-tests-6ibmT branch March 24, 2026 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants