assess-findings
SolidTriage static analysis findings, assess merit, and accept noise or irrelevant items
AI & Automation 15 stars
3 forks Updated today MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Assess Findings
**Recommended model tier:** balanced (sonnet) - this skill requires reading code and making judgement calls
Triage static analysis findings by reading the actual code, assessing whether each finding
is genuine or noise, and accepting (dismissing) irrelevant ones using `findings_accept`.
Accepted findings are hidden from future output by default.
## Prerequisites
- Findings must already exist. If `findings_stats` returns zero counts, tell the user to run:
```bash
./.aide/bin/aide findings run --path .
```
- The `findings_accept` tool must be available (provided by the aide MCP server).
## Available Tools
### Read-only (shared with `patterns` skill)
| Tool | Purpose |
| ----------------- | ------------------------------------------------------- |
| `findings_stats` | Counts by analyzer and severity — start here |
| `findings_list` | Browse findings with filters (analyzer, severity, file) |
| `findings_search` | Full-text search across finding titles and details |
### Write (unique to this skill)
| Tool | Purpose |
| ----------------- | --------------------------------------------------- |
| `findings_accept` | Mark findings as accepted/dismissed by ID or filter |
### Code inspection
| Tool | Purpose |
| -------------- | ------------------------------------...
Details
- Author
- jmylchreest
- Repository
- jmylchreest/aide
- Created
- 5 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
patterns
Analyze codebase patterns, detect anti-patterns, and surface static analysis findings
15 Updated today
jmylchreest Code & Development Solid
evaluate-findings
Critically assess external feedback (code reviews, AI reviewers, PR comments) and decide which suggestions to apply using adversarial verification. Use when the user asks to "evaluate findings", "assess review comments", "triage review feedback", "evaluate review output", or "filter false positives".
377 Updated today
tobihagemann AI & Automation Solid
findings-spine
Record and advance every vulnerability finding through the tool-owned mantis_findings service instead of tracking findings in prose
466 Updated 1 weeks ago
deonmenezes