Rebase
Agent skills for agentic coding tools. Extremely opinionated. Updated (almost) daily.
npx -y skills add JHostalek/dotclaude --skill rebaseAssembled 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.