Non-Compliant Skill: Direct gh Calls
This skill iterates PRs and calls gh directly instead of dispatching to a node.
How It Works
- List all open PRs:
gh pr list --repo OmniNode-ai/omniclaude --json number,title
- For each result, enable auto-merge:
gh pr merge --auto --squash 123
- Report results.