Claude Skills · DevOps & Infrastructure

Reimu Incident Triage

N0zoM1z0/gensokyo-skills

Isolate the real abnormal condition in a noisy incident, reduce it to the smallest relevant scope, and choose a minimal reversible recovery with explicit verification. Use for regressions, outages, flaky failures, broken workflows, or messy bug reports with many symptoms and competing explanations. Do not use for open-ended invention, routine implementation, or interface design when no incident exists.

★ 28 Synced 1 hour ago View SKILL.md

At a glance

This skill is for DevOps & Infrastructure and helps you triage an incident, isolate root cause, and verify recovery steps.

Install git clone --depth 1 https://github.com/N0zoM1z0/gensokyo-skills cp -r gensokyo-skills/skills/reimu-incident-triage ~/.claude/skills/reimu-incident-triage
Can use Not declared by the author

incident-responsetroubleshootingRegressionRoot Cause AnalysisobservabilityRecovery

Also in N0zoM1z0/gensokyo-skills

View the repo

Turn a disputed, current, or consequential claim into a source-backed brief by decomposing it, finding the closest authoritative evidence, c...

Strip an overcomplicated plan to a working design with at most three moving parts, expose the first real constraint that breaks it, and add...

Review conduct, content, code, or decisions against an explicit rule set by establishing authority and scope, separating facts from allegati...

Gensokyo Commit Attribution Code Review & Testing

Append truthful Assisted-by trailers when preparing, creating, or explicitly amending a Git commit whose staged changes were materially shap...

Convert an uncertain idea into the smallest runnable experiment, reuse relevant prior art, observe a decisive signal, and scale only after e...

Reconstruct how an existing artifact or system works by inventorying observable surfaces, mapping interfaces and flows, forming competing me...

Expose hidden assumptions in a consensus, strategy, requirement, or design by stating the default precisely, inverting one assumption at a t...

Diagnose systems by mapping interfaces, ownership, trust zones, lifecycle transitions, and edge conditions, then trace failures across the m...

Other DevOps & Infrastructure skills

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Azure Container Registry CLI github/awesome-copilot

Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...