What problem does it solve?
Detect, triage, de-duplicate, and raise compiler bug reports when an agent encounters a likely compiler defect during implementation, review, testing, or issue work. Use when a task surfaces an ICE, panic, wrong accept/reject behavior, miscompile, lowering/emission bug, diagnostic bug, formatter/LSP/frontend drift, or other likely compiler/tooling defect; pause current work, minimize the repro, decide whether the bug blocks the task or has a valid workaround, check whether it is already reported, and then use create-github-issue to raise the bug.
Core Features & Use Cases
- Verify observations of compiler defects and capture exact repro steps.
- Minimize reproductions to the smallest honest repro.
- Check for duplicates and link existing issues when relevant.
- Draft and raise a bug report with a clean, sanitized template using create-github-issue.
- Resume work only after a workaround is validated.
Quick Start
Observe a likely compiler bug, pause the task, and file a minimal reproducible bug report via the repository's issue workflow.