D12Intermediate
Prompt Template Library Building
60 minOngoing maintenance
Format: Create reusable prompt templates for your common tasks.
Build templates:
# Template: Code Review Request
Role: You are a strict code review expert.
Task: Review the following code.
Focus areas: Security vulnerabilities > Logic errors > Performance issues > Style issues
Output format:
- Critical issues (must fix)
- Suggestions (recommended to fix)
- Praise (things done well)
Code: [paste code]
# Template: Debug Request
Error message: [paste error]
Context: [what action triggered this error]
Already tried: [what you've already attempted]
Expected behavior: [what you expected to happen]
Actual behavior: [what actually happened]
# Template: Feature Design Request
Product: [product name and description]
Target users: [who will use this feature]
Feature description: [describe the feature in 3 sentences]
Constraints: [technical limitations, time constraints, budget constraints]
Do not: [explicit exclusions]