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/catchBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.
npx claudepluginhub maguire-murphy/pre-deploy-checklist --plugin pre-deploy-checklist