From claude-commands
Runs an isolated shadow replay for high-risk changes, collecting objective evidence against promotion criteria before merging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-commands:shadow-execution-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use a reproducible shadow run before promotion when changes are risky, cross-cutting, or expensive to debug post-merge.
Use a reproducible shadow run before promotion when changes are risky, cross-cutting, or expensive to debug post-merge.
This is a general software technique, not PairV2-specific.
Run Shadow Execution when any condition is true:
/tmp/.../shadow/...).READY_FOR_PROMOTION or NOT_READY.npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsIntegrates regression testing into CI/CD pipelines using automated baseline comparisons, merge blocking, pre-commit hooks, notifications, and support for GitHub Actions, GitLab CI, and Gitea Actions.
Audits release readiness by classifying risk level, checking verification evidence, and confirming operational readiness before deploying or merging.
Routes AI-assisted work by classifying changes by consequence (Quick or Standard-plus) and enforcing a decision contract with change records. Use at start of changes, adoption, or releases.