# Github Ops

> GitHub issues, PRs, releases, and workflow inspection for MiaoYan via gh CLI.

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

---


# MiaoYan GitHub Operations

Use this skill when working with GitHub issues, pull requests, releases, or Actions runs for MiaoYan.

## Golden Rule

Always inspect live GitHub state with `gh` before acting.

## Common Commands

```bash
gh issue view 123
gh issue list --state open
gh pr view 123
gh pr diff 123
gh pr checks 123
gh release list
gh release view V1.0.0
gh run list --limit 10
gh run view <run-id>
```

## Safety Rules

- Do not comment on issues or PRs without explicit maintainer approval.
- Do not close issues, create PRs, merge, tag, or publish releases unless asked.
- Draft replies in the same language as the thread.
- For release publishing, use the release skill and verify version alignment first.

## Output

Summarize the GitHub state, proposed action, and the verification command or workflow status that supports it.

