verify-implementation

Execute registered verify-* skills sequentially and generate a unified validation report.

5|Updated Jan 19, 2025
One-click install
npx skills add https://github.com/JECT-Study/JECT-Official-WebSite-Server --skill verify-implementation-ject-study
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-implementation
Source: https://github.com/JECT-Study/JECT-Official-WebSite-Server/tree/main/.agent/skills/verify-implementation
Command: npx skills add https://github.com/JECT-Study/JECT-Official-WebSite-Server --skill verify-implementation-ject-study

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

프로젝트의 모든 verify 스킬을 순차적으로 실행하여 통합 검증 보고서를 생성합니다. 이를 통해 기능 구현의 일관된 검증과 PR 전 피드백이 가능해집니다.

Core Features & Use Cases

  • 자동 검사 파이프라인으로 등록된 verify 스킬들을 차례로 실행합니다.
  • 각 스킬의 Exceptions를 고려해 면제 처리하고 이슈를 보고합니다.
  • 발견된 이슈를 통합 보고서로 제공합니다. PR 준비 및 코드 리뷰에 활용합니다.

Quick Start

프로젝트에 등록된 모든 verify 스킬을 순차 실행해 통합 검증 보고서를 생성합니다.

Frequently Asked Questions about verify-implementation

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

FAQPage Schema
How do I run all code validation checks at once before creating a pull request?

Running all code validation checks at once involves sequentially executing registered verify-* skills to generate a unified validation report for PR readiness and code review compliance.

Can I automate my code review workflow to report exceptions across multiple validation rules?

Yes, automating your code review workflow applies each skill's Exceptions configuration to exempt specific rules while consolidating detected issues into a single actionable report.

What is a unified validation report and when do I need it for feature validation?

A unified validation report consolidates issues from all registered verify-* skills into one document. You need it during feature validation to ensure complete codebase compliance before integration.

Does the consolidated validation pipeline work without adding dependencies?

Yes, the consolidated validation pipeline works without external dependencies by relying entirely on the Workflow, Exceptions, and Related Files defined within each registered verify-* skill.

Why does my automated verification report show skipped checks during the validation workflow?

Your automated verification report shows skipped checks because the pipeline reads each skill's Exceptions configuration to exempt specific rules, intentionally bypassing validations during sequential execution.