human-testing

Perform manual UX/UI testing with Playwright MCP to identify visual and interaction issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive manual UX/UI testing using Playwright MCP to uncover visual, interaction, and usability issues that automated tests may miss.

Core Features & Use Cases

  • Thorough page discovery and navigation mapping across the app
  • Systematic interaction testing for all buttons, links, and forms
  • Visual consistency checks, accessibility light checks, and detailed issue reporting
  • Use cases include UX validation, visual regression testing, and regression QA cycles

Quick Start

Start the development server, open the app in a browser, and begin the human-testing workflow with Playwright MCP.

Frequently Asked Questions about human-testing

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

FAQPage Schema
How do I perform manual UX testing with Playwright?

Manual UX testing with Playwright uses a defined pre-testing protocol and MCP integration to systematically map pages, test interactions, and check visual consistency. It uncovers usability issues automated tests miss.

What is visual regression testing and when do I need it for web apps?

Visual regression testing checks UI consistency across application updates. It is needed during QA cycles and regression testing to identify visual issues in authentication flows, dashboards, and settings.

Can I use Playwright MCP for systematic interaction testing?

Yes, Playwright MCP supports deterministic testing workflows for interaction testing. It systematically evaluates buttons, links, and forms to identify interaction issues in web applications.

Does manual testing catch usability issues automated tests miss?

Manual testing catches usability issues automated tests miss by performing thorough page discovery, navigation mapping, and visual consistency checks. It applies to UX validation and regression QA cycles.

What's the best way to start a UX validation workflow?

Start a UX validation workflow by starting the development server, opening the app in a browser, and beginning the human-testing workflow with Playwright MCP following the defined pre-testing protocol.

Why does visual regression testing not work without a pre-testing protocol?

Visual regression testing requires a pre-testing protocol to ensure deterministic workflows. Without it, Playwright MCP cannot systematically map navigation or validate interactions across authentication flows and dashboards.