Rust testing helps you find bugs in your code. You write small tests for each function. Then you run them often. This skill shows you how to do unit tests, integration tests, and more. It follows the red-green-refactor cycle. This cycle helps you write code that passes tests first. You then improve the code while keeping tests green.
Developers who use Rust can benefit from these patterns. They catch errors early and build reliable programs. The skill also covers mocking and coverage checks. It is simple to learn and apply.
Global
mkdir -p ~/.claude/skills/rust-testingProject
mkdir -p .claude/skills/rust-testingSource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step