pipeline-ui-reviewer

Automate functional tests and visual checks against Figma designs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill pipeline-ui-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-ui-reviewer
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/v2.2/pipeline/ui-reviewer
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill pipeline-ui-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates comprehensive UI quality assurance by pairing functional testing with pixel-accurate visual checks against design specs to ensure consistency between implementation and Figma.

Core Features & Use Cases

  • Functional browser-based testing to validate navigation, input handling, and workflow completion.
  • Per-element visual comparison against Figma node maps to detect CSS and layout regressions.
  • Parallel-agent orchestration for faster QA cycles, with standalone usage outside the pipeline.

Quick Start

Run the UI reviewer on the current task branch to start functional and visual checks against the Figma design maps.

Frequently Asked Questions about pipeline-ui-reviewer

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

FAQPage Schema
How do I automate visual QA checks against Figma designs?

Automated visual QA against Figma designs involves running functional browser tests and per-element CSS verification to detect layout and typography regressions. This skill compares implemented web applications directly against Figma node maps to ensure pixel-accurate visual fidelity.

What is visual regression testing in web applications?

Visual regression testing identifies UI quality gaps by detecting unintended changes in layout, typography, and interactions. It pairs functional browser automation with visual checks against design specs to catch regressions throughout development and deployment.

How do I run functional UI testing and visual checks on my task branch?

Running functional UI testing and visual checks on a task branch requires applying browser automation to validate navigation and inputs, alongside per-element visual comparison against Figma design maps to catch regressions in the current implementation.

Can I use parallel agent execution for faster browser automation testing?

Parallel agent execution supports faster QA cycles by orchestrating multiple browser automation and visual verification processes simultaneously. It can be used standalone outside the pipeline to accelerate functional testing and per-element CSS checks.

Does browser automation work with Figma node maps for per-element CSS verification?

Browser automation pairs with Figma node maps to execute per-element CSS verification, validating that implemented web components match design specifications. This combination detects layout and typography regressions during functional test runs.

What are the limitations of automated visual fidelity checks?

Automated visual fidelity checks rely on accurate Figma node maps and functional browser automation to detect CSS and layout regressions. Limitations include dependency on design spec accuracy and the scope of browser automation interactions covered during parallel agent execution.