Agent Plugins Marketplace
All plugins

qa-webwright

v0.8.2

瀏覽器功能測試方法論 plugin:qa-engineer agent 一手包——設計測試計畫(覆蓋矩陣 / 必測 checklist / 測試資料與日期四點驗證)、自行用 Playwright MCP 執行(預擬 codify 草稿 → 首跑收失敗清單 → 只對失敗 CP 定向探索補值)、以結構化證據(API 業務碼 / DOM 讀回 / readback)自我驗證;主 Agent 只派工收結論、不親跑 MCP。qa-flow.sh 把落地動作(建骨架 / 出 junitxml 報告 / 防假綠燈 / 回填 catalog 情境索引)鎖進腳本、落點鎖 session 目錄。內建 Stop hook 強制:觸發 QA 後用了瀏覽器工具卻沒落地產物會被擋下。webwright 為選用的外部站備用探索器。

Claude Code1 Skill

By fulin2 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install qa-webwright for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install qa-webwright@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/abs1294/fulin-claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/qa-webwright/.

Plugin files

plugins/qa-webwright/
├── .claude-plugin/plugin.json
└── skills/browser-qa/SKILL.md

Included Skills1

browser-qaskills/browser-qa/SKILL.md

瀏覽器功能測試方法論。當要對某功能 / 頁面 / 流程做功能測試時觸發——含「開發完成需驗證新互動 / 新畫面 / 新流程」, 也含使用者說「執行 / 跑 / 做 一些測試案例」、「幫我測這個功能」、「跑 e2e / 端對端測試」、「回歸測試」、 「測試落地 / 沉澱測試 / 存測試案例」等意圖(這些都指「設計並執行功能測試、沉澱成可重跑 runner」,不是單純跑一支既有腳本)。 兩階段皆由 QA agent(qa-engineer)一手包:設計測試計畫(含 critical points)→ 預擬 codify 草稿 (grep 原始碼填真實值)→ 首跑收失敗清單 → 只對失敗 CP 定向探索補值,以結構化證據 (API 碼 / DOM 讀回 / 來源 readback)自我驗證並輸出測試報告;主 Agent 只派工收結論、不親跑 MCP。

Plugin manifests1

plugins/qa-webwright/.claude-plugin/plugin.json
{
  "name": "qa-webwright",
  "version": "0.8.2",
  "description": "瀏覽器功能測試方法論 plugin:qa-engineer agent 一手包——設計測試計畫(覆蓋矩陣 / 必測 checklist / 測試資料與日期四點驗證)、自行用 Playwright MCP 執行(預擬 codify 草稿 → 首跑收失敗清單 → 只對失敗 CP 定向探索補值)、以結構化證據(API 業務碼 / DOM 讀回 / readback)自我驗證;主 Agent 只派工收結論、不親跑 MCP。qa-flow.sh 把落地動作(建骨架 / 出 junitxml 報告 / 防假綠燈 / 回填 catalog 情境索引)鎖進腳本、落點鎖 session 目錄。內建 Stop hook 強制:觸發 QA 後用了瀏覽器工具卻沒落地產物會被擋下。webwright 為選用的外部站備用探索器。",
  "author": {
    "name": "fulin"
  },
  "keywords": [
    "qa",
    "testing",
    "webwright",
    "browser",
    "e2e",
    "playwright"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[qa-webwright on Agent Plugins Marketplace](https://pluginsmp.com/plugins/qa-webwright)