npx claudepluginhub salimhamed/claude-code-flow --plugin flowThis skill is limited to using the following tools:
**Scripts live next to this SKILL.md, not in the user's project.** Before
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Scripts live next to this SKILL.md, not in the user's project. Before
running any script, determine the directory containing this SKILL.md file. Use
that absolute path as {SKILL_DIR} when constructing script paths below.
!read references/usage.md
This skill accepts an optional argument with additional instructions for the description.
Example: /flow:pr-desc include a ## Usage section showing how to use each skill
If provided, incorporate these instructions into the description format below.
Run the gather script, passing the user's project directory with -C:
python {SKILL_DIR}/scripts/gather_context.py -C <user-project-directory>
Check these in the JSON output BEFORE proceeding:
pr_number is null, STOP and say: "Error: No PR exists
for this branch. Use /flow:pr-create to create one first."Update the PR body:
python {SKILL_DIR}/scripts/update_description.py -C <user-project-directory> --body "<new body>"
Use this structure as a base:
## Summary
- <bullet 1: main change, start with verb>
- <bullet 2: supporting change or context>
- <optional bullet 3-4 if needed>
If user provided additional instructions, add the requested sections after ## Summary.
Rules:
After updating, output:
Updated PR #<number> description
<url>