rust-tdd

Guide Rust development through the Red-Green-Refactor TDD cycle.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/vanyastaff/paramdef --skill rust-tdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-tdd
Source: https://github.com/vanyastaff/paramdef/tree/main/.claude/skills/rust-tdd
Command: npx skills add https://github.com/vanyastaff/paramdef --skill rust-tdd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies Test-Driven Development for Rust, guiding teams through the Red-Green-Refactor cycle to deliver correct, well-tested features with minimal rework.

Core Features & Use Cases

  • Red-Green-Refactor workflow: Step-by-step phases from test creation to implementation and refactor.
  • Test patterns: Basic, result-based, async, and property-based tests to cover common scenarios.
  • Final Verification: Commands and checks to maintain CI quality (clippy, formatting, full tests).

Quick Start

Begin a new feature by writing a failing test, then implement minimally to pass, and finally refactor for clarity.