test-all

Discovers and runs all test_*.py scripts in skills directories, reporting successes and failures.

8|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/codata/croissant-toolkit --skill test-all-codata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-all
Source: https://github.com/codata/croissant-toolkit/tree/main/.gemini/skills/test-all
Command: npx skills add https://github.com/codata/croissant-toolkit --skill test-all-codata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables automatic discovery and execution of all test scripts within the skills directory, ensuring comprehensive validation of system components and integrity.

Core Features & Use Cases

  • Automated Test Discovery: Finds all test scripts matching the pattern test_*.py within the skills/ directories.
  • Consolidated Reporting: Runs all identified tests and provides a summary of successes and failures.
  • Use Case: Developers can verify that all tests pass before deployment, quickly pinpoint failing scripts, and maintain system reliability.

Quick Start

Use the test-all skill to execute every available test script in the project and review the results.

Frequently Asked Questions about test-all

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

FAQPage Schema
How do I run all test scripts across a modular codebase at once?

Running all test scripts across a modular codebase requires automated discovery of test files in skills directories to provide a consolidated success or failure report for system validation. This approach quickly pinpoints failing scripts before deployment.

What is automated test discovery and how does it work for Python scripts?

Automated test discovery finds test scripts matching patterns like test_*.py in skills directories. It scans specified folders, executes the identified Python scripts, and aggregates results into a consolidated quality assurance report.

Can I use automated test execution for continuous integration workflows?

Automated test execution is suitable for continuous integration workflows. It discovers and runs all test scripts automatically, providing a consolidated pass or fail report that maintains system reliability and facilitates quality assurance in CI pipelines.

Do I need special dependencies to run automated validation scripts?

Running automated validation scripts requires no special dependencies beyond standard testing and scripting tools. The system operates using standard environment utilities to discover and execute tests without additional setup or configuration.

What is the best way to verify system integrity before deployment?

Verifying system integrity before deployment involves discovering and executing all available test scripts in the project. Reviewing the consolidated results allows developers to quickly pinpoint failing scripts and maintain overall system reliability.