Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:8,268
forks:486
updated:2026年5月5日 04:12
SKILL.md
| name | github-ops |
| description | GitHub issues, PRs, releases, and workflow inspection for MiaoYan via gh CLI. |
| version | 1.1.0 |
| allowed-tools | ["Bash","Read"] |
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.
Prepare, validate, and publish a MiaoYan direct-download GitHub Release. Not for App Store builds.
Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases.
MiaoYan project adapter for Waza check/code-review. Use for Swift, AppKit, iOS target, and release-safety review.
Run SwiftLint and swift-format checks on MiaoYan. Not for auto-fix on save (hook handles that).