remediation_container

Automate container and deployment write operations with transactional tools.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/rapporbit/SREOps --skill remediation-container
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remediation_container
Source: https://github.com/rapporbit/SREOps/tree/main/app/skills/definitions/remediation_container
Command: npx skills add https://github.com/rapporbit/SREOps --skill remediation-container

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of performing container and deployment actions, such as starting, stopping, restarting, and scaling containers, with a focus on precision and safety.

Core Features & Use Cases

  • Container Management: Execute operations like stop, start, restart, pause, and unpause containers.
  • Deployment Actions: Perform tasks like rolling out, scaling, and rolling back deployments.
  • Use Case: After diagnosing a container issue, use this Skill to restart the container with confidence, knowing the operation is safe and reversible.

Quick Start

Restart the container with the name 'my-container'.

Frequently Asked Questions about remediation_container

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

FAQPage Schema
How do I safely restart a container after diagnosing an issue?

To safely restart a container, use this Skill to execute the operation within a restricted context. It utilizes transactional tools for all write operations, ensuring the container restart is atomic and fully reversible.

What is the best way to automate container scaling and rolling back deployments?

Automating deployment actions like scaling and rolling back is handled by executing targeted write operations. The process ensures minimal host impact by operating within a restricted context using transactional tools for recoverability.

Can I execute container start and stop operations without impacting the host system?

Yes, you can execute container start and stop operations without significant host impact. The Skill operates within a restricted context specifically designed for container and deployment write operations to ensure system safety.

How does the transactional mechanism work for container write operations?

The transactional mechanism works by wrapping container and deployment actions in atomic operations. This ensures that any write operation, such as scaling or restarting, is fully recoverable if it fails.

What container actions are supported for automated deployment management?

Supported container actions include stopping, starting, restarting, pausing, and unpausing. For deployments, it handles rolling out, scaling, and rolling back, all managed through safe, transactional write operations.