Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

noir

noir には noir-lang から収集した 7 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
7
Stars
1.4k
更新
2026-05-05
Forks
399
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

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.

2026-05-05
debug-fuzzer-failure
コンピュータプログラマー

End-to-end workflow for debugging SSA fuzzer failures from CI. Extracts a reproduction case from GitHub Actions logs, then bisects SSA passes to identify the bug. Use when a `pass_vs_prev` or similar fuzzer test fails in CI.

2026-05-05
extract-fuzzer-repro
コンピュータプログラマー

Extract a Noir reproduction project from fuzzer failure logs in GitHub Actions. Use when a CI fuzzer test fails and you need to create a local reproduction.

2026-05-05
noir-optimize-acir
コンピュータプログラマー

Workflow for measuring and optimizing the ACIR circuit size of a constrained Noir program. Use when asked to optimize a Noir program's gate count or circuit size.

2026-05-05
reduce-ssa-repro
コンピュータプログラマー

Minimize an SSA file that triggers a bug in the noir-ssa pipeline, producing the smallest possible reproduction case. Use after bisecting to identify which SSA passes cause the issue.

2026-02-20
noir-frontend-tests
ソフトウェア品質保証アナリスト・テスター

Guide for writing noirc_frontend unit tests. Use when adding, writing, or reviewing frontend tests — regression tests, reproduction tests, error-checking tests, or should_panic tests in the compiler frontend.

2026-02-11
noir-idioms
コンピュータプログラマー

Guidelines for writing idiomatic, efficient Noir programs. Use when writing or reviewing Noir code.

2026-02-03