e2e-uiE2E automation engineer skill for route smoke checks, HTTP reachability, and lightweight UI confidence validation.
Install via ClawdBot CLI:
clawdbot install aiweline/e2e-uiGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 23, 2026
After a deployment to production or staging, this skill quickly checks that key routes (login, dashboard, settings) return HTTP 200 and basic page content loads. It catches routing misconfigurations or backend failures before users are affected.
When a new page is added (e.g., product listing with filters), the skill verifies the route is registered and the page renders without 404 or 500 errors. It confirms the surface is reachable before deeper QA.
For a changed API endpoint (e.g., /api/orders), the skill performs an HTTP request to verify it responds with expected status and basic structure. It flags authentication or routing issues immediately.
After updates to frontend assets, the skill runs a browser smoke test on critical pages to ensure they load without render blocking or blank screens. It catches obvious UI breakage early.
When route definitions change (e.g., new dynamic routes), the skill executes php bin/w setup:upgrade --route and then checks the routes are active. It prevents stale route cache from causing 404s.
The skill can be used to quickly smoke-test route accessibility for different subscription tiers (e.g., free vs premium users) to ensure correct access control on landing pages.
A managed service provider uses this skill as a first check after deployments to meet SLAs. Fast route validation reduces downtime and ensures customer-facing pages are reachable.
Integrated into CI/CD, this skill provides a lightweight validation gate before releasing to staging. It saves manual QA time and catches major regressions early in the pipeline.
💬 Integration Tip
Integrate into your CI/CD pipeline by running the skill after deployments; use http:request for backend routes and minimal browser smoke for UI pages.
Scored May 23, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.
This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible to new developers. The skill provides templates, best practices, and structured approaches for creating clear, beginner-friendly documentation.