ui-recorder

Debug and generate UI and API scripts for the Business REST API Recorder.

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/eziojianzheng/business-rest-api-recorder --skill ui-recorder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-recorder
Source: https://github.com/eziojianzheng/business-rest-api-recorder/tree/main/skills/ui-recorder
Command: npx skills add https://github.com/eziojianzheng/business-rest-api-recorder --skill ui-recorder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/test, kiro, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the debugging and generation of UI and API scripts, streamlining the process for users of the Business REST API Recorder tool.

Core Features & Use Cases

  • UI Script Debugging: Automatically debug UI scripts by identifying common issues and suggesting fixes.
  • API Script Debugging: Analyze API scripts for potential errors and provide solutions.
  • Semantic Script Generation: Generate business semantic scripts from UI and API data.
  • API Testing Script Generation: Automatically create Playwright API test scripts.
  • Use Case: A user encounters an issue with their API script. This Skill analyzes the script, identifies the problem, and suggests a solution.

Quick Start

To debug your UI script, run the ui-recorder skill with the command "ui-recorder debug ui-script.js".

Frequently Asked Questions about ui-recorder

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

FAQPage Schema
How do I automatically debug Playwright UI scripts?

You can debug Playwright UI scripts automatically by running the ui-recorder tool, which analyzes your script to identify common issues and suggests specific fixes to resolve execution failures.

Can I generate API testing scripts with Playwright automatically?

Yes, you can automatically generate Playwright API test scripts by using the script generation feature to transform API data into executable test cases for your testing workflows.

What is semantic script generation for UI and API data?

Semantic script generation converts raw UI and API data into business semantic scripts, creating readable test logic that reflects underlying business processes rather than just technical interactions.

How do I fix errors in my API testing scripts?

To fix errors in API testing scripts, the debugging feature analyzes your code for potential issues and provides specific solutions to resolve script failures and correct logical errors.

Do I need to know Playwright to use Kiro AI for script generation?

Yes, knowledge of Playwright and Kiro AI is required to effectively use this tool, as the generated test scripts leverage Playwright syntax and Kiro AI automation capabilities.