---
title: Turn GitHub Issues into Fix PRs
slug: turn-github-issues-into-fix-prs
description: Use the gh-issues workflow to fetch filtered GitHub issues, spawn sub-agents for fixes, open PRs, and follow review comments. This is a bounded backlog-to-PR operator loop, not a general GitHub product listing.
github_stars: 356821
verification: security_reviewed
source: https://github.com/openclaw/openclaw/tree/main/skills/gh-issues
category: Developer Tools
framework: OpenClaw
tool_ecosystem:
  github_repo: openclaw/openclaw
---
# Turn GitHub Issues into Fix PRs

Use the gh-issues workflow to fetch filtered GitHub issues, spawn sub-agents for fixes, open PRs, and follow review comments. This is a bounded backlog-to-PR operator loop, not a general GitHub product listing.

## Installation

1. Clone this skill repository.
2. Open this skill folder.
3. Review prerequisites and setup needs.
4. Install required dependencies.
5. Run and test in your environment.

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/turn-github-issues-into-fix-prs/)
