From stacklane
Run incident triage and mitigation with deterministic logging and optional rollback via the configured deploy adapter.
npx claudepluginhub bishnubista/stacklane --plugin stacklaneThis skill uses the workspace's default tool permissions.
Use the script entrypoint to create incident artifacts and execute controlled mitigation.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.