From stacklane
Apply Supabase migrations through a guarded, script-backed workflow with rollback notes and verification.
npx claudepluginhub bishnubista/stacklane --plugin stacklaneThis skill uses the workspace's default tool permissions.
Use the script entrypoint for deterministic safety checks and report artifacts.
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 for deterministic safety checks and report artifacts.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/stacklane-migrate-safe.sh" --environment staging
--environment <staging|production>--service <name>--confirm-production I_UNDERSTAND_PRODUCTION (required for production)--smoke-command "..."--skip-verify--dry-run--confirm-production I_UNDERSTAND_PRODUCTION.database=supabase in the active profile..stacklane/migration-reports/.stacklane/migration-reports/commands.rollback is not configured, return rollback guidance as "not configured" rather than inventing a command.