Scan the Operator Review Queue for rows that have stayed `open` longer than the staleness floor. Read-only digest.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mat-lucie/outbound-sales-agent --skill audit-reminder-sweep --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Reminder Sweep?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mat-lucie-audit-reminder-sweep)More formats (shields.io, HTML) on the badges page.
---
name: audit-reminder-sweep
description: Scan the Operator Review Queue for rows that have stayed `open` longer than the staleness floor. Read-only digest.
---
# /audit-reminder-sweep
Ad-hoc operator command. Useful when the queue UI feels backlogged
and you want a one-screen digest of the rows that need attention
most.
Read-only — no Attio mutations.
## Step 0 — Verify Attio MCP scope
Same canary procedure as `/sales-daily`. Halt on scope failure.
Even though this command is read-only, the canary confirms the
read scope is intact — a stale token would silently return an
empty queue and the operator would see "Clean" when in fact the
query never landed.
## Step 1 — Run the sweep
```bash
sales audit-reminder-sweep --stale-days 7
```
Lists every open queue row whose `opened_at` is more than `--stale-days`
ago. Default 7 days.
## When this fires zero rows
Either the operator is keeping up OR all stale rows are already
resolved/dismissed. If suspicion warrants a deeper look, drop
`--stale-days` to 1 and re-run.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...