pharaoh-audit-fanout

Dispatch five parallel audit sub-skills to a shared Papyrus workspace.

24|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/useblocks/pharaoh --skill pharaoh-audit-fanout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pharaoh-audit-fanout
Source: https://github.com/useblocks/pharaoh/tree/main/skills/pharaoh-audit-fanout
Command: npx skills add https://github.com/useblocks/pharaoh --skill pharaoh-audit-fanout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This orchestrator coordinates five atomic audit sub-skills to run in parallel, collecting findings into a shared Papyrus workspace using pharaoh-finding-record for automatic deduplication.

Core Features & Use Cases

  • Dispatches five sub-skills in parallel to speed up full-project audits
  • Writes findings to a centralized Papyrus workspace for deduplicated reporting
  • Supports CI gates and release governance by providing a consolidated audit report

Quick Start

Invoke pharaoh-audit-fanout at the start of a full project audit to trigger parallel analysis.

Frequently Asked Questions about pharaoh-audit-fanout

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

FAQPage Schema
How do I run parallel audits with deduplicated findings across a full project?

To run parallel audits with deduplicated findings, use an orchestrator that dispatches multiple audit sub-skills simultaneously while writing results to a shared Papyrus workspace for automatic deduplication.

What is a Papyrus finding-record protocol for audit deduplication?

The Papyrus finding-record protocol defines a shared workspace standard that automatically deduplicates audit findings collected from multiple parallel sub-skills into a single deterministic, consolidated report.

Can I use parallel audit workflows for CI gates and pre-release reviews?

Yes, you can use parallel audit workflows for CI gates and pre-release reviews by dispatching atomic sub-skills that aggregate findings into a centralized Papyrus workspace for release governance.

How do I consolidate findings from multiple parallel sub-skills deterministically?

To consolidate findings deterministically from parallel sub-skills, dispatch them through an orchestrator that enforces a shared workspace dependency, ensuring all results aggregate without duplication.

Do I need a shared Papyrus workspace to deduplicate audit findings?

Yes, a shared Papyrus workspace is required to deduplicate audit findings, as the orchestrator relies on this centralized environment to ensure deterministic aggregation across all parallel sub-skills.