fetch-diff | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / fetch-diff

fetch-diff

maintained by mlflow

star 23.9k account_tree 5.2k verified_user MIT License
bolt View GitHub

name: fetch-diff description: Fetch PR diff with filtering and line numbers for code review. allowed-tools:

  • Bash(uv run skills fetch-diff:*)

Fetch PR Diff

Fetches a pull request diff, filters out auto-generated files, and adds line numbers for easier review comment placement.

Usage

uv run skills fetch-diff <pr_url>

Example:

uv run skills fetch-diff https://github.com/mlflow/mlflow/pull/123

Token is auto-detected from GH_TOKEN env var or gh auth token.

Output Example

diff --git a/path/to/file.py b/path/to/file.py
index abc123..def456 100644
--- a/path/to/file.py
+++ b/path/to/file.py
@@ -10,7 +10,7 @@
10    10 |  import os
11    11 |  import sys
12    12 |  from typing import Optional
13       | -from old_module import OldClass
      14 | +from new_module import NewClass
14    15 |
15    16 |  def process_data(input_file: str) -> dict:

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 23.9k
GitHub Forks 5.2k
Created Jan 2026
Last Updated 4 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.