Git Actions

Git Actions from biwakonbu/cc-plugins.

by @biwakonbu 5 skills

Skills in this plugin

5
  1. Git Push · biwakonbu
    Use when user wants to push commits, push to remote, or sync with remote repository. Git プッシュワークフローを実行し、現在のブランチをリモートリポジトリに安全にプッシュする。
    1 install
  2. Git Merge · biwakonbu
    Use when user wants to merge to main, integrate changes to main branch, or complete a feature branch. Git マージワークフローを実行し、feature ブランチを main にマージしてプッシュする。
    1 install
  3. Git Commit · biwakonbu
    Use when user wants to commit changes, create a commit, or stage and commit files. Git コミットワークフローを実行し、変更のステージング、コミットメッセージ生成、コミット実行を行う。
    1 install
  4. Git Conventions · biwakonbu
    Use when any git operation (commit, push, merge, conflict resolution) runs in this project, or when user mentions git safety, 機密ファイル, force push, --amend 条件. 共通の安全規則・禁止事項・コミットメッセージ規約・機密ファイル検出を提供し、他 git スキルから自動参照される。
    1 install
  5. Git Resolve Conflicts · biwakonbu
    Use when merge conflicts occur, when git merge fails with conflicts, or when user needs help resolving git conflicts. Git コンフリクト解消を支援し、コンフリクトを分析して解消案を生成・提示し、ユーザー承認後に適用する。
    1 install