prod-push

Installation
SKILL.md

Prod Push

Only run this after the user explicitly told you to push. Never push on your own.

How shipping works here

  • Direct pushes to main. No PRs, no side branches.
  • GitHub Actions CI (.github/workflows/ci.yml) always reports required verify. Typecheck and lint run for code; generated, browser, DB, and Windows checks run only for relevant paths. The full suite runs nightly.
  • Vercel (project deep-api) owns the production build and builds EVERY main push — docs-only commits included (ADR 0161 removed the ignored-build rule; do not reconnect it). It promotes to Production only when verify is green. Prod serves deepapi.co.
  • New CI runs on the same branch cancel in-progress ones (cancel-in-progress: true).

Landing work from a worktree

Agents build in linked worktrees (cursor/*, agent/* branches); the loop below refuses to run there. To ship worktree work:

Installs
1
GitHub Stars
2.7K
First Seen
Today
prod-push — davidondrej/skills