Hotfix Pattern — Skills
Pattern: Hotfix
Component: skills.md
Version: 1.1 | Updated: 2026-07-16
| Skill | Why required |
|---|---|
| Incident command | Roles, cadence, decision log |
| Kill switch / feature flags | Fastest containment |
| Rollback / LKG redeploy | Known-good restore |
| Evidence preservation | Digests, traces, flag audit for RCA |
| Emergency communications | Status without speculation |
Skill activation triggers
- Incident command — every SEV declare
- Flags / rollback — before any code hotfix
- Evidence — before restarting pods or rotating logs aggressively
- Comms — on SEV1/SEV2 and any customer-visible event
Verification that skills worked
- Topic header shows IC + SEV + cadence
- First mitigating action is containment-class
- Digests/flag states captured in the timeline
- Hotfix PR description lists allowed paths only
Version: AIES v1.0.0✏️ Edit this page on GitHub