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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
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