jira-ui-reviewer

Run parallel UI tests against dev servers and generate review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated functional UI testing and visual verification by coordinating parallel subagents, reducing manual QA effort and accelerating delivery.

Core Features & Use Cases

  • Parallel functional testing and visual comparison using agent-browser and Figma MCP
  • Standalone operation or Jira-driven workflow integration with plan checklists and artifact generation
  • Generates ui-test-plan.md and ui-review.md to document results and guide reviews

Quick Start

Say "проверь UI" to start a standalone review workflow

Frequently Asked Questions about jira-ui-reviewer

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

FAQPage Schema
How do I automate functional UI testing and visual regression checks together?

Automated functional UI testing and visual regression checks are executed together by running parallel subagents against a dev server to verify behavior and design. This coordination reduces manual QA effort by simultaneously validating functional flows and comparing visual output.

Can I run visual regression tests using Figma designs and a dev server?

Visual regression tests can be run using Figma designs and a dev server. The workflow integrates with Figma MCP to fetch design references and uses agent-browser to inspect the active development server, comparing the live UI against the provided Figma URLs.

Do I need a specific port to run automated UI tests with agent-browser?

Automated UI tests with agent-browser require an active dev server running on specific ports. The Skill is configured to target development servers actively listening on ports 4200 or 6200 to execute functional behavior checks and visual reviews.

How do I connect Jira issue workflows to automated UI reviews?

Jira issue workflows connect to automated UI reviews by using a Jira issue key and plan artifacts to drive testing. The system inspects plan checklists associated with the Jira issue, runs parallel tests, and generates ui-test-plan.md and ui-review.md reports.

What reports are generated after running automated functional and visual UI tests?

Automated functional and visual UI tests generate two markdown reports: ui-test-plan.md and ui-review.md. These documents record the executed testing strategy and detail the visual comparison results to guide subsequent development reviews.