vhm24-qa-review

Review generated TypeScript code for quality, consistency, and VendHub standards.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jamsmac/VHM24 --skill vhm24-qa-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vhm24-qa-review
Source: https://github.com/jamsmac/VHM24/tree/main/skills/vhm24-qa-review
Command: npx skills add https://github.com/jamsmac/VHM24 --skill vhm24-qa-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

VendHub QA Review prevents quality regressions by systematically auditing generated code for correctness, consistency, and compliance with style and architectural standards.

Core Features & Use Cases

  • Static TypeScript correctness and import integrity
  • UI/UX consistency, accessibility, and localization checks
  • Validation of design-system conformance (colors, components) and consistent styling
  • End-to-end validation after code generation to surface issues before commit
  • tRPC and API usage validation to ensure proper contracts and usage

Quick Start

Run the QA Review after generating UI or backend code by invoking the vhm24-qa-review workflow with the latest changes. This may involve running a script or using the repository's CI step, depending on setup.

Frequently Asked Questions about vhm24-qa-review

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

FAQPage Schema
How do I automate TypeScript code quality and accessibility checks after UI generation?

Automate TypeScript code quality and accessibility checks by running a structured QA review workflow that validates import integrity, tRPC usage, and localization against project standards. This audits generated UI and backend code for correctness and consistency before commit.

What does a VendHub QA review validate in generated TypeScript code?

A VendHub QA review validates generated TypeScript code by enforcing a checklist covering static correctness, import integrity, tRPC API usage, accessibility, localization, and UI consistency. It ensures design-system conformance for colors and components to prevent quality regressions.

Can I use this QA review to check design-system conformance and tRPC contracts?

Yes, you can use this QA review to check design-system conformance and tRPC contracts. It systematically validates consistent styling, component usage, and proper API contracts to ensure generated code adheres to architectural and style standards.

When do I need to run a post-generation QA review for TypeScript projects?

You need to run a post-generation QA review for TypeScript projects immediately after generating UI or backend code. This end-to-end validation surfaces quality, consistency, and compliance issues before changes are committed to the repository.

Does this automated QA workflow support localization and accessibility validation for UI components?

This automated QA workflow supports localization and accessibility validation for UI components by applying a structured checklist. It verifies UI/UX consistency, design-system colors, and localization compliance to maintain top quality in generated applications.