What problem does it solve? Findings from local QA jobs pile up in .ether/qa/jobs/*/report.md files with no structured way to review, prioritize, or act on them. This Skill reads those raw reports, converts them into a triaged action list, and applies only the fixes that are explicitly approved — without inventing fixes beyond what a report actually said. ## Core Features & Use Cases - Report collection and parsing: Reads every untriaged report.md under .ether/qa/jobs/ for a given target and extracts one action item per finding or follow-up line. - Severity-sorted action pipeline: Classifies each item as bug, warning, or note, with a summary, source reference, and proposed fix taken only from the report's own wording. - Gated fix application: Applies bug/warning fixes only after passing the ether job should-confirm autonomy gate, and records outcomes via ether job record-run so triage counts toward the job type's autonomy tier. - Use Case: After several local audit jobs have run, ask what the reviews found — the Skill presents a severity-ordered table of all findings, applies the fixes you approve, and marks each report as triaged so it is not reprocessed. ## Quick Start Ask the assistant to show what the QA job reports found and apply the approved fixes from the reports.