Prompts
Showing 505 to 516 of 578 results
Generate Documentation and Docstrings From Code
Produce clear docstrings or reference docs for a function, class, or module — accurate to the code, without inventing behavior.
Turn Requirements Into a Structured Spec
Shape rough requirements into a clear spec or PRD — with an explicit non-goals section so nothing gets built by accident.
Summarize a Long Document Accurately
Get a faithful, structured summary of a long document or spec — with an explicit rule against claims the source doesn't support.
Turn Meeting Notes Into Decisions and Action Items
Convert a raw transcript or messy notes into a clean summary, a decision log, and an owner-assigned action-item table.
Turn a One-Off Prompt Into a Reusable Template
Take a prompt that worked once and generalize it into a clean, parameterized template you can reuse.
Design a Tool Description for an AI Agent
Write a clear tool or function definition an AI agent can actually call correctly — unambiguous parameters, a strict schema, and documented failure...
Write a System Prompt for an AI Agent
Turn a description of what your agent should do into a structured, production-ready system prompt with explicit boundaries and failure behavior.
Diagnose and Improve a Prompt
Paste a prompt that isn't working well; get a diagnosis of what's underspecified and a rewritten version that fixes it.
Turn a Question Into a SQL Query
Describe your tables and ask in plain English; get a correct, dialect-aware SQL query with a short explanation.
Write a Commit Message From a Diff
Turn a diff into a clean Conventional Commits message — a tight subject line plus a body that explains the why.
Refactor Code Without Changing Its Behavior
Clean up structure and readability while holding behavior fixed — with a clear summary of what changed and why.
Generate Unit Tests With Edge Cases
Produce a thorough unit-test suite for a function — happy path, edge cases, and failure modes — in the framework of your choice.