← 返回
未分类 Key 中文

GitHub Automation

Automate common GitHub tasks — create issues, check PR status, list repos, manage projects. Use when the user wants to interact with GitHub programmatically...
自动化 GitHub 常见任务:创建 issue、检查 PR 状态、列出仓库、管理项目。适用于需要程序化交互 GitHub 的用户。
cloudcompile
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 424
下载
💾 3
安装
1
版本
#latest

概述

GitHub Automation

Streamline GitHub workflows from the command line. Create issues, check PRs, manage repos without switching contexts.

Usage

create issue: fix login bug
check my prs
list repos
close issue #123

Features

Issues

  • Create issues with title/body/labels
  • List open/closed issues
  • Close or comment on issues
  • Search issues

Pull Requests

  • Check PR status and reviews
  • List open PRs
  • Comment on PRs
  • Check merge status

Repositories

  • List user/org repos
  • Check repo stats
  • Get recent commits
  • Check branch status

User

  • Check notifications
  • Get user profile info
  • List starred repos

Script

# Create issue
python scripts/gh_tool.py issue create "Title" "Body" --repo owner/repo --labels bug

# List PRs
python scripts/gh_tool.py pr list --repo owner/repo

# Check notifications
python scripts/gh_tool.py notifications

Authentication

Uses GITHUB_TOKEN environment variable. Set it in your env:

export GITHUB_TOKEN=ghp_your_token_here

Token Permissions Needed

  • repo - Repository access
  • issues - Issue management
  • pull_requests - PR access
  • notifications - Read notifications

Examples

create issue in myrepo: bug - login fails with 500 error
check prs for pollinations/pollinations.ai
list my repos
close issue #42 in cloudgptapi

Output

  • Success/failure confirmation
  • Issue/PR numbers and URLs
  • Formatted lists with key info
  • Direct links to GitHub

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:45 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

Code Explainer Tool

cloudcompile
用简明的英语解释任意代码片段或文件。粘贴代码 → 获得对其功能、工作原理和关键概念的清晰解释。当用户提供代码时使用。
★ 0 📥 330

Site Summarizer

cloudcompile
URL抓取与摘要生成。抓取URL,提取内容,生成摘要。可选缓存,支持自定义目录和TTL。适用于网页内容...
★ 1 📥 405

API Health Check

cloudcompile
检查热门AI API和服务的健康状态 — 包括OpenAI、Anthropic、Pollinations、OpenRouter、Gemini等。当用户想要了解时使用。
★ 0 📥 290