Read-only drain of a stale issue + backlog queue — dedup, classify each item vs LIVE code (already-done / partial / superseded / no-longer-needed / open / human-only), adversarially verify every close, then apply closes/cancels serially. Use on /triage-sweep.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add bravros/bravros --skill triage-sweep --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Triage Sweep?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bravros-triage-sweep-57657747)More formats (shields.io, HTML) on the badges page.
---
name: triage-sweep
core: true
description: Read-only drain of a stale issue + backlog queue — dedup, classify each item vs LIVE code (already-done / partial / superseded / no-longer-needed / open / human-only), adversarially verify every close, then apply closes/cancels serially. Use on /triage-sweep.
---
# Triage Sweep — dedup → classify-vs-code → adversarial-verify → serial apply
Read [briefing.md](references/briefing.md) on demand for detailed context and instructions.
## Quick Summary & Non-Negotiable Guards
1. **Read-only fan-out, serial apply.** The workflow mutates NOTHING; every `gh` close and every ledger event is applied **serially** afterward.
2. **Evidence-gated close.** An item auto-closes ONLY when classified `already-done`/`solved-differently` with a concrete `artifact_ref` AND an independent adversarial verifier confirms it.
3. **Project guard seam.** Pass project rules via `args.guards`.
4. **Never close in-flight or defective-ledger items.**
## Workflow Execution Steps
1. **Step 0 — Preflight + materialize:**
```bash
STAGING=$(grep -E '^staging_branch:' .bravros.yml 2>/dev/null | awk '{print $2}'); STAGING=${STAGING:-homolog}
mkdir -p .agent_config/workflows && cp -f ~/.agent_config/skills/triage-sweep/scripts/triage-sweep.js .agent_config/workflows/triage-sweep.js
```
2. **Step 1 — Triage (parallel, read-only):** Run `triage-sweep` workflow across code, worktrees, open PRs, and `.planning/` plan folders.
3. **Step 2 — Apply (SERIAL):** Append event to `.planning/events.jsonl` or run `gh issue close`.
4. **Step 3 — Ledger + close out:** Write `.planning/sweep-ledger.md` and announce completion via `bravros ha say`.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!