Loading...
Loading...
Found 141 Skills
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.
Review current branch for blindspots; fix now / needs spec / create issues.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Deterministic git operations with state verification for skill-creator managed repos. Use when managing repos, branches, worktrees, or contribution workflows.
Expertise in managing the Git and GitHub Pull Request lifecycle, including staging changes, generating PR descriptions, and branch management.
Use when merging multiple reviewed PRs into one release branch on remote compute.
Create and setup git worktrees for parallel development with automatic dependency installation
Create well-formatted commits with conventional commit messages and emoji
Manage git repositories using the worktree pattern. This allows multiple branches to be checked out simultaneously in sibling directories.