Pr Review Triage

by cobusgreyling · development · security, skill

Triage open pull requests for CI status, review comments, and merge readiness. Use in PR babysitter loops. Respects project review norms and required checks.

Source: https://github.com/cobusgreyling/loop-engineering

Install

git clone https://github.com/cobusgreyling/loop-engineering

Tags: security, skill

125 GitHub stars · Source: skillsdirectory

About development MCP servers and Claude skills

development MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

Pr Review Triage is one of hundreds of development entries indexed on Skiln. Browse the full development category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related development MCPs and skills

  • Loop Budget by cobusgreyling

    Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.

  • Loop Verifier by cobusgreyling

    Independent verification agent for loop-produced changes. Finds reasons to reject. Runs tests. Confirms diff scope. Use after minimal-fix or any implementer sub-agent — never in the same role as the implementer.

  • Minimal Fix by cobusgreyling

    Produce the smallest possible code change that fixes a specific, well-scoped issue (CI failure, reviewer comment, typo). Use only when the fix target is explicit. Never refactor unrelated code.

  • Changelog Scan by cobusgreyling

    Scan recent merges/PRs/commits for release note content. Structured output for drafter.

  • Draft Release Notes by cobusgreyling

    Turn changelog-scan output into polished, categorized release notes draft. Propose only.

  • Dependency Triage by cobusgreyling

    Scan package manifests and lockfiles for outdated packages and known CVEs. Groups updates by risk (patch, minor, major). Use in dependency sweeper loops.

  • Post Merge Scan by cobusgreyling

    Scan recent merges to main for follow-up cleanup: TODOs, deprecations, broken doc links, stale flags. Use in post-merge cleanup loops.

  • Absolute by maddhruv

    A focused development workflow engine for AI coding agents, invoked as `/absolute <command> [target]`. One skill, eleven commands. One sets it up: `init` (interview how you want absolute to behave + detect the stack once, then write JSON config — `.absolute.config.json` per project and `~/.absolute/config.json` for user defaults and per-project overrides — that every other command reads instead of re-detecting; non-blocking, the others soft-recommend it). Five cover the build loop you run eve...

Frequently asked questions

How do I install Pr Review Triage?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support Pr Review Triage?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is Pr Review Triage free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.