/install github-flow
GitHub Flow
Convert plans, research, and implementation results into GitHub issues and PRs.
Topics
| Topic | Description | Guide |
|---|---|---|
| plan-to-issue | Convert plan/research MD to GitHub issue body or comments | plan-to-issue.md |
| pr | Create PR with structured body, test plan, and optional visual attachments | pr.md |
| review | Review PR code and post structured review comments | review.md |
Applicability
This skill applies automatically when git remote get-url origin contains github.com. For non-GitHub remotes (GitLab, Bitbucket, etc.), this skill does not apply.
Core Rules
1. Verification Plan Required
Every issue body and PR body must include a verification/test plan section. This is shared with code-workflow's plan step.
2. No Internal Paths in Issues/PRs
.ralph/docs/, .ralph/fix_plan.md, .omc/ and other internal working paths must never appear in GitHub issue body, comments, or PR body. These are local-only artifacts.
Instead of: "See .ralph/docs/generated/plan-180.md"
Write: The actual content inline, or "See the implementation plan comment below"
3. Body vs Comment Selection
| Content Type | Target | Reason |
|---|---|---|
| Implementation plan (confirmed) | Issue body update | Stable reference for the issue |
| Checklist (impl/verify) | Issue body update | Trackable via GitHub checkbox |
| Discussion items / open questions | Issue comment | Threaded, time-stamped, doesn't clutter body |
| Progress updates | Issue comment | Chronological record |
| Review feedback summary | Issue comment | Preserves review history |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-flow - After installation, invoke the skill by name or use
/github-flow - Provide required inputs per the skill's parameter spec and get structured output
What is GitHub Flow?
GitHub issue and PR workflow automation. plan-to-issue - convert plan/research MD to GitHub issue body/comments [plan-to-issue.md], pr - create PR with struc... It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install GitHub Flow?
Run "/install github-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub Flow free?
Yes, GitHub Flow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GitHub Flow support?
GitHub Flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub Flow?
It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.