← ClaudeAtlas

assess-findingslisted

Triage static analysis findings, assess merit, and accept noise or irrelevant items
jmylchreest/aide · ★ 10 · AI & Automation · score 77
Install: claude install-skill jmylchreest/aide
# 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 | | -------------- | ------------------------------------