Deploy check
Skill timeyour/agentskills-audit-collection/.claude/skills/deploy-check
AI delivery acceptance and audit system for vibe-coded websites, web apps, and agent-built products.
npx -y skills add timeyour/agentskills-audit-collection --skill deploy-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Check whether a website, web app, or AI-built product is actually production-ready: domain, SSL, env vars, backend/API, database, auth, email/SMS, storage, payment, CMS, analytics, monitoring, SEO, privacy, backup, and rollback.
SKILL.md
1.6 KB, as published. Nobody here has run it
Deploy Check
Use this skill to expose what is missing before a site or app can be called production-ready.
Do
- Identify the product's runtime dependencies.
- Separate visible proof from source claims.
- Inventory deployment-relevant public surfaces: forms, auth, uploads, payment, documents, third-party scripts, APIs, storage, analytics, and security headers.
- Apply the permission model before testing production dependencies or authenticated paths.
- Check every deployment readiness row.
- Mark unknown dependencies as
UNKNOWN, not pass. - Flag fake-complete demos where UI exists but backend, persistence, auth, or email is unproven.
- Produce a deployment readiness table and blocker list.
- Use
S0-S4severity; production blockers are usuallyS0orS1. - Emit progress updates after major dependency groups when the check spans more than a few items.
Reference
Read references/deployment-readiness.md.
For broad production reviews, also read ../audit/references/web-surface-discovery.md, ../audit/references/permission-model.md, and ../audit/references/progressive-reporting.md.
Output
- Deployment readiness table.
- Production blockers.
- Unknown dependency list.
- S0-S4 severity.
- Copyable setup/fix prompts.
- Regression checks.
- Lessons.
- Final readiness verdict.