Developer Tools⭐ Featured Skill

GitHub CLI Assistant

GitHub CLI助手

Integrate GitHub CLI for managing Issues, PRs, Actions and repositories - perfect for developers who frequently work with GitHub.

githubcligitprissues
Install Command
npx openclaw skills install github
Version
1.0.0
Author
steipete
Updated
Sun Mar 15 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • 快速创建和管理 GitHub Issues
  • 查看、合并和处理 Pull Requests
  • 监控 Actions 运行状态
  • 搜索代码仓库和内容
  • Use Cases

  • **能源行业数据分析师**:自动获取能源行业 GitHub 项目
  • **DevOps 工程师**:管理项目 CI/CD 工作流
  • **技术文档作者**:跟踪文档修订历史
  • Installation

    npx openclaw skills install github

    能源行业示例

    # 查看能源数据集项目的最新 Issues

    gh issue list --repo owner/energy-project --limit 10

    # 创建新的数据报告 PR

    gh pr create --title "月度能源数据报告" --body "添加了三月数据"