Claude Pull Request Review Toolkit
Independent PiSkill directory guide. The original prompt remains hosted by Anthropic Claude Code.
What does this prompt do?
Coordinates focused pull-request review passes and consolidates evidence into useful findings while avoiding duplicated or low-confidence comments.
Primary use case
Perform a structured review of the current pull request.
Expected output
A deduplicated review report containing evidence and actionable recommendations.
Inputs or variables
- pull request
- review focus
Related prompts
Claude Code Review
Runs Anthropic's multi-perspective Claude Code review workflow over a pull request and filters candidate findings for relevance and confidence.
Code Compliance Audit
Audits implementation code against explicit engineering requirements and reports supported compliance gaps without substituting preferences for documented rules.
Finding Classifier
Classifies review or audit findings by evidence, impact, scope, confidence, and remediation type so teams can prioritize real issues consistently.
Implementation Alignment Audit
Compares an implementation with its specification or plan and identifies missing behavior, unapproved divergence, and unsupported completion claims.
Interface Contract Audit
Checks APIs or component boundaries against a declared interface contract, including inputs, outputs, errors, compatibility, and behavioral invariants.
Claude Agent SDK App Starter
Starts a new Claude Agent SDK application by gathering requirements, selecting an appropriate structure, and creating an implementation-ready project foundation.