remediation

Execute Kubernetes pod restarts, deployment scaling, and rollbacks with dry-run checks.

654|77|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/incidentfox/incidentfox --skill remediation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remediation
Source: https://github.com/incidentfox/incidentfox/tree/main/sre-agent/.claude/skills/remediation
Command: npx skills add https://github.com/incidentfox/incidentfox --skill remediation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubernetes, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a safety-first approach to Kubernetes remediation by guiding and executing pod restarts, deployment scaling, and rollbacks with built-in safeguards such as dry-run and explicit confirmations.

Core Features & Use Cases

  • Safety-first remediation: Proposes actions with rationale, validates impact via dry-run, and requires confirmation before applying changes.
  • Controlled execution: Logs actions and outcomes, and includes a rollback plan to undo changes if needed.
  • Common scenarios: Restart a pod, rollback a deployment to a previous revision, or scale a deployment while monitoring for disruption.

Quick Start

Use the remediation skill to safely restart a pod in namespace <namespace> with --dry-run to preview the changes.

Frequently Asked Questions about remediation

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

FAQPage Schema
How do I safely restart a Kubernetes pod without causing unexpected downtime?

Safe Kubernetes pod restarts require proposing the action with a rationale, validating the impact via a dry-run, and requiring explicit confirmation before executing the restart to prevent unexpected downtime.

What is the best way to rollback a Kubernetes deployment to a previous revision?

The best way to rollback a Kubernetes deployment is to use a safety-first remediation process that proposes the rollback, validates it with a dry-run, and logs the action with a rollback plan so you can undo the change if needed.

How does dry-run verification work when scaling Kubernetes deployments?

Dry-run verification for scaling Kubernetes deployments works by enforcing the dry-run flag to simulate the scaling action, allowing you to monitor for disruption before requiring explicit confirmation to apply the changes.

Can I execute deployment rollbacks across multiple Kubernetes namespaces safely?

Yes, you can execute deployment rollbacks across multiple namespaces by proposing actions with built-in safety checks, validating the impact via dry-run, and logging actions with reasons before applying the changes.

Do I need a rollback plan after restarting pods or scaling deployments in Kubernetes?

Yes, you need a rollback plan after restarting pods or scaling deployments because the safety-first remediation process logs actions and outcomes, providing rollback options to undo changes if the applied remediation causes issues.