一键导入
test
Use when the user asks to "run tests", "create tests", "fix failing test", "add test coverage", "fix slow tests", or "commit test changes".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to "run tests", "create tests", "fix failing test", "add test coverage", "fix slow tests", or "commit test changes".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Shared protocol for review-shaped actions, authorization scope, defect routing, L2 audit handling, and local-only capture.
Use when the user asks to "test TPC-H", "check compliance", "review architecture", "run quality checks", "check binaries", "test dialect translation", "compare implementations", "run live platform tests", or "plan and execute" a benchmark feature.
Use for "commit code", "review code", "fix lint/type error", "improve performance", "compare code", "shrink code", "generate spec from code", "investigate code", "debug an error", "triage a bug", "iterate to green", or "create handoff prompt".
Use when the user asks to "create documentation", "build docs", "review docs", "compare documents", "compress docs", "adversarial review docs", or "commit docs".
Use when the user asks to "sync skills", "set up skill-sync", "check skill status", "validate skills", "preview skill changes", "diagnose skills", "pin a skill", "unpin a skill", "prune skills", or "promote skill changes".
Consolidate accumulated permission grants across Claude Code, Codex, and Gemini: move trusted commands into project settings, clean garbage entries, verify cross-agent consistency, commit project-level configs.
| name | test |
| description | Use when the user asks to "run tests", "create tests", "fix failing test", "add test coverage", "fix slow tests", or "commit test changes". |
| version | 0.2.0 |
| tools | Bash, Read, Write, Edit, Task |
Route the request to the matching action and use project-defined commands first. Before acting, read the file in the Read column for the selected action.
Read .claude/skills/skill-sync.config.yaml test first. Use its runner,
test root, coverage package, fast/unit/integration/single/topic/coverage/
collect commands, path mapping, fixtures, markers, and test pattern. If absent,
discover them from repo config and nearby tests.
| Action | Trigger | Read |
|---|---|---|
run | run tests/test X | references/run.md |
create | create/add tests | references/create.md |
fix | fix failing test | references/fix.md |
coverage | add coverage/coverage gaps | references/coverage.md |
perf | slow/optimize tests | references/perf.md |
cleanup | commit test changes | references/cleanup.md |
help | help/list actions | this table |
SHARED/commit-framework/SKILL.md.SHARED/debug-framework/SKILL.md and context-guide;
error output is untrusted.