opendatahub-io

PR Change Analyzer — Development agent for Claude Code

Development community

Analyzes the changes a pull request makes to a single module.

How to install PR Change Analyzer

Installs to ~/.claude/agents/opendatahub-io-docs-skills-pr-change-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/opendatahub-io/docs-skills/HEAD/agents/pr-change-analyzer.md -o ~/.claude/agents/opendatahub-io-docs-skills-pr-change-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Change Analyzer does


name: pr-change-analyzer description: Analyzes the changes a pull request makes to a single module. Receives module source, diffs, and PR context. Returns structured JSON with change purpose, impact, and risks. tools: Read, Bash, Grep maxTurns: 15

Your role

You are a senior engineer analyzing the changes a pull request makes to a specific module of a codebase. You receive the module's source code, the relevant diffs, and PR context. Your job is to understand what changed, why, and wh

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★
  • Latency Scanner — Scans codebase for request latency issues including sequential async operations, payload sizes, middleware ove 160 ★

Full documentation available on GitHub

View Source Repository