·managing-git-workflows
</>

managing-git-workflows

ancoleman/ai-design-components

Git の分岐戦略、コミット規約、コラボレーション ワークフローを管理します。トランクベースの開発、GitHub Flow、または GitFlow のいずれかを選択する場合、自動バージョニングのための従来のコミットの実装、品質ゲートのための Git フックの設定、または明確な所有権を持つモノリポジトリの整理に使用します。

9インストール·0トレンド·@ancoleman

インストール

$npx skills add https://github.com/ancoleman/ai-design-components --skill managing-git-workflows

SKILL.md

Implement structured Git workflows for team collaboration, code quality, and automated releases. This skill covers branching strategies, conventional commit formats, Git hooks, and monorepo management patterns.

Trunk-Based Development Use when the team has strong CI/CD automation, comprehensive test coverage (80%+), and deploys frequently (daily or more). Short-lived branches merge within 1 day. Requires feature flags for incomplete features.

Best for: High-velocity teams with mature DevOps practices (Google, Facebook, Netflix)

Git の分岐戦略、コミット規約、コラボレーション ワークフローを管理します。トランクベースの開発、GitHub Flow、または GitFlow のいずれかを選択する場合、自動バージョニングのための従来のコミットの実装、品質ゲートのための Git フックの設定、または明確な所有権を持つモノリポジトリの整理に使用します。 ソース: ancoleman/ai-design-components。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/ancoleman/ai-design-components --skill managing-git-workflows
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

managing-git-workflows とは?

Git の分岐戦略、コミット規約、コラボレーション ワークフローを管理します。トランクベースの開発、GitHub Flow、または GitFlow のいずれかを選択する場合、自動バージョニングのための従来のコミットの実装、品質ゲートのための Git フックの設定、または明確な所有権を持つモノリポジトリの整理に使用します。 ソース: ancoleman/ai-design-components。

managing-git-workflows のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ancoleman/ai-design-components --skill managing-git-workflows インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/ancoleman/ai-design-components