docker-mcpilots: Skill for OpenCode

.opencode/skills/ui-full-audit/SKILL.md

ui-full-audit is a skill for OpenCode from sopyk/docker-mcpilots. It costs 38 tokens per session (452 once invoked), scanned A, original, MIT.

A full user-interface audit process using Playwright, a browser-testing tool, and visual pixel comparison. It checks internal links, browser errors, missing pages, and differences from visual reference images.

In plain words
What is it for?
Auditing a local website, traversing its internal links, checking console errors and 404 pages, comparing screen layouts, and reporting the defects found.
Why use it?
It combines functional link testing and visual checking into one defect report, helping find broken navigation and layout changes.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions OpenCode.

This is sopyk/docker-mcpilots's own configuration. It tells OpenCode how to work on docker-mcpilots itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything docker-mcpilots configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sopyk/docker-mcpilots. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sopyk/docker-mcpilots/main/.opencode/skills/ui-full-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sopyk/docker-mcpilots

Made for: OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ui-full-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/sopyk/docker-mcpilots/ui-full-audit.svg)](https://agentmods.dev/skills/sopyk/docker-mcpilots/ui-full-audit)
Your own site
<a href="https://agentmods.dev/skills/sopyk/docker-mcpilots/ui-full-audit"><img src="https://agentmods.dev/badge/skills/sopyk/docker-mcpilots/ui-full-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 452 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00452
Opus 5 $0.00019 $0.00226
Sonnet 5 $0.00008 $0.00090
Haiku 4.5 $0.00004 $0.00045

Measured 7d ago against content hash 078bbb27ce92, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ui-full-audit scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}" "http://localhost:$PORT/ui/about"
.opencode/skills/ui-full-audit/SKILL.md · 51 lines

What it actually says

流程

步骤 1:校验本地服务

用 bash 检测服务是否运行:

PORT=8900
curl -s -o /dev/null -w "%{http_code}" "http://localhost:$PORT/ui/about"

若返回非 200 则中止并提示启动服务。

步骤 2:功能链接遍历测试(playwright MCP)

操作 playwright MCP 工具:

  1. browser_navigate → 打开首页 http://localhost:${PORT}/ui/login
  2. browser_snapshot → 获取 DOM 快照
  3. 提取站内 <a href="...">,过滤外部域名、锚点、javascript:
  4. 逐一访问,检查 console_logs 中 error/warning 及页面 404 关键词
  5. 记录 【功能-链接】{URL} → {问题}

步骤 3:视觉布局校验(ui-visual-check MCP)

操作 ui-visual-check MCP 工具:

  1. backstop_data/bitmaps_reference/ 不存在 → 调用 visual_baseline
  2. 调用 visual_check 执行像素对比
  3. 查找 "Mismatch"、"failed" 关键词
  4. 记录 【视觉-{视口}】{场景} → {差异%}

步骤 4:输出合并缺陷报告

═══════════════════════════════════════
  UI 全面审计报告
═══════════════════════════════════════

【功能-链接】/some/broken/link → 404
【视觉-desktop】Login Page → 5.2% mismatch

--- 共发现 N 个缺陷 ---

无缺陷则输出 ✅ 全部通过。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 51 lines · 38 tokens per session scan A 078bbb27ce92

Subscribe to this mod's changes

ui-full-audit is a skill published in the GitHub repository sopyk/docker-mcpilots (3 stars, last pushed 6d ago), licensed MIT. It adds 38 tokens to every session and 452 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

browse

Drive a real browser through Aside: open a page, read it, click through a flow, take screenshots, check console errors. (gstack).

garrytan/gstack · 32 tokens

playwright-cli

A command-line tool for controlling Chromium, Firefox, and WebKit browsers, including navigation, page interaction, screenshots, PDFs, and recorded actions.

UnicomAI/wanwu · 76 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

anthropics/skills · 35 tokens

browser-qa

A browser-based quality check for deployed web pages and user flows. It uses browser automation to test rendering, navigation, forms, interactions, responsive behaviour, and accessibility-related issues.

hashgraph-online/awesome-codex-plugins · 58 tokens

test-electron-app

Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…

PostHog/posthog-foss · 112 tokens

smoke-test

Run smoke tests against a deployed or local app based on your git diff. Each test uses Skyvern browser tools (navigate, act, validate, screenshot) with Chrome DevTools MCP as fallback. Posts screenshot evidence as PR comments.

Skyvern-AI/skyvern · 50 tokens