agentsclimarketplace

Rebase

Skill JHostalek/dotclaude/skills/rebase

Agent skills for agentic coding tools. Extremely opinionated. Updated (almost) daily.

Install
npx -y skills add JHostalek/dotclaude --skill rebase

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when the user asks to rebase the current branch onto another branch or update branch history without merging.

SKILL.md

1.1 KB, as published. Nobody here has run it

input = $ARGUMENTS

Goal: clean linear history, ready to push.

Read at the point of use, not up front:

  • Conflicts → ~/.claude/skills/conflict-heuristics.md
  • Migration files touched → ~/.claude/skills/migration-reconciliation.md

Execution

Announce commits ahead + target, then proceed without waiting for confirmation.

After the rebase:

  • If any migration files were touched: reconcile per the migration guide (re-chain + apply to local DB if running).
  • Run the repository's configured quality gates — rebase bypasses pre-commit hooks, so inspect its scripts and configuration rather than relying on a separate instruction document.
  • Force-push with --force-with-lease. Invoking /rebase = intent to push; no additional confirmation needed.

Report: commits applied/dropped, conflicts resolved, migration reconciliation results, quality gate results.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.