One-shot
Also known as: one shot, one-shot prompting, single example prompt, one shot it
One-shot, zero-shot, and few-shot are terms from the research literature on in-context learning that have migrated into everyday builder vocabulary. Zero-shot means you give no examples, just a task description. One-shot means you provide exactly one example input-output pair. Few-shot means you provide several examples. More examples usually means better performance on structured tasks, but takes up more context.
In practice, choosing how many examples to include is a prompt engineering judgment call. Zero-shot is fastest and works fine when the task is common enough that the model already knows what to do (summarize this, translate that). One-shot helps when the model needs a nudge about format or style. Few-shot is useful when the task is unusual or the format is specific.
The slang 'one-shotting it' or 'I one-shotted that prompt' has a slightly different meaning in builder communities: it means you wrote the prompt once and got the output you wanted without iteration. It's a brag about prompting efficiency. Worth noting: this usage is a metaphor from the prompting sense but is now used independently to mean 'nailed it on the first try.'