一键导入
test-gen
Use when generating tests for untested code — happy path, edge cases, error handling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when generating tests for untested code — happy path, edge cases, error handling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Deep research on any topic using parallel agents, web search, and cross-referencing. Use when user asks to research, investigate, or deeply analyze a topic, technology, library, or concept. Triggers on keywords like "research", "investigate", "deep dive", "find out everything about". Supports `--angle` presets for common specializations (competitors, design-refs).
Gateway router for web animation work. Picks between /scroll-animation, /motion-design, or /ai-animation via one AskUserQuestion call, then hands off. Does NOT implement animation — the downstream skills remain the source of truth for their respective domains.
Use when running multi-skill pipelines — new-feature, marketing-launch, design-to-code, web-creation, full-audit, rag-setup workflows
Meta-orchestrator — converts a free-text task description into the right artefact(s) (agent, skill, hook, rule, or block) by composing existing KeiSeiKit primitives. Pure-click decision chain except the single intake field. Enriches `_blocks/` over time via Phase 6 block-augmentation — the kit gets smarter with every invocation.
Deprecated alias for /research with the design-refs angle preset. Routes to /research focused on design patterns, visual archetype references, and award-winning site teardowns.
Continuous parallel quality gate during development — 3 backend agents (security/perf/structure) check every significant code change in real-time. Run after writing code, before committing.
基于 SOC 职业分类
| name | test-gen |
| description | Use when generating tests for untested code — happy path, edge cases, error handling |
| arguments | [{"name":"target","description":"File path or function name to test","required":true}] |
/test-gen for per-function unit tests; use /test-matrix for project-wide testing strategy.Complements
/test-matrix./test-genowns per-function unit tests (happy / edge / error)./test-matrixowns project-wide testing strategy (fuzz / property / load / e2e / mutation) and CI wiring. Use/test-genfor a specific function,/test-matrixat project kickoff or when coverage gaps span paradigms. Seeskills/test-matrix/SKILL.md.
test_*.py, *.test.ts, *_test.dart, *_test.goCategories (in order of priority):
test_<function>_<scenario>_<expected>test: add tests for <target>