AI AGENT ADDONS

Rtk Tdd

rtk-ai/rtk
Testing & QA
1,090installs

The Red-Green-Refactor cycle is the heart of test-driven development for Rust. You first write a test that fails. Then you write just enough code to make it pass. Finally you clean up the code.

This workflow enforces that cycle with Rust-idiomatic patterns. It uses tools like anyhow and thiserror for error handling. You will always run the pre-commit gate with formatting, linting, and testing.

Add Rtk Tdd skill to your workflow

Global

mkdir -p ~/.claude/skills/rtk-tdd

Project

mkdir -p .claude/skills/rtk-tdd

Source Repository

Stars
66,726
Forks
4,125
Watchers
66,726
License
Apache-2.0
Last Push
1 month ago
Created
6 months ago