Loading...
Loading...
Found 367 Skills
Correct naming for a PR
Git auto-commit tool. When users need to submit code changes, commit modifications, or submit after completing a task, this skill must be called to automatically generate a standardized commit message and execute the commit, with default push to the remote repository.
Create a new GitHub repository and clone it locally
Commit changes and push to origin without creating a PR
Sync the local main branch with the latest code from the official upstream or origin remote
Merge all worktrees from .trees/ into current branch and clean up
Git worktree lifecycle management. Use when creating, navigating, syncing, or cleaning up git worktrees for parallel development.
Generate clear, standardized git commit messages based on code changes (diffs), following Conventional Commits specification.
git, git tags, pushing and pulling to repository. Any version control tasks.
Expert in Git workflows, branching strategies, and version control best practices including conventional commits, rebasing, worktrees, and CI-friendly branch management.
Analyze staged Git changes and generate a concise Chinese commit message that follows repository commit style. Use when the user asks to commit code, generate a commit message, or summarize staged changes into a Chinese Git commit title and bullets.
[Hyper] Push unpushed commits to the remote. Discovers the current or descendant git repositories, checks for commits ahead of upstream, and pushes them. Use when the user wants to push, sync to remote, or send commits upstream.