validate

Run lint, format, typecheck, and build verification pipelines on code changes.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill validate-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/validate
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill validate-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

코드 변경 후 자동으로 린트 → 포맷 → 타입체크 → 빌드 검증 파이프라인을 실행하여 코드 품질을 즉시 확인합니다.

Core Features & Use Cases

  • 자동 코드 품질 검증 파이프라인으로 변경 사항의 규칙 준수를 강제합니다.
  • 로컬 개발 환경과 CI 파이프라인에서 다양한 프로젝트에 적용 가능하도록 설계되었습니다.
  • Use Case: PR에 대한 사전 검증으로 머지 이후 이슈를 줄이고 코드 스타일의 일관성을 유지합니다.

Quick Start

로컬에서 코드 변경 후 린트, 포맷, 타입체크, 빌드를 자동으로 실행하도록 지시합니다.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I automatically run lint, format, typecheck, and build checks after code changes?

To automatically run lint, format, typecheck, and build checks, you can use a validation pipeline that executes these steps sequentially. This enforces code quality gates locally or in CI before merging changes.

What is the best way to enforce code quality gates before a pull request merge?

The best way to enforce code quality gates before a merge is to run an automated verification pipeline. It sequentially applies lint, format, typecheck, and build checks to ensure changes meet project standards.

Can I use this automated code validation pipeline in both local development and CI workflows?

Yes, the automated code validation pipeline is designed to work in both local development and CI workflows. It applies deterministic steps across various project types to verify code quality consistently.

How does a unified code quality pipeline improve the development workflow?

A unified code quality pipeline improves development by orchestrating lint, format, typecheck, and build steps automatically. This reduces post-merge issues and maintains consistent code styling across the project.

Does the validation pipeline support different project types for lint and typecheck?

Yes, the validation pipeline supports different project types for lint and typecheck. It is designed to apply deterministic quality gates across diverse projects within local and CI environments.