用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kenn-io/kata --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | verify |
| description | Build and drive the kata CLI/TUI to verify changes at the real terminal surface |
go build -tags kit_posthog_disabled -o /tmp/kata-verify ./cmd/kata
/tmp/kata-verify list --limit 3 | cat -v-e.The TUI requires a real pty; use an isolated tmux socket. A local
daemon must be reachable (any workspace-bound directory works; the
repo itself is bound to the kata project).
tmux -L kataverify new-session -d -s v -x 120 -y 32
tmux -L kataverify send-keys -t v "cd <repo> && /tmp/kata-verify tui" Enter
sleep 3
tmux -L kataverify capture-pane -t v -p # plain frame
tmux -L kataverify capture-pane -t v -e -p # with ANSI, for color checks
Flows worth driving: Enter (detail), Esc (back), L at ≥140 cols
(split layout), resize below 80 cols (too-narrow hint), / + text
(search bar), q (quit modal) then n, ctrl+c (fast quit — pane must
return to shell with no leftover alt-screen garbage).
Teardown: tmux -L kataverify kill-server
tmux resize-window -t v -x <cols> -y <rows> exercises
WindowSizeMsg handling live.testdata/golden/) are plain text; the test
harness strips ANSI, so style-only changes don't churn them.