Loading...
Loading...
Found 77 Skills
Used when implementing any feature or bug fix before writing production code
Fix the findings recorded in a crate issue file one at a time, with failing test first, minimal fix second, full crate verification third, and issue-file status updates after each successful fix. Use for Rust crate issue lists that already exist and need disciplined sequential repair.
Use when implementing any feature or bugfix, before writing implementation code
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
Generic test writing discipline: test quality, real assertions, anti-patterns, and rationalization resistance. Use when writing tests, adding test coverage, or fixing failing tests for any language or framework. Complements language-specific skills.