.claude/skills/rounds-details/SKILL.md
Get full details for a single rounds error signature including diagnosis, recent events, and related signatures
npx skillsauth add tinkermonkey/rounds rounds-detailsInstall 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.
Retrieve complete details for one error signature: status, occurrence history, LLM diagnosis, recent events, and related signatures.
/rounds-details SIGNATURE_ID
SIGNATURE_ID is a UUID string from the rounds database (visible in /rounds-list
output).
Substituting $ARGUMENTS for the signature ID:
cd /workspace/rounds && python -m rounds.main cli-run details '{"signature_id": "$ARGUMENTS"}'
The command outputs a JSON object. Parse it and present:
On success ("status": "success"), render data (a SignatureDetails object):
Identity
Status & History
Message Template
Diagnosis (if present in data.signature.diagnosis)
Recent Events (up to 5 from data.recent_events)
Related Signatures (up to 5 from data.related_signatures)
On error ("status": "error"):
Show the message field. If it mentions "not found", the signature ID may be wrong
— suggest running /rounds-list to see valid IDs.
/rounds-details 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3
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