بنقرة واحدة
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.