---
name: ruvnet/github-automation
source: https://app.decimal.ai/s/ruvnet-github-automation@1/SKILL.md
source_sha256: 9e768361cb02
---

# 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