File contents GitHub Automation Skill
Purpose
GitHub workflow automation, PR management, and repository coordination.
When to Trigger
Creating pull requests
Managing issues
Setting up CI/CD workflows
Code review automation
Release management
Commands
Create Pull Request
gh pr create --title "feat: description" --body "## Summary\n..."
Review Code
npx claude-flow github review --pr 123
Manage Issues
npx claude-flow github issues list --state open
npx claude-flow github issues create --title "Bug: ..."
Setup Workflow
npx claude-flow workflow create --template ci
Release Management
npx claude-flow deployment release --version 1.0.0
Agent Types
Agent
Role
pr-manager
Pull request lifecycle
code-review-swarm
Automated code review
issue-tracker
Issue management
release-manager
Release automation
workflow-automation
GitHub Actions
Best Practices
Use conventional commits
Require reviews before merge
Run CI on all PRs
Automate release notes
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: ruvnet-claude-flow-github-automation 3 description: GitHub Automation Skill 4 --- 5 6 # GitHub Automation Skill 7 8 ## Purpose 9 GitHub workflow automation, PR management, and repository coordination. 10 11 ## When to Trigger 12 - Creating pull requests 13 - Managing issues 14 - Setting up CI/CD workflows 15 - Code review automation 16 - Release management 17 18 ## Commands 19 20 ### Create Pull Request 21 ```bash 22 gh pr create --title "feat: description" --body "## Summary\n..." 23 ``` 24 25 ### Review Code 26 ```bash 27 npx claude-flow github review --pr 123 28 ``` 29 30 ### Manage Issues 31 ```bash 32 npx claude-flow github issues list --state open 33 npx claude-flow github issues create --title "Bug: ..." 34 ``` 35 36 ### Setup Workflow 37 ```bash 38 npx claude-flow workflow create --template ci 39 ``` 40 41 ### Release Management 42 ```bash 43 npx claude-flow deployment release --version 1.0.0 44 ``` 45 46 ## Agent Types 47 48 | Agent | Role | 49 |-------|------| 50 | `pr-manager` | Pull request lifecycle | 51 | `code-review-swarm` | Automated code review | 52 | `issue-tracker` | Issue management | 53 | `release-manager` | Release automation | 54 | `workflow-automation` | GitHub Actions | 55 56 ## Best Practices 57 1. Use conventional commits 58 2. Require reviews before merge 59 3. Run CI on all PRs 60 4. Automate release notes 61 62 --- 63 > Converted and distributed by [TomeVault](https://tomevault.io/claim/ruvnet) — claim your Tome and manage your conversions. 64 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/ruvnet--claude-flow--github-automation commit a1c031b0ba
Frequently asked questions How do I install the Ruvnet Claude Flow Github Automation skill? Run npx skillmds@latest add tomevault-io/ruvnet-claude-flow-github-automation in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Ruvnet Claude Flow Github Automation skill do? GitHub Automation Skill It is listed under Coding & Dev Tools on SkillMD.
Is Ruvnet Claude Flow Github Automation safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Ruvnet Claude Flow Github Automation? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Ruvnet Claude Flow Github Automation free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Ruvnet Claude Flow Github Automation? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.