Help us improve
Share bugs, ideas, or general feedback.
From archcore
Audits Archcore documentation: dashboard (counts, status, relations, orphans), deep coverage audit, or drift detection (code/cascade/temporal staleness). Use for 'show status', 'documentation gaps', or after a staleness warning.
npx claudepluginhub archcore-ai/plugin --plugin archcoreHow this skill is triggered — by the user, by Claude, or both
Slash command
/archcore:audit [--deep] [--drift] [category, tag, or scope][--deep] [--drift] [category, tag, or scope]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit Archcore documentation. Three modes, picked from arguments:
Audits Archcore documentation: dashboard (counts, status, relations, orphans), deep coverage audit, or drift detection (code/cascade/temporal staleness). Use for 'show status', 'documentation gaps', or after a staleness warning.
Scans workspace for docs (READMEs, docs/, ADRs, API specs), assesses accuracy/freshness/completeness/discoverability, identifies gaps/risks. For doc audits.
Audits codebase documentation for accuracy, completeness, and freshness by comparing against code structure. Auto-fixes small discrepancies in fix mode, reports structural changes. Works with any language/framework.
Share bugs, ideas, or general feedback.
Audit Archcore documentation. Three modes, picked from arguments:
--deep or any non-flag arg) — coverage gaps, staleness, relation health, prioritized recommendations--drift) — code/cascade/temporal drift detection with assisted fix--deep--drift--driftNot audit:
/archcore:capture, /archcore:plan, /archcore:decide/archcore:context/archcore:context| Signal | Mode | Scope |
|---|---|---|
| No arguments | → short dashboard | All documents |
--deep | → deep audit | All documents |
--deep <filter> or <filter> (non-flag arg) | → deep audit, filtered | Filter applied |
--drift | → drift detection | All documents |
--drift <filter> | → drift detection, filtered | Filter applied |
The short dashboard is project-wide by design — it doesn't take filters. Any non-flag argument without --drift implies deep audit on a filter.
Call in parallel: mcp__archcore__list_documents and mcp__archcore__list_relations. Apply filter from $ARGUMENTS if present (tag, category, or type).
Output four tables, then a one-line issues summary. Data only, no analysis.
Documents by Category
| Category | Count |
|---|---|
| Vision | n |
| Knowledge | n |
| Experience | n |
| Total | n |
Documents by Status
| Status | Count |
|---|---|
| draft | n |
| accepted | n |
| rejected | n |
Documents by Type — list each type with count, skip types with 0.
Relations
| Type | Count |
|---|---|
| related | n |
| implements | n |
| extends | n |
| depends_on | n |
Issues — orphaned documents (no relations), high draft count. One line each, no explanations.
End with: For a full audit with recommendations, run /archcore:audit --deep. For staleness detection, run /archcore:audit --drift.
--deep or any non-flag arg): analyze and reportCheck for:
Coverage gaps:
Staleness:
draft that may need accepted or rejectedRelation health:
implements to a PRDimplements to requirementsTag hygiene:
Report with these sections:
--drift): code/cascade/temporal stalenessRead skills/audit/lib/drift-detection.md for the detailed staleness-detection protocol. It covers:
mcp__archcore__update_document.