✓ Verified
💻 Development
✓ Enhanced Data
Tester
Fetch GitHub issues, spawn sub-agents to implement fixes, open PRs, and monitor review comments.
- Rating
- 3.9 (200 reviews)
- Downloads
- 4,200 downloads
- Version
- 1.0.0
Overview
Fetch GitHub issues, spawn sub-agents to implement fixes, open PRs, and monitor review comments.
Complete Documentation
View Source →GitHub Issue Manager
Fetch GitHub issues, spawn sub-agents to implement fixes, open PRs, and monitor review comments.
Overview
This skill enables autonomous issue management on GitHub repositories. It can:
- List and filter issues by labels, milestones, assignees
- Spawn sub-agents to work on fixes
- Create PRs with automated descriptions
- Track PR review status and respond to comments
Prerequisites
ghCLI must be authenticated (gh auth status)- Repository must be accessible via HTTPS or SSH
Configuration
bash
# Optional: Set default repo
export GITHUB_REPO="owner/repo"
export GITHUB_TOKEN="ghp_xxx" # Or use gh auth
Commands
List Issues
bash
# All open issues
gh issue list
# With labels
gh issue list --label "bug" --label "priority"
# Assigned to you
gh issue list --assignee "@me"
Create Issue
bash
gh issue create --title "Fix login bug" --body "Description..." --label bug
View Issue Details
bash
gh issue view 123
Usage in Agents
python
# Spawn agent to fix issue
spawn_subagent(
task=f"Fix GitHub issue #{issue_number}: {title}. {description}"
)
Notes
- Requires
ghCLI installed - Authentication handled via
gh auth - Rate limits apply (5000 requests/hour for authenticated users)
Installation
Terminal bash
openclaw install tester
Copied!
💻Code Examples
export GITHUB_TOKEN="ghp_xxx" # Or use gh auth
export-githubtokenghpxxx--or-use-gh-auth.txt
## Commands
### List Issuesexample.sh
# Optional: Set default repo
export GITHUB_REPO="owner/repo"
export GITHUB_TOKEN="ghp_xxx" # Or use gh authexample.sh
# All open issues
gh issue list
# With labels
gh issue list --label "bug" --label "priority"
# Assigned to you
gh issue list --assignee "@me"example.py
# Spawn agent to fix issue
spawn_subagent(
task=f"Fix GitHub issue #{issue_number}: {title}. {description}"
)⚙️Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
GITHUB_REPO | string | owner/repo | - |
GITHUB_TOKEN | string | ghp_xxx | - |
Tags
#web_and-frontend-development
#github
#git
Quick Info
Category Development
Model Claude 3.5
Complexity Multi-Agent
Author tsiontesfayechromaway
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install tester
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0