一键导入
rounds-mute
Mute a rounds error signature to suppress further notifications
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Mute a rounds error signature to suppress further notifications
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rounds-mute |
| description | Mute a rounds error signature to suppress further notifications |
| user_invocable | true |
| args | ["signature_id","reason?"] |
Mute an error signature so rounds stops triggering notifications for it. Useful for known false positives or acknowledged noise.
/rounds-mute SIGNATURE_ID [REASON]
REASON is optional free text explaining why the signature is being muted.
Parse $ARGUMENTS: the first token is the signature ID; everything after it
(if any) is the reason string.
With a reason:
cd /workspace/rounds && python -m rounds.main cli-run mute '{"signature_id": "SIG_ID", "reason": "REASON"}'
Without a reason:
cd /workspace/rounds && python -m rounds.main cli-run mute '{"signature_id": "SIG_ID"}'
On success ("status": "success"):
Confirm: "Muted signature SIGNATURE_ID" and include the reason if one was given.
On error ("status": "error"):
Show the message field.
/rounds-mute 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3
/rounds-mute 3f2a1b4c-8d9e-4f5a-b6c7-d8e9f0a1b2c3 known false positive in test env
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