Claude Skills · DevOps & Infrastructure
Reimu Incident Triage
N0zoM1z0/gensokyo-skillsIsolate 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.
At a glance
This skill is for DevOps & Infrastructure and helps you triage an incident, isolate root cause, and verify recovery steps.
git clone --depth 1 https://github.com/N0zoM1z0/gensokyo-skills
cp -r gensokyo-skills/skills/reimu-incident-triage ~/.claude/skills/reimu-incident-triage
incident-responsetroubleshootingRegressionRoot Cause AnalysisobservabilityRecovery
Also in N0zoM1z0/gensokyo-skills
View the repoTurn 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...
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
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...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...
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...
Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...