gh-issues

Fetch GitHub issues and automate fixes through parallel sub-agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/noname300989/Security-Claw --skill gh-issues-noname300989
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/noname300989/Security-Claw/tree/main/skills/gh-issues
Command: npx skills add https://github.com/noname300989/Security-Claw --skill gh-issues-noname300989

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying, fixing, and managing GitHub issues by spawning sub-agents to implement code changes and open pull requests.

Core Features & Use Cases

  • Automated Issue Triage: Fetches GitHub issues based on specified filters (labels, assignees, milestones).
  • Code Fix Implementation: Spawns sub-agents to analyze, fix, and commit code changes for issues.
  • Pull Request Management: Automatically opens pull requests for fixes and handles review comments.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create branches, commit fixes, and open PRs for review.

Quick Start

Use the gh-issues skill to fetch GitHub issues for the owner/repo 'openclaw/openclaw' with the label 'bug' and a limit of 5 issues.

Frequently Asked Questions about gh-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix GitHub issues and create pull requests?

Automating GitHub issue resolution requires spawning parallel sub-agents to fetch, analyze, and commit code fixes, which then automatically open pull requests for review. This manages the entire lifecycle from issue identification to PR creation.

Can I filter GitHub issues by labels or assignees before fixing them?

Filtering GitHub issues by labels, assignees, and milestones is supported during automated issue triage. This allows you to target specific bug categories or assigned tasks before spawning sub-agents to implement the necessary code fixes.

Does automated GitHub issue fixing work with fork-based repository workflows?

Fork-based workflows are fully supported alongside direct repository operations. The automation process handles branch creation, code commits, and pull request generation for both standard and forked GitHub repository environments.

Do I need Git CLI installed to automate pull request creation for code fixes?

Git CLI is optionally required for local operations during code fixing, while GitHub API access is strictly required. The Skill manages remote repository operations and pull request creation through the API without local Git dependencies.

How does automated code fixing handle pull request review comments?

Pull request review comments are managed automatically after fixes are submitted. The system handles the feedback loop by processing review comments on the generated code changes within the GitHub pull request workflow.