What problem does it solve?
When a new Kortix production release introduces critical breaking issues, you need a fast, safe way to revert to a working older version without rebuilding artifacts or risking data corruption from incompatible database migrations.
Core Features & Use Cases
- Coordinated multi-surface rollback: Reverts both frontend (via Vercel build promotion) and backend (via Argo CD image tag swap) to any previously released version using prebuilt artifacts, with zero rebuild steps.
- Built-in safety guardrails: Includes a mandatory pre-rollback database migration drift check to avoid rolling back to a version incompatible with the current production schema, plus automatic skipping of frontend rebuilds for backend-only changes to prevent frontend clobbering.
- Use Case: If v0.9.70 of Kortix breaks user authentication, use this skill to roll back to v0.9.69 in minutes while you fix the issue, then promote the fixed version to return to latest with no manual undo steps.
Quick Start
Use the kortix-rollback skill to safely roll back Kortix production to version v0.9.69 after confirming all database migrations between v0.9.69 and the current version are additive and safe for the older codebase.