.claude/skills/rounds-resolve/SKILL.md
Mark a rounds error signature as resolved after a fix has been deployed
npx skillsauth add tinkermonkey/rounds rounds-resolveInstall 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.
Mark an error signature as resolved after a fix has been applied. Rounds will stop monitoring and diagnosing this signature until the error reappears.
/rounds-resolve SIGNATURE_ID [FIX_DESCRIPTION]
FIX_DESCRIPTION is optional free text describing what fix was applied.
Parse $ARGUMENTS: the first token is the signature ID; everything after it
(if any) is the fix description.
With a fix description:
cd /workspace/rounds && python -m rounds.main cli-run resolve '{"signature_id": "SIG_ID", "fix_applied": "FIX_DESCRIPTION"}'
Without a fix description:
cd /workspace/rounds && python -m rounds.main cli-run resolve '{"signature_id": "SIG_ID"}'
On success ("status": "success"):
Confirm: "Resolved signature SIGNATURE_ID" and include the fix description if
one was given.
On error ("status": "error"):
Show the message field.
/rounds-resolve 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3
/rounds-resolve 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3 deployed null-check fix in PR #412
testing
Run pytest with coverage and display results
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
tools
Mute a rounds error signature to suppress further notifications