Run a pre-deploy checklist and outline a simple rollback plan.
Input
Target (e.g. "Railway", "staging") or branch. Descriptive only; no secrets.
Steps
Build – npm run build. Ensure it succeeds.
Migrations – npm run db:generate and npm run db:migrate (or db:migrate:dev in dev). Confirm no pending migrations that would break deploy.
Healthcheck – After deploy, GET /api/health should return { status: "ok", database: { ok: true } }.
Rollback plan – Short list: revert to previous deployment, re-run migrations if rolled back schema, restore DATABASE_URL / env if changed. Do not run rollback automatically; only describe steps.
Output
List of checks (build, migrations, health) and pass/fail.
Brief "Rollback plan" section: what to revert and in what order.
References
railway.toml, Procfile – build and start commands
README.md – Production notes, env vars
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: sedarged-tiktok-ai-agent-deploy-check3description: Deploy Check4---56# Deploy Check78Run a pre-deploy checklist and outline a simple rollback plan.910## Input1112- Target (e.g. "Railway", "staging") or branch. Descriptive only; no secrets.1314## Steps15161. **Build** – `npm run build`. Ensure it succeeds.172. **Migrations** – `npm run db:generate` and `npm run db:migrate` (or `db:migrate:dev` in dev). Confirm no pending migrations that would break deploy.183. **Healthcheck** – After deploy, `GET /api/health` should return `{ status: "ok", database: { ok: true } }`.194. **Rollback plan** – Short list: revert to previous deployment, re-run migrations if rolled back schema, restore `DATABASE_URL` / env if changed. Do not run rollback automatically; only describe steps.2021## Output2223- List of checks (build, migrations, health) and pass/fail.24- Brief "Rollback plan" section: what to revert and in what order.2526## References2728- [railway.toml](railway.toml), [Procfile](Procfile) – build and start commands29- [README.md](README.md) – Production notes, env vars3031---32> Converted and distributed by [TomeVault](https://tomevault.io/claim/sedarged) — claim your Tome and manage your conversions.33<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/sedarged-tiktok-ai-agent-deploy-check in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Deploy Check It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.