Agent Skills
› Hmbown/CodeWhale
› test
test
GitHub用于检测项目测试栈,运行针对性测试,在授权下创建或更新测试,并诚实报告覆盖率与缺陷。
Trigger Scenarios
用户希望运行测试
用户希望添加或改进测试
Install
npx skills add Hmbown/CodeWhale --skill test -g -y
SKILL.md
Frontmatter
{
"name": "test",
"invocation": "model+user",
"description": "Detect the project’s test stack, run the narrowest useful tests, create tests when authorized, and report coverage\/gaps honestly."
}
Test
When to use
Use when the user wants tests run, added, or improved for a concrete surface.
Non-goals
- Do not invent a test framework the repo does not use.
- Do not claim coverage you did not measure.
Workflow
- Detect the repo’s test runner and conventions.
- Run the narrowest useful suite for the change.
- Add or update tests only when authorized.
- Report pass/fail with commands and residual gaps.
Version History
- b0e4926 Current 2026-07-24 17:43


