p4-code-review

Automate multi-agent code reviews on pending Perforce changelists.

3|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kitaekatt/plugins-kit --skill p4-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: p4-code-review
Source: https://github.com/kitaekatt/plugins-kit/tree/main/plugins/p4-kit/skills/p4-code-review
Command: npx skills add https://github.com/kitaekatt/plugins-kit --skill p4-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the bottleneck of manual code reviews for large Perforce changelists by automating the process with parallel subagents and ensuring adherence to project-specific compliance standards.

Core Features & Use Cases

  • Parallel Multi-Agent Review: Fans out large changelists into chunks, allowing multiple subagents to review code concurrently for maximum efficiency.
  • Compliance Auditing: Automatically surfaces path-scoped pre-submit reminders and audits documentation (CLAUDE.md, SKILL.md) for project compliance.
  • Use Case: Use this when you have a large pending Perforce changelist and need a comprehensive review that checks both code quality and project-specific documentation gates before submission.

Quick Start

Run the p4-code-review skill to initiate a multi-agent review for your current pending Perforce changelist.

Frequently Asked Questions about p4-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for large Perforce changelists?

Automated Perforce code review partitions pending changelist diffs into parallel chunks, allowing multiple subagents to review code concurrently and check project compliance before submission.

Can I enforce path-scoped submit gates and compliance checks in a Perforce workspace?

Path-scoped submit gates and compliance checks are enforced by auditing pending Perforce changelists and reviewing project documentation like CLAUDE.md and SKILL.md before allowing submission.

Do I need p4 command-line tools and Python to run multi-agent code reviews?

Yes, running multi-agent code reviews requires integration with p4 command-line tools and a local Python environment to manage diff fragments and orchestrate subagent processing.

What is the best way to handle code review bottlenecks for large pending Perforce changelists?

The best way to handle large changelist review bottlenecks is fanning out diffs into parallel processing chunks, enabling multiple subagents to review code concurrently for maximum efficiency.

How does parallel multi-agent review processing work for Perforce diffs?

Parallel multi-agent review works by partitioning Perforce changelist diffs into smaller fragments, which are then distributed across multiple subagents for concurrent code review and compliance auditing.

Are there limitations when auditing project documentation for Perforce compliance?

Documentation compliance auditing is limited to evaluating specific project files like CLAUDE.md and SKILL.md, surfacing pre-submit reminders strictly scoped to the defined Perforce workspace paths.