Overview
- Skill Key
- broedkrummen/incident-hotfix
- Author
- broedkrummen
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/broedkrummen/incident-hotfix
- Latest Commit SHA
- 9a25544d8e0c8ae5212bc32ee862a631e4084035
Coder-focused incident response and hotfix execution for production issues. Use when you need reproducible triage, patch/rollback decisions, CI-safe hotfix branches, evidence capture, and postmortem action tracking tied to code changes.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 incident-hotfix 技能。 若已安装,则直接安装 incident-hotfix 技能。
# Incident Hotfix Use this alongside broader incident-response skills when code-level action is required. ## Workflow 1. **Classify severity** using `references/severity-matrix.md` 2. **Create hotfix branch** from current production tag/commit 3. **Reproduce and isolate** with minimal failing test 4. **Patch with rollback plan** 5. **Run focused CI checks** 6. **Capture evidence bundle** 7. **Merge + verify + postmortem actions** ## Step 1 — Create incident workspace ```bash bash scripts/start_hotfix.sh --id INC-1234 --base main ``` This creates: - `hotfix/INC-1234-<slug>` branch - `docs/incidents/INC-1234/` folder - starter files for timeline, rollback, and actions ## Step 2 — Evidence capture ```bash bash scripts/capture_evidence.sh --id INC-1234 ``` Collects into `docs/incidents/INC-1234/evidence/`: - latest commits + diff summary - changed files list - local env snapshot (safe subset) - test output logs ## Step 3 — Patch gate Before PR/merge, ensure: - failing case reproduced (or clearly documented) - minimal patch scope - rollback command documented in `ROLLBACK.md` - focused tests pass + no new lint/type failures ## Step 4 — Postmortem actions Use `references/action-template.md` to convert findings into concrete tasks: - owner - due date - verification criteria ## Required outputs - `docs/incidents/<id>/TIMELINE.md` - `docs/incidents/<id>/ROLLBACK.md` - `docs/incidents/<id>/ACTIONS.md` - `docs/incidents/<id>/evidence/` bundle ## Notes - Prefer smallest safe patch over broad refactor during incident. - If root cause is uncertain, ship containment first, then permanent fix. - Never merge hotfix without rollback path.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.