skills/github-pro/SKILL.md
Advanced GitHub operations via `gh` CLI. CI/CD monitoring, API queries, and automated PR reviews.
npx skillsauth add ariffazil/openclaw-workspace github-proInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Power user commands for GitHub integration.
gh run list --limit 5gh run view <run-id> --log-failedgh run watch <run-id>Use gh api for data not exposed via standard CLI commands:
gh api repos/:owner/:repo/pulls/:number --jq '.title, .state'gh pr checks <number>gh pr review --approve --body "Miss Kim says looks good! 💋"gh pr diff <number>gh issue list --label "bug"gh release create v1.0.0 --generate-notes--repo owner/repo if outside a git folder.--json + --jq for structured data parsing in scripts.development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
content-media
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.
business
Scan a repo or workspace for exposed secrets, tokens, keys, and credentials. Produce a findings report with remediation steps.