Prompt Documentation Formatter
Turn a working prompt into clean, shareable documentation with context, variables, examples, and usage notes.
Prompts for programming, debugging, code review
25 prompts
Turn a working prompt into clean, shareable documentation with context, variables, examples, and usage notes.
Design a detailed, consistent AI persona with a distinct voice, personality, and behavioral guidelines.
Design a reusable, variable-driven prompt template system for teams or products with multiple use cases.
Create a scoring rubric and test suite to objectively evaluate whether a prompt is performing well.
Break a complex AI task into a sequence of chained prompts, each feeding into the next for better results.
Build a complete, production-grade system prompt for an AI assistant, agent, or automated workflow.
Generate high-quality few-shot examples that teach an AI model exactly the pattern you want it to follow.
Design a precise output format spec that makes AI responses consistent, parseable, and ready to use.
Transform a rough or informal prompt into a precise, well-structured version that gets better results.
Diagnose why a prompt is producing weak, inconsistent, or off-target outputs and get a fixed version.
Document your personal debugging instinct as a reusable prompt — so others can benefit from your systematic approach when they're stuck.
Turn a plain-language feature description into a complete, buildable code scaffold — with file structure, typed interfaces, API contract, an…
Document a technical decision as a clean, durable ADR — so engineers joining 18 months from now understand what was decided, why, and what w…
Run a full mock system design interview with real probing questions, structured phases, and honest evaluative feedback — not a walkthrough,…
Get a senior architect's review of your database schema — covering normalization, missing constraints, indexing strategy, and performance tr…
Plan a clean, robust API integration end-to-end — auth, error handling, rate limits, caching, and security — before writing a single line of…
Get a prioritized, safe refactoring plan for old or messy code — with a sequenced approach that keeps things working while you improve them.
Generate a comprehensive, well-named test suite for any function or module — covering happy paths, edge cases, error conditions, and the sce…
Diagnose a bug using a systematic elimination approach — understand the root cause, get a tested fix, and learn how to prevent the whole cla…
Before merging, analyze a PR for hidden risks, breaking changes, edge cases, and the classes of failure that only show up in production.