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: rebase

Browse skills that share this tag.

  • git-merge-resolving - Resolving Git merge and rebase conflicts
    gitmergeconflict-resolutionrebase

    ★ 0 · Updated 2026-09-21

    Resolves Git merge and rebase conflicts by analyzing commit intent, handling union conflicts, regenerating generated files, and attributing test failures.

    ⚙ Analyze commit intent from history⚙ Port additions into evolved lineage⚙ Combine union textual conflicts
  • doc-amend - Identify and amend missing docs into commits via rebase
    gitdocumentationrebasecommit

    ★ 3 · Updated 2026-09-16

    Identifies missing documentation in finished commits and amends generated doc files back into commits via interactive rebase.

    ⚙ Analyze Git commits⚙ Identify missing documentation⚙ Generate documentation files
  • spectre-rebase - Safely rebase git branch with automatic conflict resolution
    gitrebaseconflict-resolutionversion-control

    ★ 161 · Updated 2026-09-14

    Rebases current git branch onto target with backup ref, auto conflict resolution, and post-rebase verification or parent handoff.

    ⚙ Create backup ref before rebasing⚙ Auto-commit uncommitted changes⚙ Rebase current branch onto target
  • git-workflow - Git operations and pull request workflows
    gitpull-requestrebasegithub

    ★ 602 · Updated 2026-09-13

    Performs Git operations, updates branches via rebase, resolves conflicts, and creates pull requests.

    ⚙ Commit code changes⚙ Fetch upstream updates⚙ Rebase branch on main
  • merge - Merge pull requests with rebase strategy via gh CLI
    githubpull-requestrebasegh-cli

    ★ 0 · Updated 2026-09-12

    Merges the pull request for the current branch or a specified PR using GitHub's rebase strategy via the gh CLI.

    ⚙ Identify target pull request⚙ Inspect pull request status⚙ Summarize status and CI checks
  • git-rebase - Git Rebase Conflict Resolution
    gitrebaseconflict-resolution

    ★ 0 · Updated 2026-09-11

    Resolve Git merge and rebase conflicts conservatively while preserving both sides' intent and staging resolved files.

    ⚙ Inspect listed conflicted files⚙ Identify changes from both sides⚙ Edit files preserving required behavior
  • rebase-assistant - Safe Git branch rebase and conflict resolution
    gitrebaseconflict-resolutionbranch-management

    ★ 18 · Updated 2026-09-11

    Guides a safe Git rebase of the current branch onto a target branch, including conflict triage and resolution steps.

    ⚙ Identify target branch⚙ Run preflight status checks⚙ Start git rebase
  • helix-update - Update and rebuild local Helix editor fork
    helixjjrebasebuild

    ★ 16 · Updated 2026-09-10

    Fetches updates, rebases custom merge commits, resolves conflicts, rebuilds Helix binary, and regenerates Steel bindings.

    ⚙ Fetch git remotes⚙ Rebase merge commit⚙ Resolve merge conflicts
  • git-master - Git expert for atomic commits and history management
    gitversion-controlcommitsrebase

    ★ 602 · Updated 2026-09-10

    Provides Git expertise for atomic commit splitting, style detection, history search, and safe rebasing.

    ⚙ Detect commit style from history⚙ Split changes into atomic commits⚙ Search history for specific changes
  • rebase-onto-main - Rebase current branch onto main safely
    gitrebasebranch-management

    ★ 0 · Updated 2026-09-09

    Rebase the current branch onto main with guardrails.

    ⚙ Check branch and tree cleanliness⚙ Fetch latest main branch⚙ Rebase current branch onto main
  • resolving-merge-conflicts - Resolve Git Merge and Rebase Conflicts
    gitmergerebaseconflict-resolution

    ★ 590 · Updated 2026-09-09

    Resolves in-progress Git merge or rebase conflicts while preserving original intent and running automated checks.

    ⚙ Inspect merge and rebase status⚙ Analyze commit history and intent⚙ Resolve conflicting code hunks
  • git-advanced-workflows - Advanced Git Workflows Mastery
    gitversion controlworkflowsrebase

    ★ 422 · Updated 2026-06-15

    Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog

    ⚙ rebase commits interactively⚙ cherry-pick specific commits⚙ bisect commit history
  • commit - Smart Git Commit Workflow
    gitversion controlcommitbranch protection

    ★ 0 · Updated 2026-03-21

    Protected git commit workflow with auto-rebase and conventional commit messages

    ⚙ run git commands⚙ check current branch⚙ detect protected branch
  • troubleshoot-rebase - Git Rebase Troubleshoot: Diagnose and Recover from Failures
    gitrebasetroubleshootingversion-control

    ★ 3 · Updated 2026-02-14

    Diagnose and recover from git rebase failures

    ⚙ diagnose rebase failures⚙ recover from rebase failures⚙ check git status
  • fixup - Git Fixup Commit and Autosquash Rebase
    gitversion-controlcommitrebase

    ★ 18 · Updated 2026-02-13

    Creates fixup commits and performs autosquash rebase for Git history

    ⚙ run git status⚙ fetch git updates⚙ show commit history
  • rebase - Git Rebase with Smart Conflict Resolution
    gitversion-controlbranch-managementconflict-resolution

    ★ 18 · Updated 2026-02-12

    Rebase the current branch with automatic conflict handling

    ⚙ parse rebase arguments⚙ fetch remote branches⚙ execute git rebase