From frontend-craft
Runs existing project validation (lint, type-check, test, build) and fixes failures after code changes, following a structured triage and repair process.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-craft:fec-validation-fixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically execute existing verification commands, analyze the reasons for failure and safely repair them to ensure that quality access control meets standards.
Automatically execute existing verification commands, analyze the reasons for failure and safely repair them to ensure that quality access control meets standards.
Expected Output to summarize the execution results, repair content and remaining risks.When writing a verification fix report, load references/report-template.md.
reports/validation-fix-YYYY-MM-DD-HHmmss.mdnpx claudepluginhub bovinphang/frontend-craftRuns a command repeatedly, fixing errors one at a time until it exits with code 0. Use when build, typecheck, lint, or test is failing.
Fixes build, lint, and TypeScript errors in npm-based projects. Runs npm build/lint/tsc checks, categorizes issues by priority, applies minimal batch fixes, and verifies.
Executes the autonomous verification suite (agent-validate) on explicit requests like 'run the validator' or 'validate before commit/push/PR'. Handles status checking, failure extraction, and retry logic.