testing

Installation
SKILL.md

Related Skills

  • Found a code smell while writing tests? → Use refactoring to fix it first
  • Need to design the class structure before testing? → Use design-patterns or principles
  • Adding a database migration or API endpoint? → Use schema alongside testing

Applicability Rubric

Condition Pass Fail
New feature implementation Adding new functionality No new behavior
Behavior change Modifying existing behavior No behavior change
Bug fix Fixing a defect Non-bug change
Pre-refactoring Ensuring tests exist before refactor Tests already sufficient

Apply when: Any condition passes

Core Principles

Installs
1
GitHub Stars
5
First Seen
Apr 2, 2026
testing — elct9620/ai-coding-skills