关于
The Test-Driven Development skill empowers Claude to follow professional software engineering standards by implementing the strict Red-Green-Refactor cycle. It ensures that every new feature, bug fix, or refactor begins with a failing test case to verify the requirement, followed by the minimal code necessary to pass, and finally a cleanup phase. This methodology reduces bugs, prevents regressions, and produces cleaner, more maintainable codebases across various environments including Elixir and TypeScript.