一键导入
claude-command-deploy
Use when the user wants the Claude `/deploy` command workflow in Codex, or asks to run `deploy` using the claudet command template.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants the Claude `/deploy` command workflow in Codex, or asks to run `deploy` using the claudet command template.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants the Claude `/fix-issue` command workflow in Codex, or asks to run `fix-issue` using the claudet command template.
Use when the user wants the Claude `/review` command workflow in Codex, or asks to run `review` using the claudet command template.
Pre-deployment verification for rorch orchestrator
Security audit for rorch runner infrastructure
| name | claude-command-deploy |
| description | Use when the user wants the Claude `/deploy` command workflow in Codex, or asks to run `deploy` using the claudet command template. |
Generated by claudet agent-config-sync.
Follow this workflow in Codex. The original Claude slash command body is below.
Run through deployment verification before pushing changes to production.
python3 -m py_compile orchestrator/orchestrator.pyshellcheck runner-image/entrypoint.sh (if available)docker build -t gh-runner:latest ./runner-imagedocker compose build orchestratorexample.config.yml parses correctlygit diff — check for accidental secret exposure.env and config.yml are listeddocker compose up -d and verify with docker compose logs -f orchestrator