Prompts
Showing 493 to 504 of 578 results
Extract Structured Data From Messy Text
Pull clean, structured records out of unstructured text into a table or JSON, with unknowns handled honestly.
Write a Spreadsheet Formula From a Description
Turn a plain-English calculation into a working Excel or Google Sheets formula, with an explanation and a test suggestion.
Analyze a CSV or Dataset
Get a structured first-pass analysis of a dataset — patterns, anomalies, and honest caveats about what the data can't tell you.
Get Strict Structured JSON From a Prompt
Rewrite a prompt so the model reliably returns valid, schema-conforming JSON — with the schema and failure handling spelled out.
Write an LLM-as-Judge Scoring Rubric
Create a clear rubric for judging model outputs on a task — dimensions, a scoring scale, and anchored examples.
Write an Eval Set for a Prompt or Agent
Design a small, concrete eval set to test a prompt or agent before you change it — cases, inputs, and checkable pass criteria.
Assess the Risk of a Dependency Upgrade
Get a structured risk assessment before bumping a library across versions — what breaks, what to check, how to roll it out.
Generate Release Notes From Merged Pull Requests
Turn a list of merged PRs or commits into clean, user-facing release notes grouped by type.
Write a Pull Request Description From a Diff
Turn a branch's changes into a reviewer-friendly PR description — what changed, why, and how to test it.
Translate Code From One Language to Another
Port a snippet to another language idiomatically — matching its conventions, not just transliterating syntax.
Write a Regular Expression From a Description
Turn a plain-English matching rule into a correct, readable regex — with a breakdown and test cases.
Explain an Unfamiliar Codebase
Get an architecture-level walkthrough of a codebase or module — the big picture, how the pieces fit, and where to start reading.