pharaoh-process-audit

Orchestrate a full-corpus sphinx-needs audit and generate a prioritised gap report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a full-corpus audit across a sphinx-needs project to generate a single, prioritised gap report and surface cross-artefact consistency issues.

Core Features & Use Cases

  • Orchestrates pharaoh-coverage-gap across ten gap categories, producing a consolidated, prioritised gap report for the entire corpus.
  • Delegates to specialized sub-skills for category-level detection and reporting, ensuring scalable, repeatable audits.
  • Use case: run a project-wide health check to identify top-priority gaps and drive remediation planning.

Quick Start

Run pharaoh-process-audit <project_root> to generate a single, prioritised gap report for your sphinx-needs corpus.

Frequently Asked Questions about pharaoh-process-audit

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

FAQPage Schema
How do I run a full sphinx-needs audit to find gaps across my project?

Run a full sphinx-needs audit by executing pharaoh-process-audit <project_root>, which orchestrates ten gap category checks and generates a consolidated, prioritised gap report for your entire corpus.

What is a prioritised gap report in sphinx-needs and when do I need one?

A prioritised gap report consolidates missing requirements and cross-artefact consistency issues across a sphinx-needs corpus. You need one when running a project-wide health check to drive remediation planning.

Do I need a built needs.json file before running a sphinx-needs gap analysis?

Yes, you need a built needs.json located at docs/_build/needs/needs.json within your project root. The audit reads this file to evaluate the current corpus across all ten gap categories.

Can I use this audit on a large sphinx-needs project with many artefacts?

Yes, the audit applies to sphinx-needs projects of any size. It delegates to specialized sub-skills for category-level detection, ensuring scalable and repeatable gap analysis across large corpora.

What's the best way to identify cross-artefact consistency issues in sphinx-needs?

The best way is running a full-corpus audit via pharaoh-process-audit. It orchestrates ten gap category checks using sub-skills to surface cross-artefact consistency issues and produces a single prioritised report.

Why does my pharaoh process audit fail to find the needs.json file?

The audit fails when needs.json is missing from the expected path. You must build your sphinx-needs project first so the file exists under docs/_build/needs/needs.json before executing the audit.