
Run pytest with coverage and display results
Investigate a distributed trace by ID — fetches the full trace, reads source files, and explains the end-to-end code flow
Display hexagonal architecture overview with ASCII diagram and key file locations
Assess telemetry data — identifies distinct transaction types from an explore query and launches sub-agents to analyze each for instrumentation quality, code efficiency, usage correctness, and skill improvement opportunities
Show current LLM usage budget and spending across all diagnosis runs
Run mypy type checking and ruff linting
Start the rounds daemon with telemetry polling and diagnosis
Exploratory querying of telemetry data — search logs by keyword/metadata, search spans by metadata, and build full transaction trees from trace IDs using the rounds adapter interfaces
Print available rounds skills, project directory layout, and a brief overview of what rounds does
List error signatures in the rounds database, optionally filtered by status
Mute a rounds error signature to suppress further notifications
--- 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
Re-run LLM diagnosis for an existing rounds error signature
Get full details for a single rounds error signature including diagnosis, recent events, and related signatures
Mark a rounds error signature as resolved after a fix has been deployed