Stats
Actions
Tags
From pre-deploy-checklist
Enforce input validation patterns when writing API routes or server actions
How this skill is triggered — by the user, by Claude, or both
Slash command
/pre-deploy-checklist:validationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When writing or editing any API route or server action:
When writing or editing any API route or server action:
.trim() on string inputs, .max(N) on all stringserror.flatten() on validation failure.rpc() callsJSON.parse in try/catchProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub maguire-murphy/pre-deploy-checklist --plugin pre-deploy-checklist