audit

Audit the active context against curated principles and present structured findings.

16|9|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/sonthanh/brain-os-plugin --skill audit-sonthanh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/sonthanh/brain-os-plugin/tree/main/skills/audit
Command: npx skills add https://github.com/sonthanh/brain-os-plugin --skill audit-sonthanh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stress-test decisions, plans, or code by auditing the current context against curated principles using a stronger advisor, returning findings non-interactively.

Core Features & Use Cases

  • Non-interactive, one-shot audit of the active context against curated principles via advisor.
  • Select principles automatically (p0) or specify IDs (p1, p5) and present findings.
  • Logs usage to {vault}/thinking/principles/tracker.md and outputs a structured Audit Summary for downstream tools.

Quick Start

Invoke /audit to review the current context against the principles and receive a structured findings report.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit my conversation context against governance principles?

You can audit conversation context against governance principles by invoking a one-shot audit command that triggers a stronger advisor model to compare your active context against curated principles and return a structured findings report.

What is the best way to stress-test decisions against core principles non-interactively?

Stress-testing decisions non-interactively involves running an automated audit that identifies gaps between your current context and curated principles, generating an Audit Summary table and logging usage to a tracker file.

Can I specify which principles to use when auditing context traceability?

Yes, when auditing context traceability you can select principles automatically by default or specify explicit principle IDs to target exactly which governance rules the advisor model evaluates against your active context.

How do I log traceability audits for downstream governance tools?

Logging traceability audits is handled automatically; the audit process writes usage data to a tracker markdown file and returns a structured audit output separating content verdicts from execution results for downstream consumption.

Does the audit advisor support automatic principle selection?

The audit advisor supports automatic principle selection, identifying relevant governance rules for your context without manual input, while also allowing explicit specification of principle IDs for targeted reviews.

What does the structured audit output format look like?

The structured audit output format includes an Audit Summary table presenting findings clearly, alongside an audit log, with content verdicts separated from execution results and graceful error handling built in.