From ecc
Audits automation inventory across jobs, hooks, connectors, MCP servers, and wrappers to identify live, broken, redundant, or missing items before making changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:automation-audit-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the user asks what automations are live, which jobs are broken, where overlap exists, or what tooling and connectors are actually doing useful work right now.
Use this when the user asks what automations are live, which jobs are broken, where overlap exists, or what tooling and connectors are actually doing useful work right now.
This is an audit-first operator skill. The job is to produce an evidence-backed inventory and a keep / merge / cut / fix-next recommendation set before rewriting anything.
Pull these ECC-native skills into the workflow when relevant:
workspace-surface-audit for connector, MCP, hook, and app inventoryknowledge-ops when the audit needs to reconcile live repo truth with durable contextgithub-ops when the answer depends on CI, scheduled workflows, issues, or PR automationecc-tools-cost-audit when the real problem is webhook fanout, queued jobs, or billing burn in the sibling app reporesearch-ops when local inventory must be compared against current platform support or public docsverification-loop for proving post-fix state instead of relying on assumed recoveryRead the current live surface before theorizing:
Group them by surface:
For every surfaced automation, mark:
Then classify the problem type:
Back every important claim with a concrete source:
If the current state is ambiguous, say so directly instead of pretending the audit is complete.
For each overlapping or suspect surface, return one call:
The value is in collapsing noisy automation into one canonical ECC lane, not in preserving every historical path.
CURRENT SURFACE
- automation
- source
- live state
- proof
FINDINGS
- active breakage
- overlap
- stale status
- missing capability
RECOMMENDATION
- keep
- merge
- cut
- fix next
NEXT ECC MOVE
- exact skill / hook / workflow / app lane to strengthen
npx claudepluginhub affaan-m/ecc --plugin eccAudits active automations—cron jobs, GitHub Actions, hooks, MCP servers, connectors, and wrappers—categorizing each as configured, authenticated, verified, stale, broken, or missing. Use before rewriting anything.
Audits repo, MCP servers, plugins, env surfaces, and harness setup to inventory available capabilities and recommend ECC-native skills, hooks, agents, and operator workflows.
Validates automation config (CLAUDE.md sections), MCP server connectivity, and token setup for agent-flow pipelines. Reports what works, what's missing, and what failed.