check-component

Compare xTweak UI components against Nuxt UI specifications to generate gap reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fodurrr/xTweak --skill check-component
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-component
Source: https://github.com/fodurrr/xTweak/tree/main/.claude/skills/check-component
Command: npx skills add https://github.com/fodurrr/xTweak --skill check-component

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compare xTweak UI components against Nuxt UI specifications to identify parity gaps.

Core Features & Use Cases

  • Automated parity analysis between xTweak UI components and Nuxt UI specs, highlighting missing props, slots, and variants.
  • Generates structured gap reports suitable for sprint planning and audits.
  • Useful during porting or re-implementation to ensure feature-complete parity with Nuxt UI.

Quick Start

Run the skill to compare a specified component against Nuxt UI specs and generate a gap report.

Frequently Asked Questions about check-component

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

FAQPage Schema
How do I find missing props and slots when porting UI components to Nuxt UI?

Run an automated parity analysis against Nuxt UI specifications to identify missing props, slots, and variants. This generates a structured report detailing gaps to ensure feature-complete re-implementation.

What is UI parity gap analysis for component maintenance?

UI parity gap analysis is the process of comparing local component implementations against Nuxt UI specifications to verify compatibility and completeness. It highlights mismatches in props, slots, and variants to ensure feature parity during audits.

Can I use this skill to audit xTweak UI components against Nuxt UI specs?

Yes, you can audit xTweak UI components by comparing them against Nuxt UI specifications. The analysis requires local component source access, the Nuxt UI spec cache, and a specified component name to output a structured gap report.

How do I generate a gap report for missing component variants?

Generate a gap report by providing a specified component name, local component source, and Nuxt UI spec cache. The analysis outputs a structured report suitable for sprint planning that highlights missing variants, props, and slots.

What do I need to run a Nuxt UI component comparison?

To run a Nuxt UI component comparison, you need access to your local component source code, the Nuxt UI spec cache, and the specific component name to analyze. This generates a structured gap report for audits.