Skip to content

Add task init and push-before-PR docs to flow-cli skill#12

Merged
milldr merged 2 commits intomainfrom
fix/push-before-pr
Feb 26, 2026
Merged

Add task init and push-before-PR docs to flow-cli skill#12
milldr merged 2 commits intomainfrom
fix/push-before-pr

Conversation

@milldr
Copy link
Owner

@milldr milldr commented Feb 26, 2026

What

Adds two missing sections to the default flow-cli skill template:

  • Task Initialization — step-by-step instructions for bootstrapping a fresh workspace from a user prompt
  • Pushing and Creating PRs — documents that git push -u origin HEAD must precede gh pr create

Why

flow render creates feature branches locally. When Claude tries to create a PR without pushing first, gh fails with "you must first push the current branch to a remote." This was a recurring error across workspaces. The skill template now explicitly guides the agent through the correct workflow.

@milldr milldr added the minor Minor version bump label Feb 26, 2026
@milldr milldr merged commit 86c2ead into main Feb 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant