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.

0 0

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.

0 0

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.

0 0

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.

0 0

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.

0 0

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...

0 0

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.

0 0

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.

0 0

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.

0 0

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.

0 0

Refactor Code Without Changing Its Behavior

Clean up structure and readability while holding behavior fixed — with a clear summary of what changed and why.

0 0

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.

0 0