ops-deploy-fix
FeaturedOPS on-demand: This skill should be used when the user asks to "deploy auto-fix", "failed deploy", or…
AI & Automation 188 stars
22 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /ops:deploy-fix — Auto-fix subsystem control surface
Load `ops-rules` before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If `AskUserQuestion` / `Workflow` are missing, follow Rule 10 in `ops-rules` (Hermes: numbered options / two-turn Telegram card; `delegate_task`).
This skill is the operator console for the post-merge + build-failure auto-fix loop installed by `/ops:setup` Step 6.5a. The underlying daemons, hooks, and prompts live in `${CLAUDE_PLUGIN_ROOT}/scripts/`, `${CLAUDE_PLUGIN_ROOT}/hooks/`, and `${CLAUDE_PLUGIN_ROOT}/prompts/`. State lives in `~/.claude/state/ops-deploy-fix/`. Logs live in `~/.claude/logs/ops-deploy-fix/`.
**Plugin rules apply (see `claude-ops/CLAUDE.md`).** In particular:
- Rule 0 — never echo personal data (slugs are fine, but redact tokens, webhooks, emails)
- Rule 1 — max 4 options per `AskUserQuestion`
- Rule 4 — background by default during `configure`
- Rule 5 — destructive ops (clearing locks, wiping state) require explicit per-action confirmation
- Rule 6 — this skill never sends outbound comms; if a future flow needs to, use the universal send gate
## Arguments
The first positional argument selects the subcommand. If absent, present:
```
/ops:deploy-fix — what do you want to do?
[status]
[tail]
[configure]
[test]
```
Subcommands:
| Subcommand | Purpose |
| ----------- | ------------------------------------------------...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ops-deploy
OPS on-demand: This skill should be used when the user asks to "deploy status", "what is in…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-doctor
OPS on-demand: This skill should be used when the user asks to "plugin broken", "ops doctor", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-daemon
OPS on-demand: This skill should be used when the user asks to "daemon health", "background services…
188 Updated today
Lifecycle-Innovations-Limited