fec-validation-fix

Diagnose and fix failing lint, type-check, test, build, and CI validation steps.

21|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/bovinphang/frontend-craft --skill fec-validation-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fec-validation-fix
Source: https://github.com/bovinphang/frontend-craft/tree/main/localized/zh-CN/skills/fec-validation-fix
Command: npx skills add https://github.com/bovinphang/frontend-craft --skill fec-validation-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatic execution of existing validation commands (lint, type-check, unit/integration tests, build, and CI) and safe repair of failures to preserve quality gates with minimal manual intervention.

Core Features & Use Cases

  • Automated discovery of applicable validation commands from package.json or documentation.
  • Root-cause analysis and targeted, safe fixes for common CI and local workflow failures.
  • Use Case: When a pipeline reports lint or type-check failures, run this skill to diagnose the errors, apply corrective code or config changes, and re-run the affected commands to verify success.

Quick Start

Run the fec-validation-fix skill on your repository to automatically diagnose and repair failing validation steps.

Frequently Asked Questions about fec-validation-fix

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

FAQPage Schema
How do I automatically fix lint and type-check failures in my CI pipeline?

Automated validation fixing diagnoses failing lint and type-check commands by reading package.json, applying targeted code or config fixes one issue type at a time, and re-running affected commands to verify success.

What is the best way to automate debugging for failing frontend builds and tests?

Automated validation repair performs root-cause analysis on failing frontend builds and tests, applying safe fixes to preserve quality gates with minimal manual intervention across local and CI environments.

Do I need to manually configure commands for automated validation repair to work?

No manual command configuration is needed for automated validation repair, as the process reads package.json and project documentation to automatically discover applicable validation commands before executing diagnostic and remediation steps.

Can I use automated validation fixing for both local workflows and CI runs?

Yes, automated validation fixing applies to local workflows and CI runs, diagnosing failures across lint, type-check, unit and integration tests, and builds to safely apply corrective changes.

How does automated validation repair ensure safety when fixing multiple test failures?

Automated validation repair ensures safety by fixing one issue type at a time before re-running affected commands, preventing broad untested changes from compromising project stability during remediation.