Agent skill
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 this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/final-checklist
SKILL.md
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
pnpm build- verify no build errors - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?