github-automation
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
gh pr create --draft
Inspect Checks
gh pr checks
Best Practices
- Confirm repository and branch before external writes
- Inspect CI evidence before changing workflows
- Never publish, merge, or close without authorization
- Report the exact resulting URL or identifier
Loading supporting files
ruvnet/claude-flow · MIT · Revision 005a0ed25e64
Be the first to comment
Share what worked or leave a question for the creator.