assess-findings

Solid

Triage static analysis findings, assess merit, and accept noise or irrelevant items

AI & Automation 15 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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