agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run the drift-detection checklist (incl. agent-drift signals); report + fix in-turn
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/drift-checkContext preview
What this command does when you run it.
Run the drift-detection checklist (incl. agent-drift signals); report + fix in-turn
description: Run the drift-detection checklist (incl. agent-drift signals); report + fix in-turn argument-hint: [scope, optional]
<!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. Source: obra/superpowers `using-superpowers` skill. --> <SUBAGENT-STOP/>
Run the drift-detection checklist per [[drift-detection]].
**Purpose** — surface and fix architecture/feature/agent drift before it compounds.
**When to use** — before adding a major feature; after a multi-agent run; on demand.
**Inputs** — `$ARGUMENTS` (optional scope); else the current project + last run.
Checklist:
**Outputs** — drift report (item · severity · fix). Fix every in-scope item in-turn; do not defer.
**Verification** — re-run the failing validator/grep to confirm green; deploy-gate per [[verification-loop]] if code changed.
**Can update ~/.agentskills or ~/.claude?** Only if a drift RULE itself proved weak (e.g. a drift class it failed to catch) — then update [[drift-detection]] and commit+push. Otherwise NO.
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run the Agent Diversity Review gate and emit the result table
Meta-analyze the effectiveness of a /loop arc — per-iteration metrics, LOC delta trend, saturation detection, and a keep/lengthen/delete recommendation.
Audit the rules/ directory for missing foundational principles; output gap list with priority and justification
Validate ~/.claude/settings.json hooks block — event names, file existence, executability, matcher syntax; --fix repairs common issues
Catch Resend-class bug (isError: false on HTTP 4xx/5xx) across all MCP server tool handlers