Findings Triage banner
reinesaj2 reinesaj2

Findings Triage

Development community

Description

--- description: Run the Aegis 'findings-triage' analyzer on an ASFF export and summarize the report. --- Run `aegis run findings-triage --input $ARGUMENTS` from the repo root. Then read the generated report under `out/` and give the operator a concise summary: total active findings, suppressed/archived count, any resource hotspots (resources with multiple active findings), and the top critical/high items with recommended remediations.

Installation

Installs to ~/.claude/skills/reinesaj2-aegis-findings-triage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/reinesaj2-aegis-findings-triage && curl -fsSL https://raw.githubusercontent.com/reinesaj2/aegis/HEAD/commands/findings-triage.md -o ~/.claude/skills/reinesaj2-aegis-findings-triage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository