mit einem Klick
test
Run Kaocha tests
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Run Kaocha tests
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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
| 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