← ClaudeAtlas

technology-joblisted

One or two sentences: what this diagnoses or produces, and the concrete symptoms or requests that should trigger it. Name the error strings an engineer would type. 40-1024 characters.
riteshsonawane1372/devops-skills · ★ 0 · Data & Documents · score 66
Install: claude install-skill riteshsonawane1372/devops-skills
# Technology Job One-line statement of the job this skill does. ## Purpose **Use this when:** - Symptom or request that should route here. - Another one. **Do not use this when:** - The problem is actually X — use `other-skill` instead. - The change is routine and already covered by an existing runbook. **What this skill assumes:** state what must be true (access level, tooling installed, etc.). ## Operating Procedure Work top to bottom. Do not skip to remediation. 1. **Establish the environment.** What cluster/account/host/version is this? Record it. 2. **Collect evidence.** Read-only commands only. Capture output before anything changes. 3. **State the symptom precisely.** "30% of requests return 503 since 14:20 UTC", not "it's broken". 4. **Form hypotheses.** Rank by likelihood given the evidence, not by familiarity. 5. **Test the top hypothesis.** Prefer a test that eliminates a whole class of causes. 6. **Apply the smallest safe change.** One change at a time. 7. **Verify.** See [Verification](#verification). A command exiting 0 is not verification. 8. **Document.** What was observed, what changed, how to roll back. Label every statement as **Observed**, **Assumed**, **Recommended**, or **Unverified**. When something is unknown, run an inspection command or ask one targeted question — do not guess identifiers, regions, or versions. ## Investigation ### Step 1 — <what this establishes> ```bash command --with-flags <placeholder> ``` What it checks, the speci