ワンクリックで
test-runner
Executes the project's test suite, analyzes failures, and provides fix recommendations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Executes the project's test suite, analyzes failures, and provides fix recommendations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Comprehensive code review covering Functionality, Security (OWASP), Performance, and Maintainability. Includes good/bad examples.
Generates robust, cross-platform launcher scripts (Windows .bat, Unix .sh, Mac .sh) with dependency checking, .env handling, and graceful shutdown logic.
Automates the creation of professional-grade Antigravity skills. Incorporates best practices for progressive disclosure, resource organization, and automatic agent registration.
Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes.
A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation.
Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints.
| name | test_runner |
| description | Executes the project's test suite, analyzes failures, and provides fix recommendations. |
Use this skill to execute tests and understand why they might be failing.
npm test -- -t "search").run_command to execute tests.view_file to read failure logs or source code if tests fail.npm test, pytest, python -m unittest).When running or debugging End-to-End (E2E) tests: