audit-orchestrator

Automate multi-audit selection, dispatch, and synthesis for software projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple audits across a project is error-prone and time-consuming. This Skill centralizes planning, dispatch, and result synthesis into a repeatable, automated workflow.

Core Features & Use Cases

  • Automated project-type detection and intent parsing to select the appropriate audits.
  • Parallel execution with defined wave schedules to reduce total turnaround time.
  • Synthesis and reporting of results to a canonical audits/SYNTHESIS.md and notification via Telegram.

Quick Start

Invoke the orchestrator with a keyword like security to auto-select audits and dispatch them in parallel.

Frequently Asked Questions about audit-orchestrator

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

FAQPage Schema
How do I automate multiple code quality and security audits for a software project?

An automated audit orchestrator coordinates multiple quality checks by parsing project intent, selecting relevant audits, and dispatching them in parallel. This reduces manual coordination and generates a synthesized report.

What is parallel wave-based execution for code audits?

Parallel wave-based execution is a scheduling mechanism that dispatches multiple audits concurrently in defined waves. This approach reduces total turnaround time for comprehensive code quality and security checks.

How do I run a targeted security audit without checking code accessibility?

You can run a targeted security audit by invoking the orchestrator with the security keyword. Smart keyword parsing detects your intent and automatically selects only the relevant security audits for dispatch.

Does the audit orchestrator require any external dependencies to run?

No, the audit orchestrator does not require any external dependencies to function. It autonomously handles project-type detection, audit selection, and result synthesis without needing additional packages.

How are cross-audit verification results reported and notified?

Cross-audit verification results are synthesized into a canonical audits/SYNTHESIS.md file. The orchestrator then sends a notification via Telegram to alert you when the automated workflow is complete.