.claude/skills/rounds-help/SKILL.md
Print available rounds skills, project directory layout, and a brief overview of what rounds does
npx skillsauth add tinkermonkey/rounds rounds-helpInstall 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.
Print a quick-reference guide for working with rounds inside the container.
Output the following text exactly, with no additional commentary:
ROUNDS — Autonomous Error Diagnosis Agent
==========================================
Rounds is a lightweight daemon that watches your OpenTelemetry data, fingerprints
failure patterns, and uses LLM-powered analysis to diagnose root causes in your
codebase. It makes periodic passes over your telemetry — polling for errors,
tracing them through your system, recognizing recurring patterns, and building up
a persistent knowledge base of failure signatures and diagnoses. Think of it as a
nurse making rounds on your running software.
SKILLS AVAILABLE IN THE ROUNDS CONTEXT
---------------------------------------
/rounds-help — show this message
/rounds-investigate TRACE_ID — investigate a distributed trace
/rounds-list [STATUS] — list error signatures
/rounds-details SIGNATURE_ID — full signature details
/rounds-reinvestigate SIG_ID — re-run LLM diagnosis
/rounds-mute SIG_ID [REASON] — mute a signature
/rounds-resolve SIG_ID — mark a signature resolved
/rounds-daemon — start the polling daemon
/rounds-test — run pytest
/rounds-check — mypy + ruff
/rounds-explore [QUERY] — query telemetry: search logs, spans, traces
/rounds-assess [QUERY] — assess transaction types: instrumentation, code quality, usage, skill gaps
DIRECTORIES (inside container)
-------------------------------
/workspace/rounds — rounds source code (this project)
/workspace/target — target codebase being monitored and diagnosed
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