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.testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.