ワンクリックで
spectre-rebase
👻 | Safe guided rebase w/conflict handling - primary agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
👻 | Safe guided rebase w/conflict handling - primary agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
👻 | 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