Testing is essential for building reliable Rust programs. This skill teaches you how to write different kinds of tests. You will learn unit tests, integration tests, and async testing. It also covers property-based testing, mocking, and code coverage.
The approach follows Test Driven Development (TDD). You will use the RED-GREEN-REFACTOR cycle to write tests before code. This helps you create robust and maintainable Rust applications.
Whether you are new to Rust or experienced, these patterns will improve your testing skills. You will be able to write thorough tests that catch bugs early.
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