Skip to content

Inspection Skills Consolidated

0.3.7

/archcore:review is now the single inspection skill. The dashboard you used to get from /archcore:status is its default output; deep audits are an explicit flag. /archcore:graph is gone — its orphan list and relation counts already lived inside review.

Improvements

  • /archcore:review (no args) — returns the one-screen dashboard: counts by category, type, status, relation coverage, plus a one-line issues summary. Project-wide, no filter.
  • /archcore:review --deep — full audit: gaps, staleness, orphans, missing relations, prioritized recommendations.
  • /archcore:review <filter> — any non-flag argument (knowledge, tag:auth, type:adr) implies --deep and scopes the audit.
  • Sibling skills (actualize, bootstrap, context) carry shorter anti-trigger lines now that status and graph are no longer in the palette.

Misc

  • Visible /archcore:* palette: 16 commands (9 intent + 6 tracks + 1 utility), down from 18.
  • skills/status/ and skills/graph/ removed from the plugin bundle.
  • Documentation updated across /plugin/, /reference/skills/, and /start/plugin-quick-start/ to reflect the new counts and merged behavior.
  • Stronger checks added during context generation to catch drift earlier.
  • Plugin metadata keywords expanded for marketplace discovery.

Migration

  • Users who typed /archcore:status should switch to /archcore:review (with no args). Same output, single skill.
  • Users who relied on /archcore:graph for a Mermaid diagram can ask the agent to render Mermaid directly from list_relations — observed usage of the dedicated skill was near zero, and the orphan/relation data is already inside review.

View on GitHub →