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