run-tests

Execute Mojo or Python test suites and generate validation reports.

18|5|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill run-tests-homericintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-tests
Source: https://github.com/HomericIntelligence/ProjectOdyssey/tree/main/.claude/skills/tier-1/run-tests
Command: npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill run-tests-homericintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of test suites, ensuring code quality and identifying regressions before they impact users.

Core Features & Use Cases

  • Comprehensive Testing: Runs all defined tests within the project.
  • Targeted Execution: Allows for running specific test files or suites.
  • Use Case: Before committing new code, use this Skill to run the entire test suite, verifying that your changes haven't broken existing functionality.

Quick Start

Use the run-tests skill to execute all tests in the project.

Frequently Asked Questions about run-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute test suites to validate code functionality before committing?

To execute test suites for pre-commit validation, this Skill runs all defined tests within your project to verify code functionality and identify regressions before they impact users.

What is the best way to run targeted test files for post-change verification?

For post-change verification, this Skill allows targeted execution of specific test files or suites rather than running the entire project test suite, generating deterministic task reports.

Does this test execution Skill work with Python and Mojo test runners?

Yes, this test execution Skill works with Python and Mojo test runners, requiring either framework to execute deterministic tasks and generate test result reports.

Can I run specific test suites instead of validating the entire project?

Yes, you can run specific test suites or files for targeted execution, allowing you to validate only the code functionality affected by your recent changes instead of the entire project.

Why should I run test suites for pre-commit code quality validation?

Running test suites for pre-commit code quality validation ensures that your new changes haven't broken existing functionality, identifying regressions before they impact users.