From constellation
Use when you want brutal, worst-case review of code resilience -- failure modes, race conditions, blast radius, and edge cases optimistic reviewers miss.
How this skill is triggered — by the user, by Claude, or both
Slash command
/constellation:chaos-reviewopuschaos-engineerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Adversarial review of pending changes. Assumes the worst about every line.
Adversarial review of pending changes. Assumes the worst about every line.
GIT STATUS:
!`git status`
PR METADATA:
!`gh pr view --json title,body,author,files,additions,deletions,headRefName,state 2>/dev/null || echo "No PR context - reviewing local branch"`
FILES MODIFIED:
!`gh pr diff --name-only 2>/dev/null || git diff --name-only origin/HEAD...`
DIFF CONTENT:
!`gh pr diff 2>/dev/null || git diff --merge-base origin/HEAD`
Use the chaos-engineer agent to conduct an adversarial review of the diff above. For every finding, describe the specific failure scenario and blast radius. Your final reply must contain the markdown report.
references/attack-patterns.md — Common failure patterns and attack categoriesnpx claudepluginhub trevoredris/constellation --plugin constellationSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.