.claude/skills/test-fixer/SKILL.md
测试修复技能,用于分析和修复失败的测试用例
npx skillsauth add shenjingnan/xiaozhi-client test-fixerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
我是一个测试修复专家,专门分析并修复失败的测试用例。
当你有测试用例失败时,我会:
使用格式:/fix-test [测试文件路径]
示例:
/fix-test apps/backend/handlers/__tests__/mcp-manage.handler.test.ts/fix-test packages/cli/src/commands/__tests__/start.test.ts# 执行代码规范检查
pnpm lint
# 执行类型检查
pnpm typecheck
提供详细的:
development
TypeScript严格模式检查
tools
Todo 管理技能,用于管理架构演进过程中的待办事项
testing
测试创建技能,用于生成符合项目标准的测试用例
testing
测试清理技能,用于分析并清理超出测试范围或低价值的测试用例