test-running

Run all appropriate tests according to repository guidelines.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "test-running" with this command: npx skills add aspiers/ai-config/aspiers-ai-config-test-running

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

If no test guidelines are found or they are unclear, ask the user for clarification.

Common Test Commands

JavaScript/TypeScript

npm test yarn test pnpm test

Python

pytest python -m pytest make test

Other

./bin/test-* test

Testing Process

CRITICAL REQUIREMENT: 100% test success is MANDATORY.

For each test command found:

  • Run it

  • If ANY test failures occur, they MUST be fixed

  • If issues can't be fixed immediately, stop and ask the user what to do next

  • Only consider the task complete when ALL tests pass with 100% success rate OR the user explicitly gives permission to ignore certain failures

Important Notes

  • "Issues" includes not only test failures, but also noise in test output such as warnings which could mask true failures

  • Don't proceed until all tests pass or user explicitly allows deferral

  • Document any failures clearly with file, test name, and error message

Output

Report results organized by:

  • Passing tests: Summary of what passed

  • Failing tests: Each failure with file, test name, and error

  • Recommendations: What needs to be fixed

If all tests pass, simply confirm: "All tests passed."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

editorconfig

No summary provided by upstream source.

Repository SourceNeeds Review
General

describing-prs

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-staging

No summary provided by upstream source.

Repository SourceNeeds Review