# Automation Audit Ops

> Evidence-first inventory of live automations — cron, GitHub Actions, hooks, MCP servers, wrappers, and connectors — then keep / merge / cut / fix-next. Use when asking what is live, broken, redundant, or missing before changing anything. Not for skill-catalog hygiene (skill-stocktake), agent-loop diagnosis (agent-architecture-audit), or GitHub issue/PR operations (gh-axi).

- Skill: `kuker24/automation-audit-ops` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add kuker24/automation-audit-ops`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kuker24/automation-audit-ops/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: kuker24 (https://skillmd.com/u/kuker24)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kuker24/automation-audit-ops

---


# Automation Audit Ops

Read-only operator audit of automations. Produce an evidence table before rewriting anything.

## Boundaries & Handoffs

| Need | Route |
|---|---|
| Skill catalog frontmatter and boundary hygiene | `skill-stocktake` |
| Agent wrapper, tool-loop, or context leakage diagnosis | `agent-architecture-audit` |
| Filing or merging GitHub issues, PRs, workflow runs | `gh-axi` |
| Secrets, auth, or privileged webhook review | `full-audit-keamanan` |
| **Live cron / CI / hook / MCP / wrapper inventory** | **`automation-audit-ops`** |

Start read-only unless the user explicitly asked for fixes.

## Procedure

Consult [references/inventory.md](references/inventory.md) for live-state labels.

1. **Inventory the surface.** Repo hooks, GitHub Actions and schedules, MCP configs, wrapper scripts, connector entries. Group: local runtime, CI, external systems, notifications.
2. **Classify live state.** Configured, authenticated, recently verified, stale/broken, missing. Presence in config is not proof of working.
3. **Cite a proof path** for every important claim: file, workflow run, hook log, command output, or failure signature. Ambiguity stays labeled ambiguous.
4. **Recommend keep / merge / cut / fix-next** per overlapping or suspect item. Name one canonical lane. Do not delete until the table exists.

## Output

```text
CURRENT SURFACE
- automation / source / live state / proof

FINDINGS
- breakage / overlap / stale / missing

RECOMMENDATION
- keep / merge / cut / fix-next
```

