Search for issues and pull requests across Comfy-Org GitHub repositories. Use when the user wants to find specific issues, bugs, features, or pull requests in ComfyUI-related repositories.
This skill searches for issues and pull requests across all Comfy-Org repositories using the GitHub API.
prbot github-issue search -q "<SEARCH_QUERY>" [-l <LIMIT>]
-q, --query (required): Search query text-l, --limit (optional): Maximum number of results to return (default: 10)The search supports GitHub's issue search syntax:
authentication bugis:open, is:closedis:issue, is:prlabel:bug, label:enhancementauthor:usernamecreated:>2024-01-01# Search for open bugs
prbot github-issue search -q "is:open label:bug" -l 10
# Find authentication-related issues
prbot github-issue search -q "authentication bug"
# Search for closed pull requests
prbot github-issue search -q "is:pr is:closed" -l 5
# Find issues by author
prbot github-issue search -q "author:snomiao is:open"
# Search with date filter
prbot github-issue search -q "created:>2024-12-01 is:open"
Returns results with:
Searches across all Comfy-Org repositories including:
npx skills add Comfy-Org/github-issue-search下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer