github-api

Community

Instantly analyze GitHub content, no HTML parsing.

Authorfranklinbaldo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the need for manual navigation or complex HTML parsing when analyzing GitHub content. It provides direct, plain-text access to diffs, patches, and raw files, saving you time and simplifying code review and analysis tasks.

Core Features & Use Cases

  • Direct Diff/Patch Access: Transform PR and commit URLs to get unified diffs or full patches for easy code review.
  • Raw File Content: Instantly fetch the raw text of any file on GitHub, perfect for configuration or script analysis.
  • Smart Fallback: Automatically attempts plain text access and falls back to HTML if necessary (e.g., for comments).
  • Use Case: When a colleague shares a GitHub PR link, use this Skill to immediately fetch the .diff and provide a concise code review summary, highlighting key changes without opening a browser.

Quick Start

Use the github-api skill to get the diff for this pull request: https://github.com/franklinbaldo/egregora/pull/600

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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-api
Download link: https://github.com/franklinbaldo/egregora/archive/main.zip#github-api

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