Git rebase workflow
Skill planifest/planifest-framework/planifest-framework/external-skills/git-rebase-workflow
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill git-rebase-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
Linearize local branch history with safe rebase practices before integration. Use when branch history cleanup is needed and rebase risks (conflicts, dropped commits, rewritten history impact) must be controlled; do not use for CI workflow design or application behavior implementation.
SKILL.md
2.0 KB, 350 tokens by cl100k_base, as published. Nobody here has run it
Git Rebase Workflow
Overview
Use this skill to clean local history for reviewability while avoiding unsafe rewrite on shared branches.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Rebase safety rules:
references/rebase-safety-rules.md
Templates And Assets
- Rebase readiness checklist:
assets/rebase-readiness-checklist.md
- Conflict log template:
assets/rebase-conflict-log-template.md
Inputs To Gather
- Branch divergence from target base.
- Branch sharing status and PR status.
- Force-push/rewrite policy constraints.
- Verification scope for rewritten commits.
Deliverables
- Rebase execution notes with conflict rationale.
- Verification evidence for rewritten history.
- Push plan aligned to force-with-lease policy.
Workflow
- Confirm rebase eligibility using
assets/rebase-readiness-checklist.md. - Fetch latest base and inspect commit divergence.
- Rebase commits in logical sequence.
- Record conflict resolutions in
assets/rebase-conflict-log-template.md. - Verify behavior and push per
references/rebase-safety-rules.md.
Quality Standard
- Rebased commits preserve original behavioral intent.
- Rewrite policy is followed without exceptions.
- Conflict decisions are documented and test-verified.
- Resulting history is easier to review without hiding risk.
Failure Conditions
- Stop when branch is shared or already under open PR policy constraints.
- Stop when rebase would rewrite protected/shared history.
- Escalate when rewrite exceptions are requested without approval.
What ships with it: 1 file
11.3 KB alongside SKILL.md
- attribution.txt11.3 KB