AgentSkillsCN

Build Verification

构建验证

SKILL.md

Build Verification Checklist

Apply before every commit.

  1. Run: cd apps/dashboard && npm run build — must pass with 0 errors
  2. Are there any console.log statements that should be console.warn or removed?
  3. Does every new DB query have tenant_id filtering?
  4. Does every new API call have .catch() or try/catch?
  5. Does every new UI section have a loading state and an error/empty state?
  6. Are all new Lucide icon imports actually used?
  7. Is there any hardcoded API key, secret, or URL that should be an env var?
  8. Would Dave understand every label on the screen?
  9. Does the commit message follow: type: description
  10. Push to prod/main (git push prod main)