Skip to main content

Run Order

  1. script-footprint-and-usage-audit
  2. docs-quality-and-freshness-audit
  3. style-and-language-homogenizer-en-gb
  4. component-layout-governance
  5. cleanup-quarantine-manager
  6. cross-agent-packager (only when --agent-pack is requested)

Pipeline Contract Files

These files are canonical only for the docs audit pipeline subsystem. They are not the full AI-tools inventory or lane registry.
  • ai-tools/ai-skills/catalog/skill-catalog.schema.json
  • ai-tools/ai-skills/catalog/skill-catalog.json
  • ai-tools/ai-skills/catalog/execution-manifest.json
Global AI-tools inventory, lifecycle, and lane assignment now live in:
  • ai-tools/registry/ai-tools-registry.json
  • ai-tools/registry/ai-tools-inventory.md

Stage Behaviour

StagePrimary GoalCanonical Output
script-footprint-and-usage-auditDetect script sprawl, backups, placeholders, report bloattasks/reports/repo-ops/script-footprint-and-usage-audit.json
docs-quality-and-freshness-auditInventory TODO/TBD/Coming Soon/PreviewCallout and thin contenttasks/reports/repo-ops/docs-quality-and-freshness-audit.json
style-and-language-homogenizer-en-gbEnforce UK English/style profile in EN v2 scopetasks/reports/repo-ops/style-and-language-homogenizer-en-gb.json
component-layout-governanceValidate required sections and allowed component usage by page typetasks/reports/repo-ops/component-layout-governance.json
cleanup-quarantine-managerProduce reversible cleanup manifest and optional quarantine movestasks/reports/repo-ops/cleanup-quarantine-manifest.json
cross-agent-packagerExport aligned packs for Codex/Cursor/Claude/Windsurfai-tools/agent-packs/

Orchestrator CLI

node tools/scripts/repo-audit-orchestrator.js \
  --mode static \
  --scope full \
  --output-dir tasks/reports/repo-ops \
  --agent-pack all
Last modified on March 16, 2026