review-component-pr

Review pull requests for web components against accessibility and coding standards.

169|10|Updated May 12, 2021
One-click install
npx skills add https://github.com/IgniteUI/igniteui-webcomponents --skill review-component-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-component-pr
Source: https://github.com/IgniteUI/igniteui-webcomponents/tree/main/.github/skills/review-component-pr
Command: npx skills add https://github.com/IgniteUI/igniteui-webcomponents --skill review-component-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A comprehensive, repeatable PR review checklist to ensure web components meet quality, accessibility, performance, and project conventions.

Core Features & Use Cases

  • Structured, component-focused PR reviews that verify file layout, tests, docs, and theming alignment.
  • Accessibility and ARIA conformance checks integrated into the review workflow.
  • Pre-merge quality gate coverage for code quality, testing, and documentation standards.
  • Example: Review PRs that add a new igc-button component to confirm it includes tests, stories, and proper typings.

Quick Start

Run this checklist on every component PR to ensure quality, accessibility, and compliance with project conventions.

Frequently Asked Questions about review-component-pr

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

FAQPage Schema
What is included in a quality-focused pull request review for web components?

A web component PR review verifies file layout, TypeScript quality, lifecycle hooks, theming, Storybook stories, accessibility tests, and coding standards to ensure comprehensive pre-merge quality.

How do I review a pull request that adds a new web component?

To review a new web component PR, run a structured checklist that confirms the inclusion of required tests, Storybook stories, proper TypeScript typings, accessibility compliance, and adherence to project conventions.

Does a web component PR review cover documentation and Storybook stories?

Yes, the PR review process includes documentation checks and verifies that Storybook stories are properly configured to ensure components meet project conventions and quality standards.

Can I use this checklist to verify theming and styling in web component PRs?

Yes, the PR review enforces theming alignment and styling checks to ensure web components adhere to project conventions and maintain visual consistency across the repository.

What are the limitations of using a structured checklist for web component PR reviews?

The checklist focuses on web component structure, tests, docs, and accessibility, meaning it may not cover integration testing or backend logic outside the component scope.