83,201 skills sorted by stars.
Conventional Commits provide a standardized format for commit messages, enabling automated versioning and clearer projec...
Use when the user asks for a git commit message or semantic commit guidance. Produce one semantic commit message that pr...
Use only when the user explicitly asks for a git commit message or semantic commit guidance. Goal: commit messages are s...
Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create inform...
{{ 𝚫𝚫𝚫 }} Generate a commit message. If nothing staged, stage all changes.
Guide la création de commits bien formatés, push vers origin et création de Pull Requests documentées. Utilise ce skill...
This skill should be used when the user wants to commit their work to git and push to GitHub. It guides through reviewin...
This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines t...
Generates conventional commits based on file changes. Analyzes diffs and creates properly formatted commit messages.
This skill should be used when creating conventional commits for current changes and then submitting the current branch...
Summarizes git commits for specified users over a given time period and generates markdown reports
Git 提交信息智能生成工具。基于 Claude 对代码改动和用户意图的深度分析,自动生成符合项目规范的 commit message,支持四层验证机制确保质量。
Best practices for creating high-quality Git commits. Covers commit message conventions (Conventional Commits), atomic c...
Git commit workflow and message format. Use when making commits, asking about commit conventions, or after completing co...
Git Commit Rules
Git commit best practices with conventional commits format and atomic commit principles. Use when committing code to ens...
Plan and create atomic commits ordered by dependencies
Comprehensive Git configuration guide covering global settings, aliases, performance tuning, credential management, main...
[Git] Resolve git merge/cherry-pick/rebase conflicts with backup, analysis, and reporting
Apply when writing commit messages to maintain consistent, readable git history that enables automated changelog generat...
Apply when committing code, writing commit messages, or configuring .gitignore
Git commit practices and conventions. Use when committing changes, writing commit messages, creating branches, or making...
[Git] Stage, commit and push all code in the current branch
Use when creating git commits - mandates commits format with required scopes for all new commits, provides scope discove...
Create and push PR with auto-generated title and description
Manage git-crypt encrypted repositories with seamless worktree support. Handles unlock/lock operations, key management,...
Use when asked to show fetch the context of the current branch
在執行 Git commit 之前,自動檢查並更新專案的關鍵文檔,確保文檔與程式碼保持同步。
Essential Git commands and workflows for version control, branching, and collaboration.
Git domain expert. Knows about: - Status, Switch, Create Branch, Commit, Pull, Push, Log Use when: - User asks about g...
Expert in Git workflows, Conventional Commits, and PR management.
Finds the true merge-base/fork-point of a git branch, detecting history rewrites from rebases and squashes. Handles unkn...
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completio...
Fetch PR review comments and implement all requested changes