Apply remediations to resolve issues
Apply automated remediations to fix infrastructure issues. Use when you need to restart services, scale resources, or resolve operational problems in test or production environments.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-helm-cloud@fractary["<description>"] [--action <action>] [--issue <issue-id>] [--env <environment>]claude-haiku-4-5<ARGUMENT_SYNTAX>
This command follows the standard space-separated syntax:
--flag value (NOT --flag=value)# Correct ✅
/fractary-helm-cloud:remediate --env test
# Incorrect ❌
/fractary-helm-cloud:remediate --env=test
</ARGUMENT_SYNTAX>
Apply remediation actions to resolve detected issues.
/fractary-helm-cloud:remediate [<description>] [--action <action>] [--issue <issue-id>] [--env <environment>]
description: Natural language description of remediation (optional)--action: Specific action to apply (restart_lambda, scale_resources, etc.)--issue: Issue ID to remediate (optional)--env: Environment to operate on (test, prod). Defaults to test.Production remediations require explicit confirmation.
Actions are categorized by safety level:
Restart a Lambda function:
/fractary-helm-cloud:remediate --action=restart_lambda --env test
Remediate specific issue:
/fractary-helm-cloud:remediate --issue=infra-001 --env prod
Natural language remediation:
/fractary-helm-cloud:remediate "increase RDS max connections to 200" --env prod
This command invokes the ops-manager agent with the remediate operation.
USE AGENT: ops-manager with operation=remediate, action/description from user input, and environment from --env parameter (defaults to test)