agentsclimarketplace

Tdd

Skill DongDuong2001/pudo-code-system/skills/test/tdd

Test-driven development workflows and red-green-refactor loopsFrom its SKILL.md

Install
npx -y skills add DongDuong2001/pudo-code-system --skill tdd

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.8 KB, 143 tokens by cl100k_base, as published. Nobody here has run it

Test-Driven Development (TDD) Skill

This skill guides the implementation of features using the TDD lifecycle.

When to use this skill

  • When developing new features following strict TDD constraints.
  • When refactoring legacy code safely by writing tests first.

Guidelines

  • Red: Write a failing test for the next piece of functionality. Ensure it fails for the correct reason.
  • Green: Write the absolute minimum amount of code necessary to make the test pass.
  • Refactor: Improve the code quality, remove duplication, and optimize while ensuring tests remain green.
  • Wait on edge cases: Don't write generalized code until the tests explicitly demand it through diverse test cases.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.