tester_skill

# GitHub Issue Manager

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tester_skill" with this command: npx skills add tsiontesfayechromaway/tester

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

  • gh CLI must be authenticated (gh auth status)
  • Repository must be accessible via HTTPS or SSH

Configuration

# Optional: Set default repo
export GITHUB_REPO="owner/repo"
export GITHUB_TOKEN="ghp_xxx"  # Or use gh auth

Commands

List Issues

# 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

gh issue create --title "Fix login bug" --body "Description..." --label bug

View Issue Details

gh issue view 123

Usage in Agents

# Spawn agent to fix issue
spawn_subagent(
  task=f"Fix GitHub issue #{issue_number}: {title}. {description}"
)

Notes

  • Requires gh CLI installed
  • Authentication handled via gh auth
  • Rate limits apply (5000 requests/hour for authenticated users)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Dlazy One Click Generation

Short-video generation pipeline. Configure subject, script, TTS voiceover, BGM, and subtitle styling.

Registry SourceRecently Updated
Coding

Dlazy Video Generate

Video generation skill. Automatically selects the best dlazy CLI video model based on the prompt.

Registry SourceRecently Updated
Coding

Dlazy Audio Generate

Audio generation skill. Automatically selects the best dlazy CLI audio/TTS model based on the prompt. 音频生成技能。根据提示词自动选择最佳的 dlazy CLI 音频/TTS 模型。

Registry SourceRecently Updated
Coding

Dlazy Vidu Audio Clone

Clone voice and generate new text reading audio with one click using Vidu Audio Clone.

Registry SourceRecently Updated