github

Community

Retrieve and analyze GitHub data with gh.

AuthorThomascountz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you retrieve and analyze GitHub data without manual digging, enabling quick access to PRs, issues, runs, releases, and repository information for insights and automation.

Core Features & Use Cases

  • View repository details: Read repository metadata, languages, stargazers, and more
  • PR and issue analysis: List, view, and analyze PRs and issues for trends and metrics
  • Workflow & run insights: Inspect GitHub Actions runs, artifact data, and status
  • Code search & analytics: Query code across repos and perform complex data extraction (GraphQL examples)
  • Use Case: Generate a snapshot of recent activity and key metrics for a project board

Quick Start

Example: gh repo view owner/repo --json stargazers_count,open_issues_count

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: github
Download link: https://github.com/Thomascountz/claude_skills/archive/main.zip#github

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository