Borrowing it
Nothing to install: this file belongs to shchnk1103/Universe-Keyboard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/shchnk1103/Universe-Keyboard/main/.claude/skills/keyboard-test-writer/SKILL.mdgit clone --depth 1 https://github.com/shchnk1103/Universe-KeyboardWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/shchnk1103/universe-keyboard/keyboard-test-writer)<a href="https://agentmods.dev/skills/shchnk1103/universe-keyboard/keyboard-test-writer"><img src="https://agentmods.dev/badge/skills/shchnk1103/universe-keyboard/keyboard-test-writer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/shchnk1103/universe-keyboard/keyboard-test-writer"><img src="https://agentmods.dev/badge/skills/shchnk1103/universe-keyboard/keyboard-test-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00458 |
| Opus 5 | $0.00021 | $0.00229 |
| Sonnet 5 | $0.00008 | $0.00092 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
keyboard-test-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Keyboard Test Writer
先从真实被测代码确定模块和既有测试。测试应观察行为或不变式,不能把 fake 的输出当成真实 Bridge 的解析/session 证据。读取 REFERENCE.md 定位目标;需要实际模式时读 EXAMPLES.md,不要复制可能漂移的 API 声明。
| 被测边界 | 测试位置 | 必须执行的入口 |
|---|---|---|
| KeyboardCore 状态/纯逻辑 | Packages/KeyboardCore/Tests/KeyboardCoreTests/ |
swift test --package-path Packages/KeyboardCore |
| 真实 RimeBridge 解析/引擎合同 | Packages/RimeBridge/Tests/RimeBridgeTests/ |
iOS Simulator 的 RimeBridgeTests scheme |
| 主 App 模型/设置/编排 | UniverseKeyboardTests/ |
Universe Keyboard scheme test |
| Extension UIKit/候选交互 | KeyboardTests/ |
Universe Keyboard scheme test |
遵循现有 actor 隔离和 testable import;RimeBridge 为 iOS 包,不要求其在 macOS SwiftPM 运行。 Core fake 适合验证 Core 如何消费引擎结果,真实解析直接调用 Bridge 的测试入口。
合法产品/架构合同变化时可更新既有测试,并说明行为前后差异;不得删弱断言来隐藏回归。 无行为变化的文案/机械改动不强制新增镜像测试。修复 bug 时优先建立可复现失败断言。
精确 xcodebuild 参数和 merge-bound 完整门禁以根目录 AGENTS.md 为准;改了某测试必须运行
其实际 target。有效证据复用按 docs/AI_WORKFLOW.md;记录运行对象、命令、环境、结果与缺口。
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago Changed · -73 lines · -53 tokens per session 1eaa39259397
- 12d ago First seen · 100 lines · 95 tokens per session scan A 1005f4add4ab
keyboard-test-writer is a skill published in the GitHub repository shchnk1103/Universe-Keyboard (5 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 458 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
write-vibe-tests
Write or refactor Mistral Vibe tests with proper decoupling. Use when adding behavior coverage, testing ports/adapters, replacing brittle mocks, creating fakes, adding characterization tests before refactors, or changing tests under tests/ for vibe/core, vibe/cli, vibe/acp, tools, config, sessions, skills, hooks, MCP…
composing-matchers
Build compound Gomega assertions by combining matchers — And/SatisfyAll (all pass), Or/SatisfyAny (any pass), Not (negate), WithTransform to map the actual before matching, Satisfy for an ad-hoc predicate, HaveValue to dereference pointers/interfaces, HaveField for struct fields and method results, HaveEach for every…
nw-fp-clojure
Clojure language-specific patterns, data-first modeling, REPL-driven development, and spec.
nw-fp-fsharp
F# language-specific patterns, Railway-Oriented Programming, and Computation Expressions.
nw-fp-kotlin
Kotlin language-specific patterns with Arrow, Raise DSL, and coroutine-based effects.
nw-hexagonal-testing
5-layer agent output validation, I/O contract specification, vertical slice development, and test doubles policy with per-layer examples.