dot-audit

Audit code and docs against activated principles with a structured findings manifest.

261|57|Updated Feb 9, 2022
One-click install
npx skills add https://github.com/robocode-dev/tank-royale --skill dot-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dot-audit
Source: https://github.com/robocode-dev/tank-royale/tree/main/.agents/skills/dot-audit
Command: npx skills add https://github.com/robocode-dev/tank-royale --skill dot-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review a file, directory, or inline code against its activated principles. Supports explicit principle override with --with / @group / on syntax. Use when the user runs /dot-audit [target] to check code or docs against quality principles.

Core Features & Use Cases

  • Validates targets against the activated principles catalog, expanding groups as needed.
  • Per-file and per-principle evaluation with a structured audit manifest of findings.
  • Supports dynamic or group-based principle selection and explicit overrides via command syntax.

Quick Start

Run /dot-audit <target> to audit code or documentation against activated principles.

Frequently Asked Questions about dot-audit

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

FAQPage Schema
How do I audit my code against specific quality principles?

To audit code against specific quality principles, run /dot-audit <target> on a file, directory, or inline code. It evaluates targets against an activated principles catalog and outputs a structured audit manifest of findings.

What does a static analysis review of documentation principles check for?

A static analysis review of documentation principles checks for deviations from defined quality standards. It parses arguments, loads principle catalogs, and performs per-file and per-principle evaluation to detect non-adherence.

Can I override the default principles during a code review?

Yes, you can override default principles during a code review using explicit syntax. Supports dynamic or group-based principle selection with --with, @group, and on syntax for targeted overrides.

How do I run an audit on an entire directory of source files?

To run an audit on an entire directory, pass the directory path as the target to the audit tool. It expands principle groups as needed and validates all contained files against the activated catalog.

What is the best way to detect deviations from coding standards automatically?

The best way to detect deviations automatically is using a tool that loads principle catalogs and outputs a structured audit manifest. It evaluates targets per-principle to verify adherence and flag issues.

Does the audit tool work without external dependencies?

Yes, the audit tool requires no external dependencies to function. It independently parses arguments, loads principle catalogs, and generates a structured audit manifest of findings for the specified targets.