83,201 skills sorted by stars.
[Git] ⚠️ Merge code from one branch to another
Intelligently merge branches with context-aware conflict resolution
Use when feature branch is complete and reviewed, ready to merge to main - squashes multiple commits into single clean c...
Generate a commit message for changes already in the Git staging area, and await approval from the user. Use when the ag...
Gestion des modules Git (submodules). Ajouter, synchroniser et gérer les maquettes.
Git 全方位專家:涵蓋 Commit 訊息生成、Pull Request 建立與審查、分支策略管理、版本發布與 Changelog。專精 Conventional Commits、Code Review、Git Flow / Trunk-...
Guide for basic Git operations
git 명령어 사용 및 커밋 생성 가이드
Use when pushing, pulling, or merging changes. Handles retries, conflicts, and error recovery.
Git command procedures for branch management, commits, and worktrees.
Safe git operations including commits, branches, merges, worktrees, and conflict resolution. Use when user wants to comm...
Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation...
When the user needs to investigate performance issues in a Git repository by finding specific code changes, identifying...
Git platform detection and cross-platform command mapping for GitHub, GitLab, and Bitbucket
MANDATORY: Use gh (GitHub) or glab (GitLab) CLI for ALL issue/task management. Unified workflow across platforms.
Generate a pull request description from branch changes. Use when creating a PR or preparing PR documentation.
TOBRANCH: $1 (defaults to main)
Create pull requests following project conventions. Use when creating feature PRs, bug fix PRs, hotfix PRs, or release P...
Create Git pull requests and optionally update JIRA tickets with comments and image attachments
根據當前 branch 與目標 branch 的差異,自動產生 Pull Request 的 Title 與 Description。當使用者提到「PR」、「Pull Request」、「寫 PR」、「PR 描述」、「PR descript...
Conducts an audit of a Pull Request, merges it into main, and synchronizes the local environment. Use this skill when a...
Prepares a Pull Request by staging changes, verifying against acceptance criteria, and creating the PR via GH CLI. Use t...
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality...
You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organi...
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code revi...
協調多個 Skills 完成 Git 提交前的所有準備工作。
協調多個 Skills 完成 Git 提交前的所有準備工作。這是一個「編排器」Skill,負責調用其他 Skills。
Walk through git commit history using git prev/next for interactive editing. Use when you need to amend multiple commits...
Git protocol implementation patterns using gitoxide for Guts repository operations
This skill should be used when pruning local branches that have been deleted on the remote. It fetches remote changes, i...
当用户明确要求"发布项目到 GitHub"、"创建 GitHub Release"或"生成 Release Notes"时使用。智能分析 tag 间历史变化,生成专业且吸引人的 Release Notes,自动创建 GitHub Relea...
Use when creating a pull request.
一键推送项目到 GitHub。自动扫描大文件、生成 .gitignore、初始化 Git、创建仓库并推送。支持首次推送、日常更新、版本发布三种模式。当用户说"推到GitHub"、"推送到GitHub"、"git push"、"上传到GitH...
Git Push Guide. Use when user wants to push changes to remote repository safely.