p4_review_prepare
Builds review-ready Perforce inspection bundles by discovering or accepting changelists, with optional diffs and file history for thorough code review preparation.
Instructions
Composite review preparation: discover or accept changelists, then build review-ready inspection bundles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User filter used when discovering changelists | |
| client | No | Client/workspace filter used when discovering changelists | |
| status | No | Status filter used when discovering changelists | |
| filespec | No | Single filespec filter used when discovering changelists | |
| filespecs | No | Multiple filespec filters used when discovering changelists | |
| changelist | No | Single changelist to inspect directly | |
| diffFormat | No | Diff format for inspection describe output when includeDiff=true | |
| maxChanges | No | Maximum changelists to inspect (optional, default 10) | |
| changelists | No | Multiple changelists to inspect directly | |
| includeDiff | No | Include changelist diff content in each inspection bundle (optional, default false) | |
| maxRevisions | No | Maximum revisions per file history call (optional, default 5) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) | |
| includeFileHistory | No | Include file history for files touched by each changelist (optional, default false) | |
| maxFilesWithHistory | No | Maximum files per changelist to include history for (optional, default 5) |