fetch-unresolved-comments

Fetch Unresolved PR Review Comments

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fetch-unresolved-comments" with this command: npx skills add mlflow/mlflow/mlflow-mlflow-fetch-unresolved-comments

Fetch Unresolved PR Review Comments

Uses GitHub's GraphQL API to fetch only unresolved review thread comments from a pull request.

When to Use

  • You need to get only unresolved review comments from a PR

  • You want to filter out already-resolved feedback

Instructions

Get PR URL:

Run the skill:

uv run skills fetch-unresolved-comments <pr_url>

Example:

uv run skills fetch-unresolved-comments https://github.com/mlflow/mlflow/pull/18327

The script automatically reads the GitHub token from:

  • GH_TOKEN environment variable, or

  • gh auth token command if environment variables are not set

Example Output

{ "total": 3, "by_file": { ".github/workflows/resolve.yml": [ { "thread_id": "PRRT_kwDOAL...", "line": 40, "startLine": null, "diffHunk": "@@ -0,0 +1,245 @@\n+name: resolve...", "comments": [ { "id": 2437935275, "body": "We can remove this once we get the key.", "author": "harupy", "createdAt": "2025-10-17T00:53:20Z" }, { "id": 2437935276, "body": "Good catch, I'll update it.", "author": "contributor", "createdAt": "2025-10-17T01:10:15Z" } ] } ], ".gitignore": [ { "thread_id": "PRRT_kwDOAL...", "line": 133, "startLine": null, "diffHunk": "@@ -130,0 +133,2 @@\n+.claude/*", "comments": [ { "id": 2437935280, "body": "Should we add this to .gitignore?", "author": "reviewer", "createdAt": "2025-10-17T01:15:42Z" } ] } ] } }

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

searching-mlflow-docs

No summary provided by upstream source.

Repository SourceNeeds Review
General

analyzing-mlflow-session

No summary provided by upstream source.

Repository SourceNeeds Review
General

querying-mlflow-metrics

No summary provided by upstream source.

Repository SourceNeeds Review