From helloagents
Enforces TDD red-green-refactor for new features and bugs, writes AAA tests covering boundaries with Jest/Vitest/Mocha/pytest, ensures unit/integration/E2E coverage.
npx claudepluginhub hellowind777/helloagents --plugin helloagentsThis skill uses the workspace's default tool permissions.
测试相关代码必须遵循以下规范。
Enforces TDD workflow: write failing tests first, minimal code to pass, refactor. Strict rules for features, bug fixes, refactors; rejects pre-written code.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Share bugs, ideas, or general feedback.
测试相关代码必须遵循以下规范。
先列出被测模块的公共接口、关键行为和边界条件,设计测试用例,再写测试代码。
新功能和 Bug 修复必须遵循红-绿-重构循环:
如果测试写完就直接通过了,说明测试没有验证新行为——重新审视测试。 必须按垂直切片推进:一个行为 → 一个失败测试 → 最小实现 → 通过后再进入下一个行为。禁止先批量写完所有测试,再批量写实现。
豁免场景(标记 [-] 说明原因即可):
除豁免场景外,没有先写测试 = 不能写实现代码。
should reject expired tokens,不是 test token