Claude-skill-registry final-checklist
Comprehensive pre-launch verification checklist. Use as the last step before deploying. Triggers on "final check", "pre-launch", "ready to deploy", "launch checklist".
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/final-checklist" ~/.claude/skills/majiayu000-claude-skill-registry-final-checklist && rm -rf "$T"
manifest:
skills/data/final-checklist/SKILL.mdsource content
Final Checklist
Comprehensive verification before website launch.
Content
- All pages have unique title tags (50-60 chars)
- All pages have unique meta descriptions (150-160 chars)
- All H1s contain primary keywords
- Only ONE H1 per page
- All images have alt text
- No placeholder text ("Lorem ipsum")
- No broken links
- Contact info is correct
Technical SEO
- sitemap.xml accessible at /sitemap.xml
- robots.txt allows crawling
- Schema.org JSON-LD added
- Open Graph tags on all pages
- Twitter cards configured
- Canonical URLs set
Legal
- Impressum page exists and accessible
- Datenschutz page exists and accessible
- Cookie consent (if analytics used)
- All required legal info present
Design
- Favicon displays correctly
- 404 page works
- Mobile responsive (test all breakpoints)
- No horizontal scroll
- Dark mode works (if applicable)
Performance
- Lighthouse score > 90
- Page load < 3 seconds
- Images optimized (WebP)
- No console errors
- No console warnings
i18n
- DE translations complete
- EN translations complete
- Language switcher works
- URLs use correct locale prefix
Forms
- Contact form submits correctly
- Form validation works
- Success/error messages display
- Email delivery tested
Final Steps
- Run
- verify no build errorspnpm build - Test production build locally
- Verify all environment variables set
- Deploy to staging first
- Full QA on staging
- Deploy to production
Launch Readiness
[ ] All checklist items passed [ ] Client approval received [ ] DNS configured correctly [ ] SSL certificate active [ ] Analytics tracking verified