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:

  1. Repository documentation (README.md, AGENTS.md, CLAUDE.md, etc.)
  2. Package configuration (package.json, Makefile, pyproject.toml, Cargo.toml, etc.)
  3. Standard test patterns for the project type
Installs
11
GitHub Stars
12
First Seen
Feb 28, 2026
test-running — aspiers/ai-config