Loading...
Loading...
Found 102 Skills
Manage and synchronize multiple Git repositories across workspace-hub. Use for bulk git operations, repository status checks, branch management, and coordinated commits across 26+ repositories.
Gestiona git worktrees en .worktrees/. Usa cuando el usuario diga "crear worktree", "nuevo branch en paralelo", "trabajar en otra feature", "limpiar worktrees", "listar worktrees", o quiera desarrollo paralelo sin cambiar de branch.
Ensure AI agents work in an isolated Git worktree to prevent changes to the main working directory. Use when AI is about to make its first code modification in a session, or when the user requests isolated/safe editing. Triggers include starting to edit files, implementing features, or fixing bugs.
Manage Azure Repos including branches, pull requests, and code reviews. Use when working with Azure Repos or managing repository operations.
Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.
Use when squash-merging a feature branch into main for linear history. Handles pre-flight checks, squash merge, commit delegation to git-commit, and branch cleanup.
Create a PR title and draft description after substantive code changes are finished. Trigger when wrapping up a moderate-or-larger change (runtime code, tests, build config, docs with behavior impact) and you need the PR-ready summary block with change summary plus PR draft text.
Merge all worktrees from .trees/ into current branch and clean up
git worktrees, git worktree setup, git worktree configuration, branching work syncing branches
Commit, run bin/ci, and open a PR if CI passes. Use when ready to ship changes.
タスク完了後に自律的に実行する必要があるフロースキルです。 Trigger: task completed, ready to submit code
Git Worktrees enables parallel development by maintaining multiple checked-out branches simultaneously in separate directories.