commit-all
提交所有工作区改动到当前 git 分支并生成规范的提交消息。当用户输入 "commit" 时使用
8803 个 Skills
提交所有工作区改动到当前 git 分支并生成规范的提交消息。当用户输入 "commit" 时使用
Create a git commit and push
Classifies commits according to conventional commits specification and maps them to changelog catego
Git 提交信息规范。着重于提交信息的格式化、风格统一。优先学习并沿用项目已有的提交历史风格,若无明显风格或为新项目,则遵循 Conventional Commits 规范。
Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, o
Use when making commits. Conventional commits, atomic changes.
未コミットの変更を分析し、適切な粒度でコミットを作成してプッシュする。複数の独立した変更がある場合は論理的に分割し、各コミットが独立して動作することを保証する。コミットメッセージは日本語で記述し、「何
Intelligently analyze code changes and split them into multiple logical commits based on functionali
Atomic commits, PR size limits, commit thresholds, stacked PRs
Create a conventional commit, push to remote, and create a pull request. Use when the user wants to
Crea commits y pull requests. Usar cuando se necesita commitear cambios, crear PRs, escribir mensaje
Gitコミット前に自動で品質チェックを実行するスキル。 「この修正をコミットして」「コードレビューしてからコミットして」などの依頼に対応し、 ESLint/BlackによるLint、テスト実行、コード