.agents/skills/github-ops/SKILL.md
Use this skill when working with GitHub issues, pull requests, releases, or Actions runs for MiaoYan.
Always inspect live GitHub state with gh before acting.
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>
Summarize the GitHub state, proposed action, and the verification command or workflow status that supports it.