prompt-migration
Installation
SKILL.md
Prompt Migration
Guide users through replacing hardcoded LLM prompts with ze.prompt, wiring feedback, connecting judges, and enabling prompt optimization.
When To Use
- Migrating one or more hardcoded system prompts to
ze.prompt. - Wiring feedback collection (
send_feedback/sendFeedback) after migration. - Connecting judges to a migrated prompt for automated evaluation and optimization.
- Understanding the staged rollout from
explicitto auto tolatestmode. - Troubleshooting prompt metadata, trace linkage, or feedback delivery after migration.
- Graduating from
ze.promptregistration to full prompt optimization.
Prerequisites
The user must have ZeroEval installed and tracing working before migrating prompts. If ze.init() is not yet configured, use the zeroeval-install skill first.