GitHub workflow automation for issues, pull requests, CI, and releases. Use when: repository hosting actions are explicitly requested. Skip when: local git operations are sufficient or publishing is unauthorized.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add ruvnet/ruflo --skill github-automation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Github Automation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ruvnet-github-automation-ruflo)More formats (shields.io, HTML) on the badges page.
---
name: github-automation
description: >
GitHub workflow automation for issues, pull requests, CI, and releases.
Use when: repository hosting actions are explicitly requested.
Skip when: local git operations are sufficient or publishing is unauthorized.
---
# GitHub Automation Skill
## Purpose
Automate GitHub workflows while keeping external writes explicit and scoped.
## Commands
### Create Pull Request
```bash
gh pr create --draft
```
### Inspect Checks
```bash
gh pr checks
```
## Best Practices
1. Confirm repository and branch before external writes
2. Inspect CI evidence before changing workflows
3. Never publish, merge, or close without authorization
4. Report the exact resulting URL or identifier
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!