用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nathanvale/claude-code-config --skill cli-execution-auditor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Creating or changing tests, fixtures, mocks, snapshots, test helpers, or test harnesses; require a pre-write Test Design Brief.
Browser tasks through Warm Chrome; no Chrome for Testing.
Explicit whole-suite test architecture review, visual candidates, or proof-boundary improvements.
正在显示 SKILL.md
| name | cli-execution-auditor |
| description | Audit facade-backed CLI execution, lane contracts, or Station Maps. |
| role | quality-gate |
Opt-in tool. Deterministically audits a facade-backed CLI against the per-lane contract and can project a Branch Station Map. Lane audit check kinds:
Pass/fail is a fact derived from the contract, not a judge's vote. Scope is the facade lane only.
bun run auditor -- audit <target> [--only <clause>] [--ledger <path>] [--json]
bun run auditor -- station-map <target> [--ledger <path>] [--json]
<target> — path to a facade-backed skill with @side-quest/cli-command-facade and a discovered command contract.--only <clause> — restrict to one clause id (see the catalog).--ledger <path> — ledger destination (default docs/cli-audits/<cli-name>/audit.md).0 clean, 1 findings, 2 usage error.station-map — reconcile command discovery, package Branch Station Catalog,
and station evidence into Declared Branch Coverage.Front door: package.json#scripts (auditor).
bun run auditor -- audit <target> on a facade-backed CLI.bun run auditor -- station-map <target> --json after a package owns a Branch Station Catalog.--json for the structured envelope.runtime/cli-command-facade/AGENTS.mdsrc/clause-catalog.tssrc/station-map.tsreferences/station-map-model.mdreferences/lane-contract-clauses.mdskills/cli-author/references/agent-native-cli-design.mdskills/skill-self-audit-loop/SKILL.mdAuditor-local findings ledger at src/ledger/. Owns the findings-table subset of
skill-self-audit-loop's template (Open Findings / Finding History, states,
signature dedupe, never-delete). Format-compatible with that template; a shared
module is extracted only when a second code consumer exists — until then the
deferral keeps extraction mechanical.
ce-code-review's job)../skills/test-runner/src/test-runner.sh run --cwd skills/cli-execution-auditor -- src/**/*.test.ts after engine, clause, or ledger changes.bun run typecheck (in the skill dir) after TypeScript edits.src/fixtures/) is the checker-correctness oracle: breaking a checker reddens its fixture.