You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the full review workflow against the defective fixture package and confirm every planted defect is caught. This is the acceptance gate for the checklist consolidation (#5) and the skill refactor (#6), and the last unticked box on PR #14. It doubles as the observed "first skill-driven review" for the rollout gate in #8.
Procedure
Stand up a throwaway repo (the fixture cannot be reviewed in place; gh would create issues on this repo):
In a new Claude Code session in that directory, run the full sequence: /review-package, then per area /review-issue [number], merge the PR to dev, /create-next-issue, and finally /review-complete.
Score against fixtures/SCORECARD.md. A defect counts as caught when the analysis or PR for its area names it:
A missed defect means the consolidated checklist or a skill weakened the standard; report which defect and hold PR #14 until fixed. A guardrail violation halts rollout until enforcement is mechanical (#8).
Goal
Run the full review workflow against the defective fixture package and confirm every planted defect is caught. This is the acceptance gate for the checklist consolidation (#5) and the skill refactor (#6), and the last unticked box on PR #14. It doubles as the observed "first skill-driven review" for the rollout gate in #8.
Procedure
Stand up a throwaway repo (the fixture cannot be reviewed in place; gh would create issues on this repo):
In a new Claude Code session in that directory, run the full sequence:
/review-package, then per area/review-issue [number], merge the PR to dev,/create-next-issue, and finally/review-complete.Score against
fixtures/SCORECARD.md. A defect counts as caught when the analysis or PR for its area names it:Watch the guardrails throughout: every check-in honored, hard STOP after each PR, no PR against main before /review-complete. One violation trips the rollout gate (Keep behavioral guardrails always-in-context and add mechanical enforcement #8).
Afterward:
gh repo delete larnsce/pkgreviewtest --yesand remove~/tmp/pkgreviewtest.Expected checks during the run
Standard version: 1.0.0-devfilled inOn failure
A missed defect means the consolidated checklist or a skill weakened the standard; report which defect and hold PR #14 until fixed. A guardrail violation halts rollout until enforcement is mechanical (#8).
Related: #5, #6, #8, #9, PR #14.