38 lines
830 B
Markdown
38 lines
830 B
Markdown
---
|
|
name: Bug Report
|
|
about: Something the skill gets wrong — a missing finding, a false positive, or broken output
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## What happened
|
|
|
|
<!-- Describe the incorrect behavior. What did brooks-lint do? What did you expect? -->
|
|
|
|
## How to reproduce
|
|
|
|
**Review mode:** <!-- PR Review / Architecture Audit / Tech Debt / Test Quality / Health Dashboard -->
|
|
|
|
**Input (code snippet or description):**
|
|
```
|
|
<!-- paste the code or describe the scenario -->
|
|
```
|
|
|
|
**Brooks-lint output:**
|
|
```
|
|
<!-- paste the actual output -->
|
|
```
|
|
|
|
**Expected output:**
|
|
<!-- Describe what a correct review should have flagged or said differently -->
|
|
|
|
## Platform
|
|
|
|
- [ ] Claude Code
|
|
- [ ] Codex CLI
|
|
- [ ] Gemini CLI
|
|
|
|
## Version
|
|
|
|
<!-- Paste the brooks-lint version (shown in the README badge, or run `/plugin list` in Claude Code). -->
|