agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Summarize recent CHANGELOG.md entries for context restoration. Parses the canonical heading shape `## YYYY-MM-DD — pass-N — summary`. Filters: last N (default 10), YYYY-MM date prefix, or "today". Supports --json for machine-readable output.
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/session-recapContext preview
What this command does when you run it.
Summarize recent CHANGELOG.md entries for context restoration. Parses the canonical heading shape `## YYYY-MM-DD — pass-N — summary`. Filters: last N (default 10), YYYY-MM date prefix, or "today". Supports --json for machine-readable output.
name: session-recap description: Summarize recent CHANGELOG.md entries for context restoration. Parses the canonical heading shape `## YYYY-MM-DD — pass-N — summary`. Filters: last N (default 10), YYYY-MM date prefix, or "today". Supports --json for machine-readable output. argument-hint: "[filter] [--json]" user-invocable: true
<!-- <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/>
One-keystroke context restoration. When you open a fresh Claude Code session or hand off context to another agent, `/session-recap` returns the canonical CHANGELOG slice you need.
1. Reads `CHANGELOG.md` from the current repo root (or `$CHANGELOG` env override). 2. Parses entries delimited by `## YYYY-MM-DD — pass-N — summary` headings. 3. Filters by:
4. Returns heading + first 5 body lines per entry (human mode). 5. `--json` mode: structured `{entries:[{date,pass_id,summary,body_preview}],total}` for machine consumption.
bash ~/.agentskills/bin/session-recap.sh # last 10 bash ~/.agentskills/bin/session-recap.sh 20 # last 20 bash ~/.agentskills/bin/session-recap.sh 2026-06 # all June 2026 bash ~/.agentskills/bin/session-recap.sh today # UTC today bash ~/.agentskills/bin/session-recap.sh today --json | jq
━━━ ## 2026-06-09 — pass-33 — verification-loop self-application + bin/session-recap.sh ### Closes both pass-32 Recs - **`rules/verification-loop.md` § Self-application** (new) ... - **`bin/session-recap.sh`** (new) — context-restoration helper: ... total: 1 entry
{
"entries": [
{
"date": "2026-06-09",
"pass_id": "pass-33",
"summary": "verification-loop self-application + bin/session-recap.sh",
"body_preview": ["### Closes both pass-32 Recs", "...", "...", "...", "..."]
}
],
"total": 1
}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