Pr Feedback Classifier

🏢Official
by dagster-io · vlatest · Repository

This skill automatically analyzes pull request feedback to categorize sentiment and identify key issues, streamlining review processes.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add pr-feedback-classifier npx -- -y @trustedskills/pr-feedback-classifier
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "pr-feedback-classifier": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/pr-feedback-classifier"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The pr-feedback-classifier skill automatically analyzes pull request descriptions and comments to categorize feedback into specific, actionable buckets. It helps teams streamline code review workflows by identifying critical issues, suggestions, or general discussion points without manual sorting.

When to use it

  • Automate triage: Instantly sort incoming PRs based on whether they contain bugs, feature requests, or documentation updates.
  • Prioritize reviews: Highlight critical security vulnerabilities or breaking changes so senior engineers can address them first.
  • Reduce noise: Filter out minor stylistic comments from major architectural discussions to keep focus areas distinct.
  • Track sentiment: Detect negative feedback patterns early in the review cycle to prevent merge blockers later.

Key capabilities

  • Parses raw PR text and comment threads for semantic meaning.
  • Assigns predefined labels or tags based on content analysis.
  • Integrates directly into Dagster workflows for automated pipeline triggers.
  • Supports custom classification schemas tailored to specific team needs.

Example prompts

  • "Classify this pull request feedback as 'bug', 'feature', or 'question'."
  • "Identify any critical security concerns in the latest PR comments and tag them accordingly."
  • "Summarize the top three issues raised in this PR thread and categorize their severity."

Tips & gotchas

Ensure your classification labels align with existing project conventions to avoid confusion during downstream processing. For best results, provide a few labeled examples during initial setup so the model can learn your team's specific terminology and priority rules.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dagster-io
Installs
46

🏢 Official

Published by the company or team that built the technology.