Agent Skills
› malpern/VoxClaw
› voxclaw-read-test-failures
voxclaw-read-test-failures
GitHub当测试或构建失败时,将错误信息精简为简短的语音摘要并通过 VoxClaw 播报。仅陈述状态、模块及明确原因,避免朗读冗长日志,实现失败的听觉通知。
Trigger Scenarios
测试失败需要语音通知
构建错误需要语音播报
Install
npx skills add malpern/VoxClaw --skill voxclaw-read-test-failures -g -y
SKILL.md
Frontmatter
{
"name": "voxclaw-read-test-failures",
"homepage": "https:\/\/github.com\/malpern\/VoxClaw",
"metadata": {
"requires": {
"bins": [
"bash"
]
}
},
"description": "Speak a concise summary of failing tests or build errors with VoxClaw."
}
VoxClaw Read Test Failures
Use this skill when tests or builds fail and the user wants audible notification.
Workflow
- Condense the failure into one short spoken summary.
- Lead with pass or fail status.
- Mention the failing suite or subsystem, not the full log.
- Mention the likely cause only if it is already clear.
- Speak it with the helper:
plugins/voxclaw/scripts/voxclaw-say "Tests failed. External playback controller tests are failing after the browser control changes."
Style
- Do not read stack traces or long assertion bodies aloud by default.
- Prefer one actionable sentence over exhaustive detail.
- If multiple failures share one cause, summarize the cause once.
Version History
- 0a1cb0f Current 2026-08-20 08:03


