Loading...
Loading...
Found 6 Skills
Apply Test-Driven Development workflow for new features and bugfixes.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Iterative Five Whys root cause analysis drilling from symptoms to fundamentals
Develop software with validation requirements first. Emphasizes writing tests before implementation to guide design decisions.
Clean Code principles (DRY, KISS, YAGNI), naming conventions, function design, and refactoring. Use when user says "clean this code", "refactor", "improve readability", or when reviewing code quality.
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always