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/catchnpx claudepluginhub maguire-murphy/pre-deploy-checklist --plugin pre-deploy-checklistGuides test-driven development for Django applications using pytest-django, factory_boy, and Django REST Framework. Covers red-green-refactor workflow, conftest fixtures, and coverage reporting.