Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

rolepod-uiproof

rolepod-uiproof contient 8 skills collectées depuis nuttaruj, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
8
Stars
2
mis à jour
2026-06-01
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

audit-a11y
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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