·bisect-ssa-pass
>_

bisect-ssa-pass

Workflow for debugging SSA pass semantic preservation using the noir-ssa CLI. Use when a program's behavior changes incorrectly during the SSA pipeline - bisects passes to identify which one breaks semantics. The `pass_vs_prev` fuzzer finds such issues automatically.

25Installs·1Trend·@noir-lang

Installation

$npx skills add https://github.com/noir-lang/noir --skill bisect-ssa-pass

How to Install bisect-ssa-pass

Quickly install bisect-ssa-pass AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/noir-lang/noir --skill bisect-ssa-pass
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: noir-lang/noir.

SKILL.md

View raw

Use this skill when debugging SSA optimization bugs - situations where an SSA pass fails to preserve program semantics. This workflow bisects SSA passes to identify which one introduces the behavioral change.

Helper scripts are in the scripts/ directory of this skill.

You need a Noir project with a Prover.toml containing inputs that trigger the suspected issue. The program should produce incorrect results or exhibit unexpected behavior when executed.

Workflow for debugging SSA pass semantic preservation using the noir-ssa CLI. Use when a program's behavior changes incorrectly during the SSA pipeline - bisects passes to identify which one breaks semantics. The `pass_vs_prev` fuzzer finds such issues automatically. Source: noir-lang/noir.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/noir-lang/noir --skill bisect-ssa-pass
Category
>_Productivity
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from noir-lang/noir

Quick answers

What is bisect-ssa-pass?

Workflow for debugging SSA pass semantic preservation using the noir-ssa CLI. Use when a program's behavior changes incorrectly during the SSA pipeline - bisects passes to identify which one breaks semantics. The `pass_vs_prev` fuzzer finds such issues automatically. Source: noir-lang/noir.

How do I install bisect-ssa-pass?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/noir-lang/noir --skill bisect-ssa-pass Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/noir-lang/noir

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-20