Bead Sweep banner
mistakeknot mistakeknot

Bead Sweep

AI community

Description

--- name: bead-sweep description: Scan open beads for stale trackers already implemented — deterministic checks then LLM verification. argument-hint: "[--auto-close] [--limit N] [plugin-name]" disable-model-invocation: true --- # Bead Sweep <sweep_args> #$ARGUMENTS </sweep_args> **Args:** `--auto-close` (close without asking), `--limit N` (default 50), `plugin-name` (restrict by plugin). ## Step 1: Gather Candidates ```bash OPEN_BEADS=$(bd list --status=open --json 2>/dev/null) || { echo "E

Installation

Installs to ~/.claude/skills/mistakeknot-clavain-bead-sweep/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistakeknot-clavain-bead-sweep && curl -fsSL https://raw.githubusercontent.com/mistakeknot/Clavain/HEAD/commands/bead-sweep.md -o ~/.claude/skills/mistakeknot-clavain-bead-sweep/SKILL.md

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

Full documentation available on GitHub

View Source Repository