Audit Cron Arc banner
megabytespace megabytespace

Audit Cron Arc

Security community

Description

--- name: audit-cron-arc description: Meta-analyze the effectiveness of a /loop arc — per-iteration metrics, LOC delta trend, saturation detection, and a keep/lengthen/delete recommendation. --- # /audit-cron-arc [--cron-id=<id>] Analyzes a completed or running `/loop` arc to determine whether it's still producing value or has hit saturation. Emits a markdown report with per-iteration table, ASCII trend chart, saturation verdict, and an actionable recommendation. ## Usage ``` /audit-cron-arc

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-audit-cron-arc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-audit-cron-arc && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/audit-cron-arc.md -o ~/.claude/skills/megabytespace-claude-skills-audit-cron-arc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository