plugins/spectre-codex/skills/rebase/SKILL.md
👻 | Safe guided rebase w/conflict handling - primary agent
npx skillsauth add codename-inc/spectre rebaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
<ARGUMENTS> $ARGUMENTS </ARGUMENTS>origin/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
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
data-ai
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
data-ai
👻 | Transform requirements into executable tasks - primary agent
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references