dub-flow
Installation
SKILL.md
DubStack PR Flow
Use this skill when a user asks to "create a PR" or "submit this" from staged changes, especially when you want the CLI path to mirror dub flow.
Goal
Produce a clean, reviewable stack operation with:
- suggested branch name
- suggested commit message
- suggested PR description
- optional issue linkage
- execution via
dub flowwhen AI is available, ordub create+dub submitwhen manual mode is required
Preconditions
- Current directory is a git repo.
- Staged changes exist (or user explicitly wants help staging).
ghauth is configured for PR operations.- If using AI flow,
dub config ai-assistant onis enabled for the repo.
Related skills