gavel_findings
Discover lint findings across a project in one call. Returns a by-rule summary and file:line list with gate-blocking NEW findings sorted first. Filter by project, rule, or severity.
Instructions
Discover every lint finding across a project in one call. Runs a quick analysis (findings only, no coverage), returns a by-rule summary plus a flat file:line list with gate-blocking NEW findings sorted first. Filter by project, rule, or severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule | No | Keep only findings whose rule id matches (omit for all rules) | |
| limit | No | Maximum findings to list in detail; the by-rule summary always counts all matches (default 100) | |
| project | No | Analyze only this project (omit for all projects) | |
| severity | No | Keep only findings of this severity, e.g. error or warning (omit for all) | |
| gavelspace | No | Absolute path to a gavelspace directory (omit to use the directory where Claude Code is running) |