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.

0 0

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.

0 0

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.

0 0

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.

0 0

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.

0 0

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.

0 0

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.

0 0

Generate Release Notes From Merged Pull Requests

Turn a list of merged PRs or commits into clean, user-facing release notes grouped by type.

0 0

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.

0 0

Translate Code From One Language to Another

Port a snippet to another language idiomatically — matching its conventions, not just transliterating syntax.

0 0

Write a Regular Expression From a Description

Turn a plain-English matching rule into a correct, readable regex — with a breakdown and test cases.

0 0

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.

0 0