gh-issues-proFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
Install via ClawdBot CLI:
clawdbot install hsyhph/gh-issues-proGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/owner/repo.gitUses known external API (expected, informational)
api.github.comAudited Apr 17, 2026 · audit v1.0
Generated May 24, 2026
Maintainers of open-source repositories can use this skill to automatically fetch labeled bugs, spawn sub-agents to implement fixes, create pull requests, and monitor review comments. This reduces manual triage and speeds up resolution times.
Development teams within a company can automate the process of handling internal GitHub issues. The skill filters issues by label, milestone, or assignee, and delegates fixes to sub-agents, integrating seamlessly with existing workflows.
Teams can use the --reviews-only flag to continuously monitor open pull requests for new review comments and spawn sub-agents to address them, ensuring faster iteration and code quality maintenance.
Set up a cron job to run the skill periodically (e.g., nightly) using --cron mode. It fetches new issues, spawns fixes, and opens PRs without manual intervention, ideal for large projects with many incoming bugs.
Contributors who cannot push directly to a repository can use --fork to specify their fork. The skill pushes branches to the fork and creates PRs to the source repo, streamlining external contributions.
Offer this skill as part of a subscription service for automated issue resolution and PR management, targeting development teams that want to reduce manual overhead.
Provide a service where maintainers pay for automated bot-assisted issue fixing on their repositories. The skill handles the heavy lifting, and the service provider charges per issue resolved.
Integrate the skill into a broader developer productivity platform with a free tier (limited issues per month) and paid plans for higher limits, additional features like priority support, and advanced customization.
💬 Integration Tip
Ensure GH_TOKEN is properly set in the environment or OpenClaw config, and that required bins (curl, git, gh) are installed. The skill relies on curl via exec, so verify system availability.
Scored May 24, 2026
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.
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Analyzes git commit frequency, categories, and timing to assess autonomous operation health and detect idle or breakthrough periods.