LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: rollback

Browse skills that share this tag.

  • shipping-and-launch - Prepare and execute safe production deployments
    deploymentrelease-managementfeature-flagsmonitoring

    ★ 0 · Updated 2026-09-22

    Prepares production launches using checklists, feature flags, staged rollouts, monitoring setups, and rollback strategies.

    ⚙ Verify pre-launch checklists⚙ Implement feature flag strategies⚙ Plan staged rollouts
  • deploy-streetfight - Deploy, verify, or roll back the streetfight application
    deploymentnixosdigitaloceanstaging

    ★ 1 · Updated 2026-09-18

    Deploys streetfight to live droplet or staging LXC, checks current revision, or rolls back deployments.

    ⚙ Deploy to live DigitalOcean droplet⚙ Deploy to staging home-lab LXC⚙ Check active deployment revision
  • rollback - Rollback changes via revert or forward-fix
    rollbackrevertforward-fixincident

    ★ 0 · Updated 2026-09-14

    Safely undo changes by deciding revert or forward-fix on evidence, checking migration reversibility, verifying, and recording incidents.

    ⚙ Decide revert versus forward fix⚙ Check database migration reversibility⚙ Execute revert as new commit
  • coderabbit-prod-checklist - CodeRabbit Production Deployment and Rollback Checklist
    coderabbitdeploymentproductionkubernetes

    ★ 4 · Updated 2026-09-13

    Execute CodeRabbit production deployment checklist and rollback procedures.

    ⚙ Verify pre-deployment configuration⚙ Verify code quality standards⚙ Configure infrastructure and monitoring
  • revert - Git Revert: Safely Rollback Commits with Validation
    gitrevertrollbackversion-control

    ★ 1 · Updated 2026-06-30

    Safely rollback changes using git revert with impact assessment, conflict handling, and post-revert validation.

    ⚙ Identify target commit to revert⚙ Assess impact and conflict risk⚙ Revert commits using git revert
  • guard-regression - Regression Guardian: Pre/Post Refactoring Degradation Monitoring
    regression testingquality assurancerefactoringdegradation monitoring

    ★ 422 · Updated 2026-06-30

    Monitors code quality before and after refactoring by recording baseline metrics, detecting degradation, and determining rollback necessity.

    ⚙ record baseline test metrics⚙ record baseline build results⚙ record baseline lint errors
  • migration-checker - Database Migration Safety Checker
    databasemigrationsafetyrollback

    ★ 18 · Updated 2026-06-15

    Reviews database migrations for safety, backwards compatibility, rollback capability, and zero-downtime deployment.

    ⚙ analyze migration files⚙ detect dangerous operations⚙ assess lock risks
  • undo - Rollback Last Operation
    gitversion controlbackuprollback

    ★ 602 · Updated 2026-06-15

    Rollback the last destructive operation using git or project backups

    ⚙ check git status⚙ reset working tree⚙ revert commits
  • deploy__rollback - Rollback Failed Deployments
    kubernetesazuredeploymentrollback

    ★ 602 · Updated 2026-06-15

    Rollback failed Azure or Kubernetes deployments to previous working versions

    ⚙ check rollout status⚙ view rollout history⚙ rollback deployment
  • migration-guide - Tool and Framework Migration Guide Generator
    migrationtool migrationframework migrationworkflow migration

    ★ 602 · Updated 2026-05-11

    Generate step-by-step migration guides with phased plans and rollback strategies for tool and framework transitions

    ⚙ generate migration plan⚙ map feature compatibility⚙ identify breaking changes
  • deploy-script-review - Deploy Script Security Review
    deploymentsecurityreviewdevops

    ★ 57 · Updated 2026-03-23

    Review deployment scripts for security, safety, error handling, rollback procedures, and permissions

    ⚙ read deployment scripts⚙ search script patterns⚙ list deployment files
  • rollback - Deploy rollback to previous stable version
    kubernetesverceldeploymentrollback

    ★ 0 · Updated 2026-03-23

    Rollback Backend and Frontend to previous version when deployment fails or issues occur

    ⚙ check deployment status⚙ rollback Kubernetes backend⚙ rollback Vercel frontend
  • pr-onboarding - Generate comprehensive PR descriptions
    code reviewpull requestdocumentationchange management

    ★ 602 · Updated 2026-03-20

    Generates PR descriptions documenting change contracts for reviewers and maintainers.

    ⚙ read PR diff⚙ read changed files⚙ read test results
  • migration-rollback - Migration Rollback Planning and Design
    migrationrollbackdevopsreliability

    ★ 0 · Updated 2026-02-13

    Design safe rollback procedures for migrations with feature flags and fallback paths

    ⚙ design rollback procedures⚙ implement feature flags⚙ define rollback triggers