build-and-format

Installation
SKILL.md

Build and Format Verification

Build Sequence

Run builds in dependency order (backend must build before CDK):

# 1. Backend (must be first - CDK depends on it)
cd backend
npm run build
npm run format

# 2. Frontend
cd ../frontend
npm run build
npm run format
Related skills

More from aws-samples/review-and-assessment-powered-by-intelligent-documentation

Installs
1
GitHub Stars
60
First Seen
Apr 1, 2026