Stats
Actions
Tags
From stacklane
Run incident triage and mitigation with deterministic logging and optional rollback via the configured deploy adapter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stacklane:incidentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the script entrypoint to create incident artifacts and execute controlled mitigation.
Use the script entrypoint to create incident artifacts and execute controlled mitigation.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/stacklane-incident.sh" --environment production --name incident
--name <short-name>--environment <name>--service <name>--severity <SEV0|SEV1|SEV2|SEV3>--mitigation <none|rollback>--rollback-target <deployment-id>--confirm-production I_UNDERSTAND_PRODUCTION (required for production rollback)--healthcheck-url <url>--dry-run.stacklane/incidents/.--mitigation rollback is requested in production, require confirmation token.--healthcheck-url is provided, it must be an absolute http:// or https:// URL.npx claudepluginhub bishnubista/stacklane --plugin stacklaneCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.