extract-fuzzer-repro

Installation
SKILL.md

Extract Fuzzer Reproduction from GitHub Actions

Use this skill to extract a reproduction project from fuzzer failures in CI. This creates a minimal Noir project you can use locally to reproduce and debug the issue.

1. Get the Job ID

From the GitHub Actions URL, extract the job ID. The URL format is:

https://github.com/noir-lang/noir/actions/runs/RUN_ID/job/JOB_ID

2. Fetch the Logs

gh api repos/noir-lang/noir/actions/jobs/JOB_ID/logs 2>&1 | tee fuzzer_logs.txt

3. Find the Reproduction Code

Related skills
Installs
37
Repository
noir-lang/noir
GitHub Stars
1.3K
First Seen
Feb 5, 2026