deploy-check

Community

Ship green builds with solid pre-deploy checks.

AuthorYoungger9765
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Pre-deployment verification to prevent shipping broken code by validating builds, types, and bilingual content before deployment.

Core Features & Use Cases

  • Build verification: Ensure npm run build completes without errors.
  • Type check: Run TypeScript compiler to catch type issues before deploy.
  • Bilingual content verification: Confirm translations exist for zh-TW and en across routes.
  • Asset & route checks: Validate image availability and page accessibility.

Quick Start

Run npm run build, then npx tsc --noEmit, verify all zh-TW/en routes load, and push to main to deploy.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: deploy-check
Download link: https://github.com/Youngger9765/young-personal-site/archive/main.zip#deploy-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository