com um clique
rounds
rounds contém 15 skills coletadas de tinkermonkey, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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
Print available rounds skills, project directory layout, and a brief overview of what rounds does
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
Get full details for a single rounds error signature including diagnosis, recent events, and related signatures
Investigate a distributed trace by ID — fetches the full trace, reads source files, and explains the end-to-end code flow
List error signatures in the rounds database, optionally filtered by status
Mute a rounds error signature to suppress further notifications
Re-run LLM diagnosis for an existing rounds error signature
Mark a rounds error signature as resolved after a fix has been deployed
Display hexagonal architecture overview with ASCII diagram and key file locations
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
Show common coding patterns: frozen dataclasses, async ports, immutable collections
Run pytest with coverage and display results