build-check

Run lint checks and production builds to verify deployment readiness.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/AppleLamps/nick-shirley --skill build-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-check
Source: https://github.com/AppleLamps/nick-shirley/tree/main/.claude/skills/build-check
Command: npx skills add https://github.com/AppleLamps/nick-shirley --skill build-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs lint checks and production builds to verify readiness before deployment, surfacing issues early and reducing failed deployments.

Core Features & Use Cases

  • Pre-deploy lint: npm run lint to catch style and code quality issues.
  • Production build: npm run build to verify app compiles.
  • Type checking & summary: optional type-check and a results summary.

Quick Start

  • Default Commands
  • Lint: npm run lint
  • Build: npm run build
  • Type check: npx tsc --noEmit

Examples:

  • "Check if the build passes"
  • "Verify before deploying"
  • "Run pre-deploy checks"