com um clique
rebase
Rebases the current branch onto the latest main branch.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Rebases the current branch onto the latest main branch.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Contains Chakra UI v3 documentation for styling, theming, and components. ALWAYS activate when code imports from `@chakra-ui/react`, or when the user asks about Chakra UI components, styling, or theming.
Contains TypeScript/React patterns and conventions for the Mikoto frontend. ALWAYS activate before working on frontend code in apps/client/ or packages/.
Creates a pull request using the GitHub CLI.
Contains knowledge on Mikoto usage of Rust. ALWAYS activate before interacting with the backend, or any part of the codebase written in Rust.
Creates a new skill or updates an existing skill to capture new knowledge. Use when you want Claude to remember patterns, workflows, or project-specific guidance.
Commits the code with a concise summary of the change.
| name | rebase |
| description | Rebases the current branch onto the latest main branch. |
Steps:
origin/main.If no conflicts: Report success — how many commits were replayed, new HEAD.
If conflicts occur, handle each one:
git diff --name-only --diff-filter=U to list conflicted files.git rebase --abort and stopgit add <files> and git rebase --continue.