ui-testing
✓Browser automation skill for UI testing via Chrome MCP tools. Use when: (1) QA Agent needs to verify UI visually or test interactions, (2) UI/UX Designer needs to check responsive design or component states, (3) Frontend Dev needs quick visual verification during development, (4) Test Writer needs to document user flows with screenshots/GIFs, (5) Any agent needs to test web interfaces, record demos, or debug UI issues. Capabilities: screenshots, interaction testing, accessibility checks, GIF recording, responsive testing, console/network debugging.
Installation
SKILL.md
| Screenshot | computer | action: "screenshot" | | Click | computer | action: "leftclick", coordinate: [x,y] or ref: "ref1" | | Type | computer | action: "type", text: "..." | | Find element | find | query: "search button" | | Read page | readpage | filter: "interactive" or "all" | | Navigate | navigate | url: "https://..." |
| Resize | resizewindow | width: 1920, height: 1080 | | Record GIF | gifcreator | action: "startrecording" | | Console | readconsolemessages | pattern: "error" | | Network | readnetworkrequests | urlPattern: "/api/" |
| Mobile | 375 | 667 | | Tablet | 768 | 1024 | | Desktop | 1440 | 900 | | Wide | 1920 | 1080 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/zeeshan080/ezee-erp --skill ui-testing- Source
- zeeshan080/ezee-erp
- Category
- *Creative Media
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is ui-testing?
Browser automation skill for UI testing via Chrome MCP tools. Use when: (1) QA Agent needs to verify UI visually or test interactions, (2) UI/UX Designer needs to check responsive design or component states, (3) Frontend Dev needs quick visual verification during development, (4) Test Writer needs to document user flows with screenshots/GIFs, (5) Any agent needs to test web interfaces, record demos, or debug UI issues. Capabilities: screenshots, interaction testing, accessibility checks, GIF recording, responsive testing, console/network debugging. Source: zeeshan080/ezee-erp.
How do I install ui-testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zeeshan080/ezee-erp --skill ui-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/zeeshan080/ezee-erp
Details
- Category
- *Creative Media
- Source
- skills.sh
- First Seen
- 2026-02-01