.claude/skills/rounds-investigate/SKILL.md
Investigate a distributed trace by ID — fetches the full trace, reads source files, and explains the end-to-end code flow
npx skillsauth add tinkermonkey/rounds rounds-investigateInstall 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.
Investigate a distributed trace using rounds' trace investigation pipeline. Fetches the full trace from the telemetry backend, reads the relevant source files from the mounted codebase, and explains the end-to-end code flow with actual file:line citations.
/rounds-investigate TRACE_ID
TRACE_ID is a 32-char lowercase hex OpenTelemetry trace ID, e.g.:
d5b99e396c3aeac81aa6074635254687
Run the following, substituting $ARGUMENTS for the trace ID:
cd /workspace/rounds && python -m rounds.main cli-run investigate-trace $ARGUMENTS
The command outputs a JSON object. Parse it and present the results as follows:
On success ("status": "success"):
investigation.summary field as a clear paragraphinvestigation.code_flow as a numbered list; each entry is a
step in the request pathinvestigation.services_involved as a comma-separated
listinvestigation.key_findings as a bulleted listinvestigation.cost_usd formatted as $X.XXXXOn error ("status": "error"):
Show the message field and suggest:
CODEBASE_PATH=/workspace/target is set and the target is mounted/rounds-investigate d5b99e396c3aeac81aa6074635254687
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