test-running
Installation
SKILL.md
Test Running
Run all appropriate tests according to repository guidelines.
When to Use This Skill
Use this skill:
- After linting passes
- Before staging changes for commit
- After implementing a feature or bug fix
- When verifying existing functionality still works
Test Discovery
Run tests according to repository guidelines. Look for test commands in:
- Repository documentation (
README.md,AGENTS.md,CLAUDE.md, etc.) - Package configuration (
package.json,Makefile,pyproject.toml,Cargo.toml, etc.) - Standard test patterns for the project type