🔍
QualityPython

Triage PR Reviews

by stickerdaniel

Triage PR Reviews is a Quality skill for Claude Code, published by stickerdaniel in linkedin-mcp-server.

3.1K stars543 forkson stickerdaniel/linkedin-mcp-serverAdded 2026/08/17+1% in starsRepository updated 2026/08/15
ai-agentsanthropicchatgptchatgpt-desktopclaudeclaude-aiclaude-codeclaude-desktopdesktop-extensiondxtlinkedinlinkedin-apilinkedin-mcplinkedin-profile-scraperlinkedin-scrapermcpmcp-servermodel-context-protocolpython
Install in seconds
Install Triage PR Reviews
Copy Triage PR Reviews into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/stickerdaniel/linkedin-mcp-server/tree/main/.agents/skills/triage-reviews ~/.claude/skills/triage-reviews

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/stickerdaniel/linkedin-mcp-server.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/triage-reviews/SKILL.md in stickerdaniel/linkedin-mcp-server
Installs to
~/.claude/skills/triage-reviews
Collection
One of 5 skills cataloged from this repository
Category
Quality1354 skills

What Triage PR Reviews does

Triage PR Reviews fetches all review comments on a pull request, verifies each finding against the actual code, fixes valid issues, replies on each thread, and resolves them.

Triage PR Reviews is cataloged under Quality on DirSkills. Triage PR Reviews comes from a repository tagged ai-agents, anthropic, chatgpt, chatgpt-desktop and claude.

Documentation

README

Triage PR Review Comments

Fetch all review comments on the current PR, verify each finding against real code, fix valid issues, and push.

Phase 1: Gather Comments

  1. Determine the PR number:

    • Use $ARGUMENTS if provided
    • Otherwise: gh pr view --json number --jq .number
  2. Fetch ALL comments (reviewers post in multiple places):

    gh api --paginate repos/{owner}/{repo}/pulls/{pr}/reviews
    gh api --paginate repos/{owner}/{repo}/pulls/{pr}/comments
    gh api --paginate repos/{owner}/{repo}/issues/{pr}/comments
    
  3. Extract unique findings — deduplicate across Copilot, Greptile, and human reviewers. Group by file and line.

Phase 2: Verify Each Finding

For EVERY finding, verify against real code before accepting or rejecting:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Triage PR Reviews

  • What else does stickerdaniel publish alongside Triage PR Reviews?

    Triage PR Reviews is one of 5 skills that DirSkills catalogs from stickerdaniel/linkedin-mcp-server, the repository it ships in. Its siblings there include BTCA Local, Reproduce LinkedIn Issue and Triage Issues and PRs. Each one is a separate skill with its own page in this directory, installs the same way Triage PR Reviews does, and is maintained by stickerdaniel in that same repository. The rest of the collection is listed on the stickerdaniel/linkedin-mcp-server page.

  • How does Triage PR Reviews compare to other Quality skills?

    Triage PR Reviews ranks #416 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Triage PR Reviews against them. Open each page to compare what they document and how they install.

More from stickerdaniel/linkedin-mcp-server

Triage PR Reviews is one of 5 skills cataloged on DirSkills from stickerdaniel/linkedin-mcp-server.

See all 5 skills