AI Prompts / Development
Prompts for debugging, tests, docs, pull requests, and SQL. Built as starting points for engineers—review every output before you ship it.
10 listings
Development
Paste a snippet and error message to get a plain-language diagnosis, a corrected version, and comments that explain why the original code failed.
Turn messy meeting notes into a structured summary with discussion points, decisions, owners, deadlines, and next steps.
Assess technical debt items by impact, risk, and effort so a team can sequence paydown work into the next sprint plan safely.
Build a regular expression with test cases and a token-by-token explanation so the pattern is easy to verify and maintain.
Generate unit tests for a function or module covering happy paths, edge cases, error handling, and mocks in arrange-act-assert form.
Produce API reference docs with endpoints, request and response examples, error codes, and notes developers can paste into a README.
Systematic code review prompt for quality, security, and maintainability.
Review a SQL query for correctness and cost, then suggest indexes, rewrites, and readability fixes without changing the intended result.
Break down system design concepts for interviews and architecture docs.
Write a pull request description with context, what changed, a test plan, and risk notes so reviewers can land the change faster.