prompt
Use prompt to inspect and update the qualification prompt used by a specific job.
prompt <jobRef>
Show the current qualification prompt for one job.
Arguments:
<jobRef>: Job ID or slug
Options:
--raw: Print only prompt text and exit (best for shell scripts)
snoopy prompt lead-monitor
Interactive mode behavior:
- Shows job metadata and current prompt.
- Prompts whether to edit the prompt now.
- If confirmed, opens a multiline editor:
EntersubmitsShift+Enterinserts newline- arrow keys move cursor (
UpandDownincluded) Esccancels
Non-interactive prompt text retrieval:
snoopy prompt lead-monitor --raw
prompt set <jobRef> <prompt>
Set a new qualification prompt directly without opening interactive edit mode.
Arguments:
<jobRef>: Job ID or slug<prompt>: New prompt text
Options:
snoopy prompt set lead-monitor "Find users actively comparing Stripe alternatives"
Notes
<jobRef>accepts either UUID or slug.- Prompt updates apply on subsequent runs. To apply immediately, run
snoopy job run <jobRef>.