.claude/skills/rounds-mute/SKILL.md
Mute a rounds error signature to suppress further notifications
npx skillsauth add tinkermonkey/rounds rounds-muteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Mute an error signature so rounds stops triggering notifications for it. Useful for known false positives or acknowledged noise.
/rounds-mute SIGNATURE_ID [REASON]
REASON is optional free text explaining why the signature is being muted.
Parse $ARGUMENTS: the first token is the signature ID; everything after it
(if any) is the reason string.
With a reason:
cd /workspace/rounds && python -m rounds.main cli-run mute '{"signature_id": "SIG_ID", "reason": "REASON"}'
Without a reason:
cd /workspace/rounds && python -m rounds.main cli-run mute '{"signature_id": "SIG_ID"}'
On success ("status": "success"):
Confirm: "Muted signature SIGNATURE_ID" and include the reason if one was given.
On error ("status": "error"):
Show the message field.
/rounds-mute 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3
/rounds-mute 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3 known false positive in test env
testing
Run pytest with coverage and display results
devops
Mark a rounds error signature as resolved after a fix has been deployed
data-ai
Re-run LLM diagnosis for an existing rounds error signature
development
--- name: rounds-patterns description: Show common coding patterns: frozen dataclasses, async ports, immutable collections user_invocable: true args: generated: true generation_timestamp: 2026-02-13T22:09:52.359861Z generation_version: "2.0" source_project: rounds source_codebase_hash: a44338f108beaf54 --- # Rounds Coding Patterns Quick-reference skill for **rounds** project coding patterns and conventions. ## Usage ```bash /rounds-patterns ``` ## Purpose Displays the core coding patterns