LaunchKit · 2026
Back to Skills

Fetch GitHub issues, spawn sub-agents to implement fixes, open PRs, and monitor review comments.

0
406 downloads
by @tsiontesfayechromaway

Setup & Installation

openclaw skills install @tsiontesfayechromaway/tester

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tester

What This Skill Does

Manages GitHub issues autonomously by listing, filtering, and routing work to sub-agents. It creates pull requests with automated descriptions and tracks review comments until issues are resolved.

Automates the full issue-to-PR loop without manual context switching between GitHub UI, local editor, and CLI.

When to use it

  • Triaging open bugs by label before a sprint
  • Auto-assigning fixes to sub-agents when new issues arrive
  • Opening PRs with descriptions generated from issue context
  • Filtering milestone issues ahead of a release
  • Monitoring PR review comments for requested changes

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Fix all open bugs labeled 'priority' in owner/repo

AGENT
  1. 1List open issues with label 'priority' using gh CLI
  2. 2Filter issues to identify actionable bug reports
  3. 3Spawn a sub-agent per issue with the title and description as context
  4. 4Each sub-agent implements a fix and opens a PR with an automated description
  5. 5Monitor new review comments on open PRs and respond to change requests
OUTPUT

Open pull requests for each priority bug, each linked to its source issue with an automated description

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

GitHub account with repository accessgh CLI installed and authenticated via gh auth loginGITHUB_TOKEN environment variable (optional, alternative to gh auth)