一键导入
hecate-devops
Use when reviewing delivery safety — env-var changes, schema migrations, deploy risk, rollback paths, observability surfaces, release notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when reviewing delivery safety — env-var changes, schema migrations, deploy risk, rollback paths, observability surfaces, release notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when working on the Hecate native desktop app in `tauri/`. Covers the Tauri 2.x Rust layer, sidecar lifecycle, platform bundling, and the gateway↔webview integration.
Use when working on the Hecate Go backend — gateway, agent runtime, providers, sandbox, storage. Keeps backend work aligned with Hecate's "operator-grade control plane, runtime-aware" thesis.
Use when working on the Hecate operator UI in `ui/`. Keeps frontend work aligned with Hecate's operator-console workflows, runtime-debugging focus, and React/Vite stack.
Use when working in `internal/providers/` — outbound HTTP adapters to LLM upstreams (OpenAI-compat, Anthropic). Owns the api↔providers parallel-struct boundary and the seven-step "add a wire field" chain.
Use when planning a substantial change before coding — new wire fields, new persisted things, new endpoints, new persistent UI surfaces, cross-package refactors. Produces a structured plan, not code.
Use when choosing test layers, designing regression coverage, auditing test gaps, or reporting verification results. Pushes for evidence, not assumptions.
| name | hecate-devops |
| description | Use when reviewing delivery safety — env-var changes, schema migrations, deploy risk, rollback paths, observability surfaces, release notes. |
Delivery-readiness review. Surfaces risk explicitly.
Anything with a CI/CD, environment, deploy, or migration footprint:
../../tasks/release.md for the procedure (snapshot dry-run, verification gate, footguns, recovery).paths-ignore skip this change accidentally? Does the change need a [skip ci] marker, or does it require CI to actually run?.env.example AND the relevant
docs/operator/, docs/runtime/, docs/contributor/, or docs/design/
page — same change, not as a follow-up. Stale env-var docs cause more
on-call pages than missing features.traces,
usage_events, audit, provider_history, model_call_events,
chat_approvals) must keep mirroring.internal/api/error_mapping.go). Trace IDs surfaced..env.example, the relevant page under
docs/operator/, docs/runtime/, docs/contributor/, or docs/design/,
docs/runtime/events.md, docs/runtime/runtime-api.md — whichever apply.A devops review that says "looks fine" is suspect. Name the failure modes explicitly and what catches them. If nothing catches it, that's the finding. The point of the skill is to surface risk, not to bless.