Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるtest
スター1
フォーク1
更新日2026年3月4日 21:23
Run Kaocha tests
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Run Kaocha tests
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Synchronise Nix deps hash after changing deps.edn
Diagnose and fix CI build failures
Create atomic commits from all unstaged changes
Create atomic commits from session changes only
Create a new Clojure component
Work on form UI components
SOC 職業分類に基づく
| name | test |
| description | Run Kaocha tests |
| allowed-tools | Bash(just test*, just), Read, Grep, Glob, mcp__clojure-mcp__clojure_eval |
Run tests and debug failures. Before writing tests, read docs/testing.org.
just test # Full test suite
just test :e2e # E2E tests only
just test :generative # Generative tests only
just test :unit # Unit tests only
For rapid iteration (requires nREPL on port 9999):
;; Run all tests in a namespace
(require '[clojure.test :refer [run-tests]])
(run-tests 'bits.foo-test)
;; Run a single test
(require '[clojure.test :refer [test-var]])
(test-var #'bits.foo-test/my-test)
;; Reload and test
(require '[bits.foo :as foo] :reload)
(run-tests 'bits.foo-test)
BANNED:
Thread/sleep — use condition-based waitsprintln in test helpers — return data, assert with isREQUIRED:
^:e2e or ^:generative metadata for filteringassoc-in, never add params to t/systemThe log shows the shrunk failing sequence:
Failed: [[[:type :number "aAA"] ...]]
Reproduce in REPL:
(require '[bits.form.gen-test :as gen-test])
;; Execute the shrunk actions manually
Common patterns:
| Pattern | Cause |
|---|---|
Timeout (7): | Element/condition didn't appear |
aria-busy stuck | Form validation not completing |
Browser screenshots are uploaded as CI artifacts on failure.
$ARGUMENTS