it-operations

Manages IT infrastructure monitoring, incident response, automation, and disaster recovery workflows.

30.5k|3.5k|Updated Jul 4, 2025
One-click install
npx skills add https://github.com/davila7/claude-code-templates --skill it-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: it-operations
Source: https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/development/it-operations
Command: npx skills add https://github.com/davila7/claude-code-templates --skill it-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

IT operations teams struggle with alert fatigue, inconsistent incident response, manual repetitive tasks, and untested disaster recovery plans. This Skill provides structured frameworks, runbooks, and decision matrices to run reliable infrastructure operations.

Core Features & Use Cases

  • Monitoring & Observability: Guidance on SLI/SLO/SLA definitions, the Four Golden Signals, alert threshold tuning, and dashboard design.
  • Incident Management: Severity classification (P1-P4), incident response roles, communication templates, root cause analysis (5 Whys, fishbone), and blameless post-mortem templates.
  • Automation & Toil Reduction: ROI calculation for automation, Bash/Python scripting patterns, Ansible playbooks, and GitOps CI/CD pipelines for infrastructure.
  • Backup & Disaster Recovery: 3-2-1 backup rule, RPO/RTO planning, DR site types, recovery testing checklists, and database backup scripts.
  • Use Case: When a P1 outage hits production, use this Skill to classify severity, assign incident roles, follow the response workflow, communicate with stakeholders, and produce a blameless post-mortem with tracked action items.

Quick Start

Ask the assistant to help you design an incident response plan with severity levels and on-call escalation procedures for your production services.

Frequently Asked Questions about it-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up incident severity classification for my operations team?

Define four priority levels based on user impact and business cost: P1 for complete outages, P2 for major degradation, P3 for partial issues with workarounds, and P4 for minor problems. Assign response time targets and escalation rules to each level.

What is the 3-2-1 backup rule and how do I implement it?

The 3-2-1 rule requires three copies of data, on two different media types, with one copy offsite. Implement it with a production copy, local NAS snapshots, and cloud storage backups, then define retention using grandfather-father-son rotation.

How do I reduce alert fatigue in my monitoring system?

Measure your false positive rate, categorize alerts by actionability, and convert non-actionable alerts to dashboard metrics. Aggregate similar alerts, add runbook links for context, and review thresholds weekly to keep alert volume trending down.

Which monitoring tool should I choose: Prometheus, Datadog, or ELK?

Prometheus with Grafana is free and excellent for cloud-native metrics but has a steep learning curve. Datadog and New Relic offer integrated metrics, logs, and traces at higher cost. ELK excels at log analytics and on-premises deployments.

How do I run a blameless post-mortem after an incident?

Focus on systems and processes rather than individuals, document a detailed timeline, perform root cause analysis with 5 Whys, and create action items with owners and due dates. Schedule the review within 48 hours and track action items to completion.

When should I automate an operational task versus doing it manually?

Automate tasks performed more than 10 times per week, error-prone tasks, or tasks blocking other work. Calculate ROI by comparing annual manual cost against development and maintenance cost; automate when break-even occurs within 12 months.