返回 Skill 列表
extension
分类: 开发与工程无需 API Key

backend-build-check

确保Espresso Engineered的后端构建就绪。在进行后端代码/配置更改或某个功能/任务即将完成时使用,以建议运行`npm run build:backend`(仅在需要时运行测试)。

person作者: jakexiaohubgithub

Backend Build Check

Overview

Confirm the backend still builds cleanly after backend updates. Prompt to run the build when work is wrapping up.

Workflow

  1. Detect trigger: backend files changed or user indicates a task/feature is finishing.
  2. Suggest running npm run build:backend from repo root.
  3. If the user agrees, run the command and report pass/fail.
  4. If it fails, summarize the top errors and ask how they want to proceed.

Notes

Only run tests when explicitly asked. Respect sandbox/network constraints; if build requires escalation, request approval.