audit-tracker

Bootstrap audit infrastructure and track audit verdicts in software projects.

10|3|Updated May 26, 2026
One-click install
npx skills add https://github.com/agentik-os/OmegaOS --skill audit-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-tracker
Source: https://github.com/agentik-os/OmegaOS/tree/main/skills/audits/audit-tracker
Command: npx skills add https://github.com/agentik-os/OmegaOS --skill audit-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit infrastructure setup and progress tracking for software projects.

Core Features & Use Cases

  • Bootstrap audits infrastructure in the current project by creating audits/ and updating .gitignore.
  • Provide a dashboard that scans audits/.{name}audit*/verdict.json to summarize scores, ages, and statuses and synthesizes a history in audits/SYNTHESIS.md.
  • Support modes: init, dashboard, stale, scores, latest to manage and monitor audit cycles.

Quick Start

Run /audit-tracker to bootstrap audits/, generate the initial SYNTHESIS.md, and display the dashboard.

Frequently Asked Questions about audit-tracker

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

FAQPage Schema
How do I automate code audit tracking and visualize project compliance?

To automate code audit tracking, bootstrap an audits directory, generate a synthesis file, and scan verdict JSON files to visualize project compliance scores and statuses on a centralized dashboard.

What is the best way to set up audit infrastructure in a software project?

The best way to set up audit infrastructure is running an initialization command that creates an audits directory, updates .gitignore, and synthesizes historical audit data into a summary document.

Can I monitor multiple audits in a single-repo project?

Yes, you can monitor multiple audits in a single-repo project. The tracker aggregates cross-audit verdicts, calculating scores and ages to provide a live health view across all audit cycles.

How does the dashboard synthesize audit history?

The dashboard synthesizes audit history by scanning verdict JSON files within audit directories, summarizing scores and statuses, and aggregating the results into a synthesis markdown file.

What modes are available for managing software audit cycles?

Available modes for managing software audit cycles include init, dashboard, stale, scores, and latest, allowing you to bootstrap infrastructure, monitor statuses, and identify outdated quality checks.

Why are my project audit scores not showing on the dashboard?

Audit scores may not show if the verdict JSON files are missing from the audit directories. The dashboard requires these files to extract scores, calculate ages, and aggregate cross-audit verdicts.