bisect-ssa-pass とは?
noir-ssa CLI を使用して SSA パスのセマンティック保存をデバッグするためのワークフロー。 SSA パイプライン中にプログラムの動作が誤って変更される場合に使用します。パスを二分して、セマンティクスを壊すものを特定します。 `pass_vs_prev` ファザーは、そのような問題を自動的に検出します。 ソース: noir-lang/noir。
noir-ssa CLI を使用して SSA パスのセマンティック保存をデバッグするためのワークフロー。 SSA パイプライン中にプログラムの動作が誤って変更される場合に使用します。パスを二分して、セマンティクスを壊すものを特定します。 `pass_vs_prev` ファザーは、そのような問題を自動的に検出します。
コマンドラインで bisect-ssa-pass AI スキルを開発環境にすばやくインストール
ソース: noir-lang/noir。
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.
noir-ssa CLI を使用して SSA パスのセマンティック保存をデバッグするためのワークフロー。 SSA パイプライン中にプログラムの動作が誤って変更される場合に使用します。パスを二分して、セマンティクスを壊すものを特定します。 `pass_vs_prev` ファザーは、そのような問題を自動的に検出します。 ソース: noir-lang/noir。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/noir-lang/noir --skill bisect-ssa-passnoir-ssa CLI を使用して SSA パスのセマンティック保存をデバッグするためのワークフロー。 SSA パイプライン中にプログラムの動作が誤って変更される場合に使用します。パスを二分して、セマンティクスを壊すものを特定します。 `pass_vs_prev` ファザーは、そのような問題を自動的に検出します。 ソース: noir-lang/noir。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/noir-lang/noir --skill bisect-ssa-pass インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/noir-lang/noir