一键导入
simple-dev-no-test
Like /simple-dev, but skips test-writer invocation and post-impl verification (for repos without a test suite — see ADR-014 §12)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Like /simple-dev, but skips test-writer invocation and post-impl verification (for repos without a test suite — see ADR-014 §12)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Commit remaining changes, push the branch, open a pull request, and run Codex review
Full development cycle — plan a feature, implement it, and open a PR
Process unhandled PR review comments on the current branch's open PR — answer questions, modify code, or push back
Like /develop, but skips test-writer invocation and post-impl verification (for repos without a test suite — see ADR-014 §12)
Run deep-learning experiments as disciplined hypothesis tests — frame the question, set up a self-contained per-experiment folder, launch training/eval runs (confirming before heavy GPU jobs), track metrics, analyze results against a baseline, and write a human-readable report with tables and plots. Use this whenever the user is doing experimental ML work: launching or preparing a training/finetuning/sampling/eval run, an ablation, or a hyperparameter sweep; saying things like "let's try X and see if it helps," "does this change improve FID/accuracy/loss," "compare these two runs/checkpoints," "track this experiment," "analyze the results," or "write up what we found." Trigger even when the user doesn't say the word "experiment" but is clearly testing whether a change moves a metric, or wants results organized, compared, or reported reproducibly.
Post-merge cleanup — update main, prune the remote, and print one paste-ready block of follow-up commands
| name | simple-dev-no-test |
| description | Like /simple-dev, but skips test-writer invocation and post-impl verification (for repos without a test suite — see ADR-014 §12) |
| allowed-tools | Agent, Bash, Read, Write, Glob, TaskCreate, TaskUpdate |
| argument-hint | <feature description> |
Thin alias for /simple-dev --no-test.
Invoke /simple-dev --no-test $ARGUMENTS directly. The parent skill handles the no-test mode (see ADR-014 §12 and .claude/skills/simple-dev/SKILL.md).