with one click
spectre-rebase
👻 | Safe guided rebase w/conflict handling - primary agent
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
👻 | Safe guided rebase w/conflict handling - primary agent
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
| name | spectre-rebase |
| description | 👻 | Safe guided rebase w/conflict handling - primary agent |
| user-invocable | true |
Treat the current command arguments as this workflow's input. When invoked from a slash command, use the forwarded $ARGUMENTS value.
Optional target branch to rebase onto.
$ARGUMENTSorigin/main)"git commit -am "chore: snapshot before rebase"git fetch origingit branch backup/rebase-$(date +%Y%m%d-%H%M%S)Action — StartRebase: git rebase {target_branch}
Action — ResolveAllConflicts: For each conflict:
{file}: {decision} — {rationale}git add {file}git rebase --continueAction — GenerateSummary:
Rebase Summary
- Branch: {current} → {target}
- Commits: {count} | Conflicts: {count} | Tests: {PASS/FAIL}
Decisions: | File | Decision | Rationale |
Smoketest Guide (based on files touched):
- {Feature Area}: [ ] {behavior to verify}
Safety: Backup
{branch}| Restore:git reset --hard {backup}
Action — RenderFooter: Use Skill(spectre-guide) skill for Next Steps