Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるtest
スター5
フォーク0
更新日2026年5月25日 06:37
Run the project test suite
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Run the project test suite
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | test |
| description | Run the project test suite |
Run the test suite to verify everything passes.
Run these in parallel where possible:
pytest -v (or your test runner)npx tsc --noEmit (if TypeScript) or mypy src/ (if Python with type hints)ruff check src/ (Python) or npm run lint (JS/TS)