Fetch GitHub repository metadata and project files, generate an evidence-based repository evaluation, and save the evaluation into the target knowledge base.
Integrations
Evez Github Manager
Try itManage GitHub repositories, pull requests, issues, and workflows from OpenClaw. Use when reviewing PRs, managing issues, automating GitHub Actions, syncing r...
What it does
Manage GitHub repositories, pull requests, issues, and workflows from OpenClaw. Use when reviewing PRs, managing issues, automating GitHub Actions, syncing repos, or coordinating multi-repo workflows. Covers PR review automation, issue triage, branch management, and release coordination.
The skill document
GitHub PR Manager
Manage GitHub repos, PRs, and issues directly from OpenClaw.
Quick Start
python3 scripts/github_manager.py prs --repo EvezArt/evez-api
python3 scripts/github_manager.py issues --repo EvezArt/clawbreak
python3 scripts/github_manager.py review --repo EvezArt/evez-api --pr 42
Features
- PR Management: List, review, merge, comment on PRs
- Issue Triage: List, label, assign, close issues
- Branch Management: List, create, delete branches
- Release Coordination: Create releases, upload assets
- Workflow Status: Check GitHub Actions run status
- Multi-Repo Sync: Apply changes across multiple repos
Auth
Requires GITHUB_TOKEN env var. Get one at https://github.com/settings/tokens
Or use Composio integration (already configured).
Related skills
Give AI agents Remember GitHub issues and PRs. using BlueColumn persistent memory. Use when an agent tracks repos, issues, and pull requests; when the user wants to store, recall, or search github memory context. Requires a BlueColumn API key (bc_live_*).
Generate a 1-on-1 brief from GitHub activity. Fully deterministic pipeline — 5 tool calls, zero sub-agent spawns.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
GitHub (github.com). Use this skill for ANY GitHub request — reading, creating, updating, and deleting data. Whenever a task involves GitHub, use this skill instead of calling the API directly.
Local GitHub repository helper for search, clone, sync, and issue/PR inspection workflows. Use when users mention github/repo/repository, ask to download or...