ops-responder

Diagnose incidents and apply verified remediations to services.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill ops-responder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-responder
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/faber-cloud/.archive/phase4-clean-separation/ops-responder
Command: npx skills add https://github.com/fractary/claude-plugins --skill ops-responder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, aws-cli, jq.

What problem does it solve?

Responding to incidents and applying remediations manually can be slow, error-prone, and stressful. This skill automates common operational responses, ensuring quick and verified resolution.

Core Features & Use Cases

  • Automated Remediation: Perform actions like restarting services, scaling resources, or rolling back deployments.
  • Verification & Documentation: Automatically verify remediation success and document all actions taken for auditability.
  • Safety Checks: Implement critical rules like requiring confirmation for destructive actions in production.
  • Use Case: A service is experiencing high error rates. Use this skill to restart the 'api-lambda' service in the 'prod' environment, then verify its health and document the action.

Quick Start

Remediate the 'web-app' service in 'test' by restarting it.

Frequently Asked Questions about ops-responder

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

FAQPage Schema
How do I automate incident remediation for services in production?

Automated incident remediation applies common fixes—restart, scale, rollback—to services with built-in safety checks. This Skill diagnoses incidents, applies remediations, verifies success, and documents actions, requiring explicit confirmation for destructive production changes to prevent errors.

Can I verify that a remediation actually fixed the problem?

Yes. After applying a remediation action like restart or rollback, this Skill automatically verifies the service health and documents whether the fix succeeded, eliminating guesswork about whether an incident is resolved.

How do I safely test remediation steps before running them in production?

Run remediation actions in test environments first to validate the fix. This Skill shows changes before applying them and works across both test and production, letting you rehearse incident response safely before executing in live systems.

What actions can I automate for incident response?

Incident remediation covers restart, scale, rollback, and fix actions. The Skill executes these operations, verifies outcomes, and maintains a remediation history for auditability and postmortem review.

Does this work with AWS services and bash automation?

Yes. This Skill uses bash scripting and AWS CLI to perform remediations on AWS-hosted services, making it suitable for teams already using these tools in their DevOps and operations workflows.

What if I need to roll back a deployment during an incident?

Rollback is a core remediation action. This Skill executes rollbacks, verifies the previous version is healthy, and logs the change, enabling fast recovery from failed deployments with documented proof of resolution.