在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
github-ops
// Use this skill for Weekly GitHub issue, PR, and publishing operations via gh CLI.
$ git log --oneline --stat
stars:857
forks:134
updated:2026年5月6日 02:32
SKILL.md
// Use this skill for Weekly GitHub issue, PR, and publishing operations via gh CLI.
| name | github-ops |
| description | Use this skill for Weekly GitHub issue, PR, and publishing operations via gh CLI. |
Use this skill when working with GitHub issues, pull requests, or publishing tasks for Weekly.
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 run list --limit 10
gh run list --workflow=build.yml --limit 10
gh run list --workflow=translate-posts.yml --limit 10
pnpm build before release or deployment-adjacent changes.GROK_API_KEY and writes missing files under src/pages/en/posts/; inspect the diff before proposing publication.Summarize the GitHub state, the proposed action, and any verification command that should run before publishing.