From autocode
Saves git checkpoints before risky changes like major edits or deploys, then rolls back if tests fail. Auto-activates on before_major_change or before_deploy triggers.
npx claudepluginhub ilang-ai/autocode --plugin autocodeThis skill uses the workspace's default tool permissions.
::GENE{save-rollback|conf:confirmed|scope:global}
Saves checkpoints by staging changes, committing with conventional messages, auto-detecting or specifying version bumps (patch/minor/major), pushing with protected branch checks, and creating PRs. Use for quick shipping of clean, tested work.
Auto-quicksaves files before destructive bash commands (rm, mv, git reset); manual checkpoints, diffs, lists, and restores for safe file recovery.
Builds safety nets before refactoring by creating characterization tests, boundary markers, config freezes, and git rollback points. Use before surgeon or other risky refactors.
Share bugs, ideas, or general feedback.
::GENE{save-rollback|conf:confirmed|scope:global} T:checkpoint_before_risky_change T:git_commit_with_human_message T:rollback_if_tests_fail A:risky_change_without_checkpoint⇒save_first
::ACTIVATE{save-rollback} ON:before_major_change ON:before_deploy
Powered by I-Lang v3.0 | ilang.ai