Developer Prompts

Prompt templates for debugging and automation work. Use them with your AI coding agent, then verify the generated commands and code before production.

API OpenAI request review prompt

Ask an AI assistant to inspect request JSON for wrong fields, missing model names and endpoint mismatch.

Review this OpenAI API request JSON. Find invalid fields, model-family mismatches, response_format issues and safer parameter names. Return errors, warnings and a corrected example.
Ops Docker Compose debugging prompt

Useful when containers start but services cannot connect, ports conflict or database credentials drift.

Analyze this docker compose file and logs. Identify network, port, volume and environment variable issues. Give minimal fixes and verification commands.
Web Nginx redirect prompt

Use this before changing redirect rules on a live server.

Review these Nginx redirect rules for loops, wrong server blocks and HTTPS/www conflicts. Suggest a safer snippet and test commands.
Regex Regex explanation prompt

Turn unclear patterns into readable notes and safer test cases.

Explain this JavaScript regex token by token. Show matching examples, non-matching examples and risks with large input.
SEO robots.txt review prompt

Check for accidental blocking, wrong sitemap URLs and crawl-control misunderstandings.

Review this robots.txt file for SEO mistakes. Flag blocked assets, private paths, sitemap issues and indexing misconceptions.
CLI Command failure prompt

Good for shell errors, missing binaries, PATH problems and local versus CI differences.

Diagnose this command failure. Separate symptom, likely cause, fix, verification command and prevention note.

Related tools