archivist-finding-triage

Classify audit findings into Accept, Reject, Defer, or Needs investigation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rfowler1994/project-archivist --skill archivist-finding-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archivist-finding-triage
Source: https://github.com/rfowler1994/project-archivist/tree/main/.agents/skills/archivist-finding-triage
Command: npx skills add https://github.com/rfowler1994/project-archivist --skill archivist-finding-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help classify Project Archivist audit findings after report-only audits. Use when asked to triage one or more audit reports or a specific finding ID into Accept, Reject, Defer, or Needs investigation, and to identify smallest safe fix, likely files touched, risk, test checklist, docs affected, branch name, and cleanup-task suitability without editing code.

Core Features & Use Cases

  • Triage findings quickly: classify each finding into Accept, Reject, Defer, or Needs investigation.
  • Identify the smallest safe fix and affected scope: files touched, risk assessment, tests, docs, and branch naming.
  • Produce a concise triage output that can be used to guide remediation without modifying code.

Quick Start

Provide the audit finding text or finding ID and any relevant context, and request a triage classification.

Frequently Asked Questions about archivist-finding-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage audit findings into accept, reject, or defer categories?

Audit finding triage classifies each item into Accept, Reject, Defer, or Needs investigation based on report evidence. It outputs a structured artifact guiding the smallest safe fix, affected files, risk, tests, and branch naming without code edits.

What is the best way to prioritize audit findings by risk and remediation scope?

The best way to prioritize audit findings is evidence-based triage evaluating risk, affected docs, and cleanup-task suitability. It produces a structured artifact identifying the smallest safe fix, likely touched files, and test checklists for remediation.

Can I classify a specific finding ID from an audit report without modifying code?

Yes, you can classify a specific finding ID without modifying code. The process evaluates report evidence to guide remediation, outputting a structured triage artifact detailing risk, branch naming, test checklists, and documentation affected.

Does audit finding triage require evidence from the original audit reports?

Yes, audit finding triage requires evidence from the original audit reports. It enforces evidence-based judgments to classify findings into Accept, Reject, Defer, or Needs investigation, ensuring accurate risk assessment and safe remediation planning.

When should I defer an audit finding instead of accepting or rejecting it?

You should defer an audit finding when evidence is insufficient for immediate remediation, classifying it as Needs investigation. This ensures the smallest safe fix is identified without premature code edits or inaccurate risk assessment.

What limitations exist when classifying audit findings for cleanup-task suitability?

A key limitation when classifying audit findings for cleanup-task suitability is that no code edits are performed. The process outputs a structured triage artifact for documentation and remediation planning based strictly on report evidence.