kortix-rollback
Installation
SKILL.md
Kortix Rollback
The inverse of kortix-release. A release moves prod FORWARD onto new code; a
rollback re-points prod at an OLDER already-released vX.Y.Z, reusing that
release's prebuilt artifacts (zero rebuild). Use it when a shipped version is
breaking and the move is "go back now, fix forward later." The next forward
release still comes from staging, not directly from dev/main.
A rollback is temporary, never sticky. It only flips image tags + re-promotes an old frontend build; it never touches
VERSIONor the trunk. The next promote supersedes it and returns prod to latest (see §6). So rolling back never "wedges" the release pipeline.
1. The one command
gh workflow run rollback-prod.yml --repo kortix-ai/suna --ref main \
-f version=vX.Y.Z -f reason="<incident summary>" -f confirm="ROLLBACK PROD"