validation-analysis

Analyze post-commit validation results to generate a prioritized remediation plan.

2|1|Updated May 22, 2025
One-click install
npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill validation-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-analysis
Source: https://github.com/skyasu2/openmanager-vibe-v5/tree/main/.claude/skills/validation-analysis
Command: npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill validation-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes post-commit validation results to produce a structured assessment.

Core Features & Use Cases

  • Automated analysis of Biome lint, TypeScript checks, and AI review results to generate a prioritized remediation plan.
  • Priority-based reporting: Produces a clear list of actions with severity and suggested files or commands.
  • Workflow integration: Supports reading from logs/validation and related reports to provide a concise, actionable summary.

Quick Start

After a commit finishes its background validation, request the skill to analyze the latest results. For example, ask: "검증 결과" to trigger the evaluation and return a prioritized action list.

Frequently Asked Questions about validation-analysis

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

FAQPage Schema
How do I analyze post-commit validation results for lint and TypeScript errors?

Post-commit validation analysis reads Biome lint, TypeScript checks, and AI review artifacts from logs to produce a prioritized remediation plan. It outputs a concise, actionable summary with severity levels and suggested files or commands for quick fixes.

What is the best way to generate a prioritized remediation plan from validation logs?

Generating a prioritized remediation plan requires analyzing post-commit validation results by severity. The process reads latest validation artifacts and reports, producing a structured assessment with clear actions and suggested files or commands.

Does this validation analysis skill work with the OpenManager VIBE v5 pipeline?

Yes, this validation analysis applies directly to the OpenManager VIBE v5 validation pipeline. It supports analyzing Biome lint, TypeScript checks, and AI review results to provide an actionable summary for that specific workflow.

How do I get an actionable summary of AI review and lint results after a commit?

To get an actionable summary of AI review and lint results, request the analysis after your commit finishes its background validation. The skill evaluates the latest reports and returns a prioritized action list for immediate remediation.

What format do validation logs need to be in for post-commit analysis?

Validation logs need to be stored as artifacts within logs and related reports directories. The analysis reads the latest validation artifacts from these standard log locations to produce its structured assessment.