graft-frontend-browser-qa

Inspect, screenshot, and validate Graft frontend UI components without Playwright.

6|Updated May 11, 2026
One-click install
npx skills add https://github.com/GeWuYou/Graft --skill graft-frontend-browser-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graft-frontend-browser-qa
Source: https://github.com/GeWuYou/Graft/tree/main/plugins/graft-frontend-vibe-toolchain/skills/graft-frontend-browser-qa
Command: npx skills add https://github.com/GeWuYou/Graft --skill graft-frontend-browser-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for thorough UI quality assurance on Graft frontend changes, providing automated checks and manual review capabilities for layout, responsiveness, accessibility, and security without requiring Playwright test dependencies.

Core Features & Use Cases

  • Automated Browser Checks: Conduct automated tests for console errors, network requests, auth flows, and visual elements like text readability and layout.
  • Manual Review: Offer the flexibility to visually inspect UI elements on both desktop and mobile devices.
  • Accessibility: Ensures compliance with accessibility standards and usability.
  • Use Case: For a new feature deployment in the Graft platform, use this Skill to validate changes on multiple devices before going live.

Quick Start

To perform a QA check on a specific UI component in the Graft web application, execute: $graft-frontend-browser-qa component-id

Frequently Asked Questions about graft-frontend-browser-qa

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

FAQPage Schema
How do I perform frontend UI testing without Playwright?

You can perform frontend UI testing without Playwright by using browser-based QA tools to inspect, screenshot, and validate UI components. This approach focuses on UI stability, responsiveness, and accessibility while avoiding Playwright test dependencies.

What is browser-based QA for frontend web applications?

Browser-based QA for frontend web applications is the process of inspecting and validating UI components directly in a browser. It checks for console errors, network requests, auth flows, and visual elements like text readability to ensure layout stability and responsiveness.

How do I check accessibility compliance for frontend UI components?

To check accessibility compliance for frontend UI components, use browser-based QA tools that validate against accessibility standards. These tools inspect visual elements and usability directly within the browser environment without requiring external testing frameworks.

Can I visually inspect UI responsiveness on both desktop and mobile devices?

Yes, you can visually inspect UI responsiveness on both desktop and mobile devices. Manual review capabilities allow you to check layout stability and visual elements across different screen sizes directly through the browser.

Does this browser QA tool integrate with the Graft ecosystem?

Yes, this browser QA tool integrates directly with the Graft ecosystem. It provides automated checks and manual review capabilities for Graft frontend changes, allowing you to validate new feature deployments before going live.

How do I run an automated browser check for a specific UI component?

To run an automated browser check for a specific UI component, execute the QA command with the component identifier. This initiates automated tests for console errors, network requests, auth flows, and visual layout elements.