en un clic
setup-worktree
Set up a new git worktree and install dependencies.
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.
Menu
Set up a new git worktree and install dependencies.
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.
Basé sur la classification professionnelle SOC
Merges completed work back to main through a protected-branch pull request workflow.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
Verify that the codebase matches the desired end state described in a design document.
| name | setup-worktree |
| description | Set up a new git worktree and install dependencies. |
Sets up a new git worktree for development, installing all dependencies. Takes the branch name as $ARGUMENTS.
$ARGUMENTS
Create a new worktree using the command git worktree add -b mekara/<branch-name> ../<branch-name>. If the branch already exists (error: "a branch named 'mekara/' already exists"), choose a different branch name.
Install Python dev dependencies with poetry install --with dev.
Install docs/ dependencies with pnpm --dir docs/ i --frozen-lockfile.
../<branch-name>, not the current directory.