reduce-ssa-repro
Installation
SKILL.md
Reduce SSA Reproduction
Minimize an SSA file that triggers a bug in the noir-ssa pipeline. Use after the bisect-ssa-pass skill has identified which passes cause the issue.
Setup
-
Build the
noir-ssaCLI as a debug binary:cargo build -p noir_ssa_cliAlways use debug builds (
target/debug/noir-ssa). Many SSA invariant checks are#[cfg(debug_assertions)]-guarded and compiled out of release builds. -
Set
SKILL_DIRto this skill's directory (for script references):SKILL_DIR=<path-to-repo>/.claude/skills/reduce-ssa-repro