スキル一覧に戻る
FradSer

gitflow-workflow

by FradSer

gitflow-workflowは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

187🍴 17📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: gitflow-workflow description: Use this skill for GitFlow tasks: starting/finishing features, releases, hotfixes; managing branches; versioning; or general GitFlow operations. user-invocable: false allowed-tools: Read version: 0.1.0

Purpose

All detailed command manuals live under ./references/ and should be consulted when you need exact flags/options.

Required invariants (used by the 6 skills)

Preflight

  • Working tree should be clean before start/finish operations.
  • Confirm current branch and that the branch type matches the operation (feature/*, hotfix/*, release/*).
  • Identify the active workflow preset (Classic GitFlow vs GitHub Flow vs GitLab Flow) before deciding base/target branches.

Branch naming

  • Use kebab-case and a strict prefix: <type>/<kebab-case> (e.g. feature/user-authentication).

Finish behavior

  • Prefer non-fast-forward merges when finishing (e.g. --no-ff) to preserve a visible integration history, unless the repo workflow config says otherwise.
  • Run tests if available before finishing; fix failures before merging.
  • After finishing hotfix/release, ensure the integration branch receives the changes (often merging back into develop).
  • Delete topic branches locally and remotely after finishing when policy allows.

Minimal templates (what the 6 skills assume)

The operation-specific templates have been moved into the corresponding start-* / finish-* skills to keep those tasks self-contained.

Reference index

  • ./references/context-gathering.md
  • ./references/naming-rules.md
  • ./references/workflow-presets.md
  • ./references/versioning-and-tags.md
  • ./references/commands-core.md
  • ./references/commands-topic.md

External References

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です