test
スター6
フォーク5
更新日2026年1月6日 17:20
Run tests and report results. Use when you need to verify code changes work correctly.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Run tests and report results. Use when you need to verify code changes work correctly.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | test |
| description | Run tests and report results. Use when you need to verify code changes work correctly. |
Run the test suite and interpret results.
Just say /test to run all tests, or specify options:
/test - Run all tests once/test watch - Run tests in watch mode/test coverage - Run with coverage report/test <pattern> - Run tests matching patternRun the appropriate test command based on user request:
pnpm testpnpm test:watchpnpm test:coveragepnpm test -- --testNamePattern="<pattern>"Parse the output and report:
If tests fail:
If tests pass:
✓ 12 tests passed
✗ 1 test failed
FAILED: packages/groq-lint/src/rules/__tests__/join-in-filter.test.ts
× join-in-filter > invalid > nested join in filter
Expected 2 errors but got 1
Suggestion: The nested dereference case may need adjustment in the walker.