一键导入
cli-tooling-planner
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Domain guidance for implementing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
Domain guidance for reviewing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning authentication and security phases. Loaded when phase category is AUTH.
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA.
| name | cli-tooling-planner |
| description | Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI. |
--quiet / --verbose / output format flags (text vs JSON) planned upfront when the tool may run under agents or scripts.For every command/subcommand: argument names, types, defaults, required vs optional, help description, and an example invocation. Pin the output format on stdout (text or JSON schema) and what goes on stderr.
Missing required argument, unknown flag, mutually exclusive flags both passed, empty stdin when stdin is read, oversized input, non-UTF8 input, broken pipe on stdout, interrupt (SIGINT) mid-run.
tool --help exits 0 and shows the documented usage.--help output that diverges from the actual flag set.Minimum: one help-output snapshot per command, one happy-path stdout assertion per command, one exit-code + stderr assertion per enumerated error case.