deploy-test

Run local and Vercel builds with ESLint, TypeScript checks, and automatic fixes.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill deploy-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-test
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/mvp/skills/deploy-test
Command: npx skills add https://github.com/semicolon-devteam/semo --skill deploy-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vercel 배포 전 빌드/환경을 테스트하고 실패 시 자동으로 수정 제안을 제공합니다.

Core Features & Use Cases

  • 로컬 빌드 검증: 로컬 빌드 실패 원인 자동 진단.
  • Vercel 빌드 테스트: 프로덕션 빌드 시나리오 시뮬레이션.
  • 자동 수정 시도: 반복 가능한 수정 로직으로 재시도.

Quick Start

"배포 테스트해줘" → 로컬 및 Vercel 빌드를 차례로 테스트합니다.

Frequently Asked Questions about deploy-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate testing before deploying to Vercel?

Automated deployment testing runs ESLint, TypeScript checks, local builds, and Vercel production builds in sequence, validating your code before deployment. This Skill executes all four steps automatically and retries up to three times if failures occur, applying fixes between attempts.

What happens when my Vercel build fails?

The Skill analyzes build failures, applies automatic fixes based on error patterns, and retries the build up to three times. It reports clear status at each step so you see what succeeded, what failed, and what was fixed.

Can I catch deployment issues before they reach production?

Yes. Pre-deploy validation simulates your production build environment locally, running ESLint and TypeScript checks alongside both local and Vercel builds to catch environment-specific issues before deployment.

Does this work with ESLint and TypeScript projects?

Yes. The Skill covers ESLint checks and TypeScript type checking as part of its validation pipeline, making it suitable for projects using either or both tools in their build process.

What CI/CD platforms does this integrate with?

This Skill is designed for Vercel deployments specifically. It automates the preflight testing phase that typically runs before deployment, applying automated fixes and retry logic to ensure builds succeed.