backend-build-check
Ensure backend build readiness for Espresso Engineered. Use when backend code/config changes are made or when a feature/task is wrapping up to suggest running `npm run build:backend` (and tests only if requested).
$ Instalar
git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/development/backend-build-check ~/.claude/skills/claude-skill-registry// tip: Run this command in your terminal to install the skill
SKILL.md
name: backend-build-check
description: Ensure backend build readiness for Espresso Engineered. Use when backend code/config changes are made or when a feature/task is wrapping up to suggest running npm run build:backend (and tests only if requested).
Backend Build Check
Overview
Confirm the backend still builds cleanly after backend updates. Prompt to run the build when work is wrapping up.
Workflow
- Detect trigger: backend files changed or user indicates a task/feature is finishing.
- Suggest running
npm run build:backendfrom repo root. - If the user agrees, run the command and report pass/fail.
- 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.
Repository

majiayu000
Author
majiayu000/claude-skill-registry/skills/development/backend-build-check
0
Stars
0
Forks
Updated3d ago
Added1w ago