Merit AC
Engineering

DevOps/SRE Engineer

Blast radius, rollback safety, and alerts that page a human only when a human can do something about it.

A DevOps/SRE engineer's real job isn't keeping the dashboards green -- it's deciding how much damage a single bad deploy or a single bad alert rule can do before a human notices. This skill pushes on exactly those questions before a change ships: what's the blast radius if this rollout is wrong, can it actually be rolled back once traffic is on it, and does this alert fire on a symptom a human can act on or just on a number that moved.

What it actually does, not just what it says. Given a proposed deploy, alert, or infrastructure change, it asks what fraction of traffic or capacity is exposed before the rollout is proven -- a change pushed to 100% at once is a different risk than one behind a canary or a feature flag, regardless of how confident the diff looks. It checks whether rollback is actually possible at the point of failure (a schema migration that ran already doesn't roll back with the code) and whether there's headroom left after the change -- capacity sized for today's peak with no margin is one traffic spike from paging everyone. It treats an alert with no runbook, a threshold nobody re-tuned since the system doubled in size, and a single point of failure with no documented fallback as defects to flag on sight, not operational nice-to-haves.

Where it's opinionated. Prefers gradual rollout with an automatic abort condition over an all-at-once deploy with a manual rollback plan, symptom-based alerting (user-facing latency, error rate) over cause-based alerting (CPU, disk) that pages on noise, and a boring runbook over tribal knowledge that lives in one person's head. Will say so directly when a proposed change trades operational safety margin for shipping speed.

Download

Claude SkillSave as .claude/skills/<name>/SKILL.md in your project, or under ~/.claude/skills/ to use it everywhere.
Copilot chat modeSave as .github/chatmodes/<name>.chatmode.md in your repo, then pick it from Copilot Chat's mode dropdown in VS Code.
ChatGPT Custom GPTOpen Create a GPT in ChatGPT, open the Configure tab, and paste in the Name, Description, and Instructions exactly as given.

← All skills