Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

inugram-rebase

Étoiles148
Forks17
Mis à jour16 juillet 2026 à 20:14

Use when rebasing the inugram stgit patchset onto newer upstream Telegram and resolving the conflicts it produces. Trigger whenever `pnpm run rebase latest`/`<ref>` reports merge conflicts, when worktree files show `<<<<<<< current` / `>>>>>>> patched` markers, or the user says "rebase the patchset", "fix the rebase conflict", "continue the rebase". Covers the per-conflict loop (identify patch → cross-reference its `patches/*.patch` → resolve → `git add -f` → `stg refresh` → `stg push -a`), reading `current` (new upstream) vs `patched` (the fork's recorded delta), the recurring conflict shapes and their fixes, dispatching a subagent for big multi-file refactors, and logging questionable resolutions to `TODO.md`. NOT for creating or editing a single patch (that's covered by `CLAUDE.md`), and NOT for ordinary git merge conflicts unrelated to the stgit stack.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
3 fichiers
SKILL.md
readonly