fec-accessibility-chec…
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2…
Use when proving that a frontend refactoring preserved existing behavior, selecting an appropriate safety net, validating each structural step, or assigning a PASS, PARTIAL, or NOT PROVEN preservation verdict.
$ npx -y skills add bovinphang/frontend-craft --skill fec-refactoring-validation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fec-refactoring-validationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when proving that a frontend refactoring preserved existing behavior, selecting an appropriate safety net, validating each structural step, or assigning a PASS, PARTIAL, or NOT PROVEN preservation verdict.
name: fec-refactoring-validation description: Use when proving that a frontend refactoring preserved existing behavior, selecting an appropriate safety net, validating each structural step, or assigning a PASS, PARTIAL, or NOT PROVEN preservation verdict.
Define the observable contract and the smallest credible evidence needed to prove that structural edits preserved existing frontend behavior.
1. Record the relevant behavior contract before substantial edits. 2. Classify safety-net coverage as A, B, or C. 3. Run and record the pre-change baseline. 4. Match verification to the current refactoring risk and affected boundary. 5. After every structural step, run the narrowest sufficient check immediately. 6. If a newly introduced failure appears, revert that step before broader repair. 7. At the end, run the broad gates justified by the affected surface. 8. Assign PASS, PARTIAL, or NOT PROVEN from evidence, not optimism.
Pure structural work uses **GREEN → REFACTOR → GREEN**.
| Level | Evidence | Execution guidance | | --- | --- | --- | | A — Strong | Existing tests cover relevant behavior | Use tests as the primary safety net | | B — Partial | Important behavior is only partly covered | Add focused characterization of current behavior before risky steps | | C — None | No useful automated behavior coverage | Do not auto-install a framework; keep CAUTION/DANGER plan-only unless a minimal safety net is authorized |
Check relevant items, not every item mechanically:
A behavior-preservation record containing baseline status, safety-net level, per-step checks, final validation, unresolved coverage gaps, and a PASS/PARTIAL/NOT PROVEN verdict.
frontend-craft is a universal frontend plugin that brings the same opinionated engineering standards to all 15 AI coding assistants.
Repo: bovinphang/frontend-craft
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2…
Use when absorbing ideas, capabilities, workflows, architecture, quality systems, ecosystem extensions, or engineering practices from any reference system into…
Use when designing, implementing, or reviewing frontend-to-backend API integration, typed API clients, REST/tRPC/OpenAPI client choices, auth refresh, API…
Use when frontend work needs to communicate data, action, state, permission, validation, or business-rule needs to backend teams without dictating endpoint…
Use when choosing, implementing, or reviewing browser storage such as localStorage, sessionStorage, IndexedDB, cookies, client persistence, offline data,…
Use when building or reviewing Canvas 2D, Three.js/WebGL, React Three Fiber, GLSL shaders, ShaderToy-to-WebGL adaptation, 2D/3D visualization, game rendering,…