tdd-
Solid引导开发过程遵循测试先行、红绿重构和回归验证纪律。
Testing & QA 116 stars
2 forks Updated yesterday Apache-2.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# TDD 开发纪律助手
Use this skill to keep implementation work aligned with test-first development discipline. Start by identifying the behavior under change, add or update focused tests, implement the minimal code required, then run the relevant verification before broadening scope.
Details
- Author
- cdavid817
- Repository
- cdavid817/vanehub-ai
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Listed
tdd
Test-driven development workflows and red-green-refactor loops
5 Updated 1 months ago
DongDuong2001 Testing & QA Listed
tdd-enforcer
强制执行测试驱动开发 (TDD) 工作流,使用 RED-GREEN-REFACTOR 循环确保测试先于代码编写。 三级严格度:Advisory(警告)、Strict(强制)、Superpowers(完整循环)。 使用场景:开发新功能时确保 TDD 最佳实践、代码质量审查。
1 Updated 2 days ago
10CG AI & Automation Solid
tdd-workflow
用于需要以测试驱动开发、遵循“红—绿—重构”循环实现功能或修复缺陷的场景。必须先编写失败测试,再实现代码。
48 Updated today
huangwb8