This does not comply with TDD as stated. If the implementation already exists and the plan is to add tests afterward for coverage, the skill requires stopping and resetting to a Red-Green-Refactor flow. Correct response under this skill: - Do not treat post-implementation coverage work as TDD. - If the new code was written before a failing test, that code should not be considered valid TDD evidence. - Reconstruct the work by defining the expected behavior in a failing test first. - Verify the...
Scanned 9/5/2026
Install to Claude Code
npx -y skills add HoangNguyen0403/agent-skills-standard --skill common-tdd --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Common Tdd?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangnguyen0403-common-tdd-96584a17)More formats (shields.io, HTML) on the badges page.
This does not comply with TDD as stated. If the implementation already exists and the plan is to add tests afterward for coverage, the skill requires stopping and resetting to a Red-Green-Refactor flow.
Correct response under this skill:
- Do not treat post-implementation coverage work as TDD.
- If the new code was written before a failing test, that code should not be considered valid TDD evidence.
- Reconstruct the work by defining the expected behavior in a failing test first.
- Verify the test fails for the expected behavioral reason.
- Re-implement only the minimum code needed to make that test pass.
- Continue one failing test at a time until the required behavior is covered.
Coverage is a verification threshold, not a substitute for the Red step. Reaching 80% after the fact does not prove the implementation was driven by tests. The compliant path is to rebuild confidence through failing-first tests, AAA structure, and incremental minimal implementation.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!