Developer Tools⭐ Featured

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

  • Quickly create and manage GitHub Issues
  • View, merge and handle Pull Requests
  • Monitor Actions run status
  • Search code repositories and content
  • Use Cases

  • **Energy Industry Data Analyst**: Automatically fetch energy industry GitHub projects
  • **DevOps Engineer**: Manage project CI/CD workflows
  • **Technical Writer**: Track documentation revision history
  • Installation

    npx openclaw skills install github

    Energy Industry Examples

    # View latest Issues for energy dataset project

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

    # Create a new data report PR

    gh pr create --title "Monthly Energy Data Report" --body "Added March data"