SkillAgentSearch skills...

tdd

Guidelines for writing test-driven development code

Install / Use

npx skills add Pipelex/pipelex-cookbook

Installs into whichever agent you are using.

About this skill
📐

Cursor Rules

Cursor IDE rules (v2)

Quality Score

41/100

Supported Platforms

Cursor

alwaysApply: false description: Guidelines for writing test-driven development code

Test-Driven Development Guide

This document outlines our test-driven development (TDD) process and the tools available for testing.

TDD Cycle

  1. Write a Test First pytest.mdc

  2. Write the Code

    • Implement the minimum amount of code needed to pass the test
    • Follow the project's coding standards
    • Keep it simple - don't write more than needed
  3. Run Linting and Type Checking coding_standards.mdc

  4. Refactor if needed If the code needs refactoring, with the best practices coding_standards.mdc

  5. Validate tests

Remember: The key to TDD is writing the test first and letting it drive your implementation. Always run the full test suite and quality checks before considering a feature complete.

Related Skills

View on GitHub
GitHub Stars0
CategoryContent
Updated2d ago
Forks0

Security Score

80/100

Audited on Aug 21, 2026

1 medium1 low