tdd-workflow
[ Featured ]tdd-workflow is a skill that ensures all code development follows test-driven development principles with comprehensive test coverage, including unit, integration, and E2E tests.
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
tdd-workflow is a skill that ensures all code development follows test-driven development principles with comprehensive test coverage, including unit, integration, and E2E tests.
Test-Driven Development is a software development process that relies on the repetitive cycle of writing tests before writing code
springboot-tdd is a test-driven development workflow for Spring Boot services using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo.
Multi-model code generation, refactoring, and inline suggestions using Heady™Coder, HeadyCodex, HeadyCopilot, and HeadyRefactor.
Analyze the codebase for refactoring opportunities, create a plan, and file GitHub issues for each proposal.
Plan code refactors by defining goals/non-goals, mapping dependencies, sequencing phases, and specifying verification and rollback checkpoints; triggers: refactor plan/restructure/rename/move modules.
codex-review is a collection of role-based AI personas with .claude and .cursor rules/skills for domain-tuned behavior and ready-made workflows.
sd-review is a code analysis skill that combines defect review and refactoring analysis for comprehensive code evaluation.
Creates characterization tests to capture existing behavior before refactoring. Use when writing char tests, creating golden tests, preparing for refactoring, or preserving legacy code behavior.
Discover is a skill that facilitates structured dialogue for turning ideas into validated designs and executable plans.
NestJS Repository Pattern architecture and best practices for api-app. Use this skill when implementing data access layers, separating business logic from database queries, or refactoring services to
Refactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with views, add loop invariants, and ensure test coverage without regressions. Use when up