.codex/skills/continue-rebase-interactively/SKILL.md
Guide an in-progress rebase with conflicts by summarizing each conflict and offering 3 resolution options.
npx skillsauth add inline-chat/inline continue-rebase-interactivelyInstall 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.
Help continue an in-progress rebase (or similar conflict cleanup from a merge or stash apply) by iterating through conflicts, summarizing each conflict, and presenting 3 resolution options (keep A, keep B, keep both with a surgical refactor). Mark the best option as recommended, wait for user confirmation, apply the choice, and continue until the operation completes.
git status -sbgit diff --name-only --diff-filter=Ugit rebase --continuegit merge --continue (or commit if already staged)git stash (resolve + add + continue/commit as needed)git add <file>.git rebase --continue.git status -sb.tools
Explain and use the Inline CLI (`inline`) for authentication, chats, users, spaces, messages, search, bots, typing, notifications, tasks, schema, attachments, downloads, JSON output, and configuration. Use when asked how to use the Inline CLI or its commands, flags, outputs, or workflows.
development
Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.
testing
Safely sync local commits with remote by rebasing onto origin/main and then push, following a GitHub Desktop-style flow. Use when asked to push/sync a branch, reconcile local and remote state, resolve rebase conflicts, run targeted tests or typechecks, and push only if checks pass.
development
Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, macOS-specific APIs, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.