🚀 Pre-Deployment Checklist
Group Skill — Orchestrates sub-skills for thorough pre-deployment verification. Activate by saying: "Run pre-deployment checks" or "pre-deploy checklist"
When to Use
- About to deploy to production
- Need to verify code quality, security, and performance
- Final gate before shipping
Step-by-Step Workflow
Step 1: Code Quality
Skill: code-reviewer
- Review for bugs, anti-patterns, readability
- Check error handling and edge cases
- Verify naming conventions
Step 2: Security Audit
Skill: security-auditor
- Scan for vulnerabilities
- Check for exposed secrets
- Review authentication flows
Step 3: Dependency Scan
Skill: security-scanning-security-dependencies
- Check for outdated/vulnerable packages
- Review dependency tree for bloat
- Update critical dependencies
Step 4: Performance
Skill: performance-engineer
- Profile slow code paths
- Check memory usage
- Verify database query efficiency
Step 5: Accessibility
Skill: ui-a11y
- WCAG 2.2 AA compliance check
- Screen reader compatibility
- Keyboard navigation
Step 6: SEO
Skill: seo-audit
- Meta tags and descriptions
- Broken link check
- Crawlability verification
Step 7: Build Verification
Skill: vercel-deployment
- Verify build passes
- Check build output size
- Review deployment config
Step 8: Docker Check
Skill: docker-expert
- Review container layers
- Check for secrets exposure
- Optimize image size
Step 9: Environment Config
Skill: secrets-management
- Verify no hardcoded secrets
- Check environment variables
- Review vault configuration
Step 10: Final Commit
Skill: git-pr-review
- Clean PR description
- Verify all tests pass
- Confirm changelog updated
Completion
All pre-deployment checks pass. Ready to deploy! 🚀
Sub-Skills Referenced
code-reviewersecurity-auditorsecurity-scanning-security-dependenciesperformance-engineerui-a11yseo-auditvercel-deploymentdocker-expertsecrets-managementgit-pr-review