straymark-audit-review

Consolidate external auditor reports into a reconciled audit review with verdicts and remediation priorities.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/StrangeDaysTech/arborist-cli --skill straymark-audit-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: straymark-audit-review
Source: https://github.com/StrangeDaysTech/arborist-cli/tree/main/.gemini/skills/straymark-audit-review
Command: npx skills add https://github.com/StrangeDaysTech/arborist-cli --skill straymark-audit-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates multiple external auditor reports into a single, decision-ready audit review by reconciling heterogeneous verdicts against the actual codebase and assigning clear remediation priorities.

Core Features & Use Cases

  • Master finding reconciliation: Deduplicates and normalizes claims across auditor reports into a consolidated finding set with consistent verdict vocabulary.
  • Code-grounded verification: For each consolidated finding, checks the cited code locations and recalibrates severity based on the Charter’s active configuration and scope.
  • Remediation and telemetry output: Produces a structured review.md plus an external_audit YAML block suitable for merging into Charter telemetry.

Quick Start

Run /straymark-audit-review <CHARTER-ID> after all auditor CLIs have finished writing their report-*.md files under .straymark/audits/<CHARTER-ID>/.

Frequently Asked Questions about straymark-audit-review

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

FAQPage Schema
How do I reconcile multiple auditor reports into a single remediation plan?

Audit review reconciliation consolidates multiple external auditor reports by deduplicating findings, verifying claims against codebase evidence, and producing a unified plan with calibrated severity and remediation priorities.

How do I verify auditor findings against actual codebase locations?

Code-grounded verification checks each cited path:line evidence from auditor reports against the actual codebase, recalibrating finding severity based on the active Charter configuration and scope.

What is the process for normalizing heterogeneous verdicts across different audit reports?

Master finding extraction normalizes heterogeneous verdicts by deduplicating claims across auditor reports into a consolidated finding set with consistent verdict vocabulary and per-auditor ratings.

Do I need to validate auditor report outputs against a schema before consolidation?

Yes, validation against audit-output.schema.v0.json is required before consolidation to ensure report-*.md files conform to the expected structure for reliable extraction and reconciliation.

What telemetry outputs are generated after reconciling external audit reports?

Reconciliation produces a structured review.md document and a merged external_audit YAML block suitable for emitting into Charter telemetry for downstream tracking.

Can I use audit reconciliation for partial reports if some auditor CLIs are still running?

No, reconciliation applies to end-to-end audit cycles where all auditor CLIs have finished writing their report-*.md files under the .straymark/audits/<CHARTER-ID>/ directory.