Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

rolepod-uiproof

rolepod-uiproof contém 8 skills coletadas de nuttaruj, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
8
Stars
2
atualizado
2026-06-01
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

audit-a11y
Analistas de garantia de qualidade de software e testadores

Run an axe-core accessibility audit on a page against WCAG-A / WCAG-AA / WCAG-AAA and return issues grouped by severity with WCAG references and fix links. v0.2 web only; scope='page' only.

2026-06-01
audit-page-budget
Analistas de garantia de qualidade de software e testadores

Audit a page's weight against a declared byte budget. Loads the URL, records a HAR, classifies entries by asset category (js/css/image/font), tags third-party requests, and compares totals to budget. Returns violations + graduated pass/warn/fail status. Driven by Playwright, observed entirely in-browser.

2026-06-01
audit-seo
Analistas de garantia de qualidade de software e testadores

Audit on-page SEO by inspecting the rendered DOM. Checks title, meta description, h1 structure, html lang, viewport, canonical, robots, OpenGraph + Twitter Card tags, JSON-LD validity, hreflang, and favicon. Returns findings grouped by severity (critical / high / medium / low).

2026-06-01
check-errors
Analistas de garantia de qualidade de software e testadores

Drive a flow and fail if any console error or failed network request occurs. Thin wrapper over verify_ui_flow with strict error-only assertions. Use to gate merges on "no regressions during this flow".

2026-06-01
measure-cwv
Analistas de garantia de qualidade de software e testadores

Measure Core Web Vitals (LCP, INP, CLS) on a live page using PerformanceObserver injection. Returns metrics + thresholds verdict per web.dev good/needs-improvement/poor bands. Chromium-only — Firefox and WebKit ship partial PerformanceObserver coverage.

2026-06-01
scaffold-e2e
Analistas de garantia de qualidade de software e testadores

Generate a runnable e2e test file (playwright-test, vitest+playwright, or pytest+selenium) from a scenario description plus an optional replay bundle from a prior /verify-ui run.

2026-06-01
verify-ui
Analistas de garantia de qualidade de software e testadores

Drive a real browser session through steps and assert expected outcomes — including console errors, network failures, and visual state. Save evidence under ./.rolepod-uiproof/artifacts/. Web only.

2026-06-01
visual-diff
Analistas de garantia de qualidade de software e testadores

Capture a screenshot of the current UI and compare against a stored baseline under ./.rolepod-uiproof/baselines/. First capture for a baseline_id seeds the baseline; subsequent capture diffs it.

2026-06-01