test-all
Discovers and executes all test scripts across all skills in the project to verify system integrity. Use this to run a comprehensive test suite.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discovers and executes all test scripts across all skills in the project to verify system integrity. Use this to run a comprehensive test suite.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch and store transcripts from YouTube videos for deep content analysis.
Specialized in the MLCommons Croissant metadata specification. Can generate, validate, and serialize dataset metadata into compliant JSON-LD.
Universal Numeric Fingerprint (UNF) generator. For strings, it splits into words and sorts them alphabetically to provide order-invariant fingerprints. Supports dataframes and files too.
Send results and data files to stakeholders via email.
The Visual Systems Architect is an expert in translating complex technical requirements and infrastructure setups into structured, visually intuitive architectural diagrams (Mermaid.js).
Secure GitHub Orchestrator for Croissant Toolkit. Connect any repository, discovery skills, and audit ODRL sovereignty status.
| name | test-all |
| description | Discovers and executes all test scripts across all skills in the project to verify system integrity. Use this to run a comprehensive test suite. |
This skill automatically discovers and runs all available test scripts (files named test_*.py) within the skills/ directories, providing a consolidated report of successes and failures.
Execute the script to find and run all tests.
Command:
python3 skills/test-all/scripts/test_all.py
test_all.py: The main test runner script.