Be Specific
Vague prompts lead to unpredictable results. Define exactly what you want. Vague:Use Numbered Steps
Structure your prompt as a numbered sequence. This helps the AI follow a clear path and makes debugging easier.Include Edge Cases
Tell the automation what to do when things go wrong or when there’s nothing to do.Conditional Logic
Use clear if/then language to handle different scenarios.- File path patterns (
if changes include /api/*) - PR size thresholds (
if more than 500 lines changed) - Time-based (
if during business hours) - Priority levels (
if priority is urgent)