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


