← スキル一覧に戻る

using-flo
by jasonkuhrt
Tool configurations
⭐ 1🍴 0📅 2026年1月22日
SKILL.md
name: using-flo description: Guidance for using the flo CLI to manage git worktrees from GitHub issues. Use when starting work on issues, cleaning up finished work, or managing multiple parallel workstreams.
Using Flo
Flo creates git worktrees from GitHub issues with automatic Claude context setup.
Commands
| Command | Purpose |
|---|---|
flo [issue] | Start work - create worktree from issue or branch |
flo end | End work - merge PR, delete worktree, sync main |
flo list | List all worktrees |
flo prune | Clean up metadata for manually deleted worktrees |
Starting Work
# From GitHub issue (fetches issue, creates branch, sets up Claude context)
flo 123
# From branch name (no GitHub integration)
flo feat/experiment
# Interactive picker (shows open issues)
flo
Issue mode auto:
- Assigns issue to you
- Creates branch:
feat/123-title,fix/123-title, etc. - Generates
.claude/issue.mdwith issue context - Copies Serena cache if present
- Runs
pnpm install
Ending Work
# Merge PR, delete worktree/branch, sync main (default)
flo end
# Abandon work (close PR without merging)
flo end --resolve abort
# Skip validations (dirty worktree, failing checks)
flo end --force
# Clean up locally, don't touch PR
flo end --ignore pr
# Preview without executing
flo end --dry
Worktree Layout
~/projects/myproject/ (main repo)
~/projects/myproject_feat-123-add-auth/ (worktree)
~/projects/myproject_fix-456-bug/ (worktree)
Notes
- Always use
flo end(notrm -rf) to clean up worktrees - If you did
rm -rf, runflo pruneto clean git metadata - Run
flo -horflo <command> -hfor detailed help
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です



