Back to tags
Tag

Agent Skills with tag: test-driven-development

27 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

test-driven-development

Test-Driven Development workflows including red-green-refactor cycle, test-first implementation, outside-in vs inside-out testing, TDD for debugging, and TDD for refactoring. Use when implementing new features, refactoring existing code, using tests to drive design, or debugging with failing tests.

test-driven-developmentred-green-refactortest-firstrefactoring
randalmurphal
randalmurphal
0

methodical-debugging

Systematic debugging approach using parallel investigation and test-driven validation. Use when debugging issues, when stuck in a loop of trying different fixes, or when facing complex bugs that resist standard debugging approaches.

debuggingtest-driven-developmentsystematic-approachcomplex-bugs
metjm
metjm
0

dev-tdd

Test-Driven Development protocol. RED-GREEN-REFACTOR cycle with mandatory test-first approach.

test-driven-developmentred-green-refactortest-firstdevelopment-process
edwinhu
edwinhu
0

dev

Orchestrates 7-phase feature implementation workflow with user approval gates and TDD enforcement.

feature-implementationuser-approvaltest-driven-developmentphase-gating
edwinhu
edwinhu
0

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

test-driven-developmentdevelopment-processsoftware-qualitytest-first
mikeastock
mikeastock
0

issue-driven-development

Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification

issue-trackingbranching-strategytest-driven-developmentcode-review
troykelly
troykelly
1

tdd-full-coverage

Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement

tddtest-driven-developmentred-green-refactorfull-coverage
troykelly
troykelly
1

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

test-driven-developmentunit-testingtest-first-developmentsoftware-testing
axiomantic
axiomantic
0

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

test-driven-developmenttest-first-developmentred-green-refactorsoftware-testing
prof-ramos
prof-ramos
0

python-testing-patterns

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

pytestfixturesmockingtest-driven-development
prof-ramos
prof-ramos
0

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

test-driven-developmenttest-first-developmentunit-testingsoftware-testing
ryanmoran
ryanmoran
01

implement

Use when spec exists and is validated - generates implementation plan FROM spec, executes with TDD, and verifies spec compliance throughout

implementation-plantest-driven-developmentspec-complianceexecution
rhuss
rhuss
11

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by verifying work is complete (tests, requirements, code review, TDD compliance) and presenting structured options for merge, PR, or cleanup

branch-managementmerge-strategycode-reviewtest-driven-development
samjhecht
samjhecht
1

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

test-driven-developmenttest-first-developmentcode-qualitydeveloper-guidance
samjhecht
samjhecht
1

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

test-driven-developmenttest-first-developmentred-green-refactortest-strategy
NickCrew
NickCrew
52

python-testing-patterns

Python testing patterns and best practices using pytest, mocking, and property-based testing. Use when writing unit tests, integration tests, or implementing test-driven development in Python projects.

pythonpytestmockingproperty-based-testing
NickCrew
NickCrew
52

test-driven-development

Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.

test-driven-developmentred-green-refactortest-coveragebehavior-driven-development
CodingCossack
CodingCossack
2

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

test-driven-developmentagileunit-testingred-green-refactor
atalovesyou
atalovesyou
1

python-testing-patterns

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

pytestfixturesmockingtest-driven-development
atalovesyou
atalovesyou
1

javascript-testing-patterns

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

jestvitesttesting-librarymocking
atalovesyou
atalovesyou
1

rust-testing

Master Rust testing - unit tests, integration tests, mocking, and TDD

rustunit-testingintegration-testingmocking
pluginagentmarketplace
pluginagentmarketplace
1

tdd-practices

Guide TDD workflow, design tests, and create mocking strategies

tddmocking-strategiestest-designtest-driven-development
pluginagentmarketplace
pluginagentmarketplace
11

test-driven-development

Use when implementing any feature or bugfix in the Culinary Advisor Next.js project - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

test-driven-developmentnextjsdevelopmentbugfix
lifegenieai
lifegenieai
0

python3-development

The model must use this skill when : 1. working within any python project. 2. Python CLI applications with Typer and Rich are mentioned by the user. 2. tasked with Python script writing or editing. 3. building CI scripts or tools. 4. Creating portable Python scripts with stdlib only. 5. planning out a python package design. 6. running any python script or test. 7. writing tests (unit, integration, e2e, validation) for a python script, package, or application. Reviewing Python code against best practices or for code smells. 8. The python command fails to run or errors, or the python3 command shows errors. 9. pre-commit or linting errors occur in python files. 10. Writing or editing python code in a git repository.\n<hint>This skill provides : 1. the users preferred workflow patterns for test-driven development, feature addition, refactoring, debugging, and code review using modern Python 3.11+ patterns (including PEP 723 inline metadata, native generics, and type-safe async processing). 2. References to favored modules. 3. Working pyproject.toml configurations. 4. Linting and formatting configuration and troubleshooting. 5. Resource files that provide solutions to known errors and linting issues. 6. Project layouts the user prefers.</hint>

pythonclipyproject.tomllinting
Jamie-BitFlight
Jamie-BitFlight
181

code-data-analysis-scaffolds

Use when starting technical work requiring structured approach - writing tests before code (TDD), planning data exploration (EDA), designing statistical analysis, clarifying modeling objectives (causal vs predictive), or validating results. Invoke when user mentions "write tests for", "explore this dataset", "analyze", "model", "validate", or when technical work needs systematic scaffolding before execution.

test-driven-developmentexploratory-data-analysisstatistical-analysisworkflow-design
lyndonkl
lyndonkl
0

making-plans

Use when design is complete and you need detailed implementation tasks - breaks epics into coarse-grained Beans issues with TDD guidance, exact file paths, and verification steps

task-planningimplementation-workflowtest-driven-developmentfile-organization
czottmann
czottmann
0

rails-testing

Specialized skill for Rails testing with RSpec, FactoryBot, and TDD workflows. Use when writing tests, setting up test coverage, creating factories, or implementing test-driven development. Covers unit tests, integration tests, system tests, and component tests.

software-testingtest-driven-developmenttest-coverageintegration-testing
alec-c4
alec-c4
385