How this skill is triggered — by the user, by Claude, or both
Slash command
/bluecore:gitflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- ブランチ戦略決定・コミットメッセージ/PR記述・マージコンフリクト解決・リリース管理
詳細: references/branching-strategies.md
<type>(<scope>): <subject> — feat / fix / docs / refactor / test / chore / perf
詳細: references/commit-conventions.md
.gitignore+環境変数git checkout -b feature/name
git merge branch-name
git rebase main
git reset --soft HEAD~1
git revert HEAD
git stash push -m "message"
references/branching-strategies.md — ブランチ戦略詳細・コンフリクト解決references/commit-conventions.md — Conventional Commits・PRテンプレート・リリース管理search: git commit branch merge rebase
record: {"event_type": "git-workflow", "content": "Merged {branch} to main. Conflicts: {n}. Strategy: {strategy}"}
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub aokumablue/bluecore --plugin bluecore