Analyze Git changes and suggest appropriate branch names. Use when user mentions ブランチ名, ブランチ作成, branch name.
From shipnpx claudepluginhub thkt/dotclaude --plugin toolkit[context or ticket number]opuscheckout//SKILLRuns `yarn extract-errors` on React project to detect new error messages needing codes, reports them, and verifies existing codes are up to date.
/SKILLManages major dependency upgrades via compatibility analysis, staged rollouts with npm/yarn, and testing for frameworks like React.
/SKILLEvaluates LLMs on 60+ benchmarks (MMLU, HumanEval, GSM8K) using lm-eval harness. Provides CLI commands for HuggingFace/vLLM models, task lists, and evaluation checklists.
/SKILLApplies STRIDE methodology to identify system threats and generates threat model docs with DFDs, assets, STRIDE tables, and mitigations.
/SKILLApplies systematic debugging strategies to track down bugs, performance issues, and unexpected behavior using checklists, scientific method, and testing techniques.
/SKILLSummarizes content from URLs, local files, podcasts, and YouTube videos. Extracts transcripts with --extract-only flag. Supports AI models, lengths, and JSON output.
Analyze current Git changes and suggest appropriate branch names.
$1 (optional)$1 is empty → analyze git diff/status only| Type | Name | Purpose |
|---|---|---|
| Agent | branch-generator | Branch name gen (fork) |
| Step | Action |
|---|---|
| 1 | Task with subagent_type: branch-generator, mode: "dontAsk" |
| 2 | Present options via AskUserQuestion |
| 3 | Create selected branch |
[Generator YAML] → [Options] → [User Selection] → [Execute]
Present generator options as choices with reasons.
Created branch: [selected-branch-name]
| Check | Required |
|---|---|
Task called with subagent_type: branch-generator? | Yes |