Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기github
스타154
포크2
업데이트2026년 5월 1일 19:45
GitHub operations via the gh CLI
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
GitHub operations via the gh CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
Read-only retrieval over the daily-digest kept set. Slash-invoke with `/librarian <question>`; returns items verbatim with citations.
Math calculations and unit conversions
Parse and analyze CSV data
Analyze disk usage and find large files
| name | github |
| description | GitHub operations via the gh CLI |
| disable-model-invocation | true |
| metadata | {"wirken":{"requires":{"bins":["gh"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Use the gh CLI for GitHub operations. The user must be authenticated (gh auth login).
gh repo listgh repo view owner/repogh issue list -R owner/repogh issue create -R owner/repo --title "Title" --body "Body"gh pr list -R owner/repogh pr view 123 -R owner/repogh pr create --title "Title" --body "Body"gh run list -R owner/repo --limit 5gh run view <run-id> --log-failedgh repo star owner/repogh repo clone owner/repogh search code "pattern" -R owner/repogh search issues "query" -R owner/repo--json flag for machine-readable output: gh issue list --json number,title,state--jq for filtering: gh pr list --json title,url --jq '.[].url'-R owner/repo to target a specific repository