Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
github-ops
// Use this skill for tw93.github.io issue, PR, and publishing operations via gh CLI.
$ git log --oneline --stat
stars:217
forks:54
updated:2026년 5월 13일 02:59
SKILL.md
// Use this skill for tw93.github.io issue, PR, and publishing operations via gh CLI.
| name | github-ops |
| description | Use this skill for tw93.github.io issue, PR, and publishing operations via gh CLI. |
Use this skill when working with GitHub issues, pull requests, or publishing tasks for the blog.
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=jekyll.yml --limit 10
gh run list --workflow=sync-ai-data.yml --limit 10
npm run build before release or deployment-adjacent changes..github/workflows/sync-ai-data.yml and confirm required secrets before proposing a run.Summarize the GitHub state, the proposed action, and any verification command that should run before publishing.