Execute Juicebox production checklist. Trigger: "juicebox production", "deploy juicebox".
57
49%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/saas-packs/juicebox-pack/skills/juicebox-prod-checklist/SKILL.mdasync function health() {
try {
await client.search({ query: 'test', limit: 1 });
return { status: 'healthy' };
} catch { return { status: 'degraded' }; }
}See juicebox-upgrade-migration.
3e83543
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.