.claude/skills/rounds-reinvestigate/SKILL.md
Re-run LLM diagnosis for an existing rounds error signature
npx skillsauth add tinkermonkey/rounds rounds-reinvestigateInstall 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.
Trigger a fresh LLM diagnosis for an existing error signature. Useful after editing the diagnosis adapter or prompt, or when a previous diagnosis had low confidence.
/rounds-reinvestigate SIGNATURE_ID
Substituting $ARGUMENTS for the signature ID:
cd /workspace/rounds && python -m rounds.main cli-run reinvestigate '{"signature_id": "$ARGUMENTS"}'
The command outputs a JSON object. Parse it and present:
On success ("status": "success"):
diagnosis.root_causediagnosis.confidence (low / medium / high)diagnosis.suggested_fixdiagnosis.modeldiagnosis.cost_usd formatted as $X.XXXXOn error ("status": "error"):
Show the message field. Common causes:
/rounds-list to confirm the IDCLAUDE_CODE_BUDGET_USD / DAILY_BUDGET_LIMIT/rounds-reinvestigate 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
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