83,201 skills sorted by stars.
Git commit フック(pre-commit/commit-msg/pre-push)の設計・実装・検証を体系化するスキル。 Husky と lint-staged を軸に、品質ゲートと運用ルールを整理する。 Anchors: •...
Atomic commits, PR size limits, commit thresholds, stacked PRs
Generate commit messages
Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Generate conventional commit messages following project standards. Use when staging changes need a commit message or rev...
Generate a conventional commit message by analyzing staged git changes. Use when the user wants to create, write, or gen...
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages, re...
Use when drafting a Conventional Commit message from currently staged Git changes. Triggers: 'write commit message', 'dr...
Suggests conventional commit messages by analyzing staged, unstaged, and untracked git changes — read-only, never commit...
Generate commit messages following conventional commits with scope detection
Formats Git commit messages following Conventional Commits conventions. Use when the user asks to commit, write a commit...
Generate conventional commit messages following best practices. Use when creating structured git commit messages.
Provides guidelines for creating conventional commit messages, ensuring they adhere to a specific format and are concise...
Use this skill to write a commit message for staged changes.
[コミット] 日本語コミットメッセージを生成(ステージ差分)
Commit, push changes, and create a Pull Request on GitHub. Trigger: User runs /commit-pr command.
Prepare git commit messages following conventional commits. Activates on: commit, prepare commit, commit this, commit me...
Use when user asks to commit changes or when finishing significant work. Enforces quality gates, testing verification, a...
USERAPPROVED=yes git commit -m "feat: Add hybrid search"
This skill should be used when the user asks to "commit and push", "push my changes", or wants to commit, push, and resp...
Commit staged/unstaged changes, push to remote, and create a PR if one doesn't exist. Use when asked to "ship it", "comm...
Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick...
Boris Cherny Pattern 6: Commit changes, push to remote, create/update PR. Automates: git add -> git commit -> git push -...
Validate code, commit, push, and create PR if needed
タスク完了後に自動的に実行する必要があるフロースキルです
タスク完了後に自律的に実行する必要があるフロースキルです。 Trigger: task completed, ready to submit code
Shared commit message rules and technical constraints referenced by /stage-commit and /commit-staged. Not typically invo...
Create comprehensive commit message from spec phases and commit all changes
This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create...
Commit already-staged changes with a message matching existing commit style. Use when the user asks to "commit staged ch...
Generate descriptive commit messages by analyzing git diffs, very fast and context pollution safe. Use on any request to...
Commit already-staged changes and push in one step. Use when the user asks to "commit and push staged changes", "commit...
遵循約定式提交标准格式化提交消息。 使用时机:撰写提交消息、git commit、檢视提交历史。 关鍵字:commit、git、message、conventional、feat、fix、refactor。
Format commit messages following conventional commits standard. Use when: writing commit messages, git commit, reviewing...
Reads git log between two points and generates human-readable changelogs or release notes. Groups commits by type, links...
Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to te...
Commit mesajlarina yapilandirilmis karar trailer'lari ekle. Constraint, Rejected, Confidence, Scope-risk, Not-tested tra...
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-con...
커밋 메시지 작성 가이드 (한글/영어). 커밋 생성 시 자동으로 활성화되어 규칙을 준수하도록 안내합니다.
Git提交与调试反思报告生成技能。自动分析开发过程中的错误、调试步骤和解决方案,生成结构化的中文反思报告,并创建包含报告引用的Git提交。触发词:反思提交、智能提交、生成调试报告、commit with reflection。
Create single atomic commit with proper message format, issue linking, and pre-commit hook validation for WescoBar workf...
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messa...
Use when work is complete and ready to commit. Triggers after code review passes, when asked to "commit", "save this", o...