Agent Task Template
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
A reusable PR review prompt template with variables for repository, branch, change summary, changed files, review criteria, and risk areas.
Inconsistent PR reviews happen when each reviewer decides on the fly what to look for. This template encodes your review criteria, risk focus areas, and test expectations into a reusable structure. Paste it into Prompt Template Builder, fill in the PR-specific variables, and get a consistent AI-assisted review every time — covering correctness, security, test coverage, and maintainability.
Open in Prompt Template Builder
Load the template. The variable list is auto-detected: repositoryName, branchName, changeSummary, changedFiles, reviewCriteria, riskAreas, testCoverageExpectation, maintainabilityConcern, outputFormat.
Fill in the PR-specific values
Enter the repository name, branch, and a short summary of what changed. Paste the changed file list from your Git diff.
Set your review criteria
Define what this specific PR needs reviewed for — e.g. 'security of the authentication flow' or 'performance of the database query layer'.
Copy and paste into your AI tool
Use the filled preview output and paste it along with your code diff into Claude, GPT-4, or your preferred AI model.
It is not for that; the notFor is explicit that automated merge gates are excluded, and AI review should inform, not decide. Prompt Template Builder fills the variables, and the numbered output (correctness, test coverage, security/edge cases, naming, blocking issues) gives structured feedback, but you paste it plus your diff into your own assistant and a human still owns the merge.
Nine auto-detected variables: {{repositoryName}}, {{branchName}}, {{changeSummary}}, {{changedFiles}}, {{reviewCriteria}}, {{riskAreas}}, {{testCoverageExpectation}}, {{maintainabilityConcern}}, and {{outputFormat}}. Separating {{riskAreas}} from general {{reviewCriteria}} keeps high-priority concerns visible rather than buried, and {{outputFormat}} lets you switch between inline comments, a summary report, or a blocking checklist.
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
A reusable long-form content template with variables for topic, audience, tone, target keyword, content angle, outline, and call to action.
A reusable bug investigation template with variables for symptom, environment, reproduction steps, expected and actual behavior, error logs, and affected version.
Convert scattered bug notes, Slack messages, or user complaints into structured engineering tasks with reproduction steps, severity, and root cause hypothesis.
Turns a reusable API request prompt into a clean variable set covering endpoint, method, auth, payload, response format, and error handling.
Build reusable prompt templates with {{variable}} placeholders, live preview, and export.
You finished an AI-assisted fix and sent your teammate a bare diff — so they skim and approve, or burn an hour reconstructing the context you had. Prepare a code-change review packet: the intent, the must-not-change behavior, the risks, and the tests you didn't run.