skills/AUDIT-recursive-audit/SKILL.md
Audit all installed skills for overlap, stale docs, prompt bloat, trigger ambiguity, and broken references. Load when reviewing the skill portfolio or after modifying or adding new skills.
npx skillsauth add ariffazil/openclaw-workspace AUDIT-recursive-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before using this skill on any mutating, irreversible, or high-blast-radius task:
Audit all installed skills for overlap, stale docs, prompt bloat, trigger ambiguity, and broken references.
SKILL.md is updated or modified.skill-creator for capture and bootstrapping instead).skill-trigger-linter instead)./root/.agents/skills/ or individual skill directories.SKILL.md has not been modified for >30 days MUST be cross-checked against its dependent packages/APIs to verify compatibility.unused-rot and flagged for graceful de-activation or archive.Each checked skill must receive a specific Rot Rating in the audit report:
doc-rot: The skill references external URLs, guidelines, or paths that are no longer accessible or have been superseded.api-rot: The SDK or CLI packages that the skill coordinates (e.g. Wrangler, Agents SDK) have moved past the compatibility versions listed in the skill.trigger-rot: The skill's triggering criteria overlap semantically with other skills, leading to multiple activations or trigger failures.unused-rot: The skill is structurally valid but has not registered a telemetry execution record within the threshold window.archive-void-rot: (Added 2026-08-04) The skill has been physically moved to .archive-20260804/ but remains discoverable by the skill loader. Physical archive without deactivation (SKILL.md → SKILL.md.VOID) creates drift between filesystem and registry. This is a new rot class discovered during the first autonomous VOID audit.SKILL.md files and resolve their frontmatter definitions. Include .archive-* directories in the scan — archived skills still discoverable by the loader are archive-void-rot.doc-rot, api-rot, trigger-rot, unused-rot, archive-void-rot) to flagged skills.{
"skill_name": "arifos-recursive-audit",
"version": "1.1.0",
"trigger_phrase": "{{trigger_phrase}}",
"selected_reason": "{{selected_reason}}",
"latency_ms": 0,
"token_in": 0,
"token_out": 0,
"commands_run": 0,
"artifacts_written": 0,
"postcondition_pass": false,
"human_approval_required": false,
"hold_code": "{{hold_code}}"
}
A-FORGE planning, execution, AND verification in the same trust chain is the primary substrate defect identified in the readiness audit (ARIFOS-READINESS-2026-07-20). This skill documents the required separation so the next agent can implement it.
Hermes/A-FORGE plans
↓
A-FORGE executes
↓
A-FORGE verifies ← same chain → cannot self-attest
↓
A-FORGE summarizes success
"Completed and verified" is currently too easy to self-attest. A deployment that returns exit code 0 but leaves the public service broken is reported as success.
A-FORGE executes mutation
↓
Independent observe-lane verifier reads resulting reality
↓
Kernel checks evidence against original success criteria
↓
Only then may completion be recorded to VAULT999
verification_request:
original_intent_hash: <sha256>
success_criteria: <structured>
mutation_receipt: <VAULT999 entry id>
executor_identity: <actor_id>
target_state: <expected world state after mutation>
permitted_observation_tools: [<list>] # read-only
freshness_requirement: <max staleness in ms>
verification_result:
state: VERIFIED | MISMATCH | INCONCLUSIVE | STALE
raw_evidence_refs: [<list>]
method: <how evidence was obtained>
verifier_identity: <actor_id>
verifier_independence_proof: <signed assertion>
observed_at: <unix_ms>
residual_uncertainty: <OBS/DER/INT/SPEC label + confidence>
The verifier MUST:
The kernel MUST reject "completion" when:
This skill, when loaded, MUST trigger the audit checklist:
WAJIB 2 is T3 (F13 ratification required). This skill section documents the protocol only. Implementation requires the verification lane to be a new constitutional role, not a mode of A-FORGE.
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.