# Github

> GitHub PR and issue workflows via gh CLI — read-only by default; merge requires approval.

- Skill: `otto-haus/github` (Agent Skill)
- Install (CLI): `npx skillmds@latest add otto-haus/github`
- Raw SKILL.md: https://api.skillmd.com/api/skills/otto-haus/github/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: otto-haus (https://skillmd.com/u/otto-haus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/otto-haus/github

---


# GitHub skill (stub)

## Triggers

- pull request, PR review, gh cli, merge, issue triage

## Constraints

- **Green:** list PRs, read diffs, comment drafts locally
- **Yellow:** create branch, push feature branch, open PR
- **Red:** merge to main, force-push, delete repo — explicit approval required

## Approval

Merge and protected-branch writes are one-way doors. Run `autonomy.evaluateAction` before executing.

## Autonomy

- `github.read`: green
- `github.push_branch`: yellow
- `github.merge`: red

