qa

仓库创建 2026年7月8日最近提交 3 天前SkillHot 收录 4 小时前
▸ 精选理由

可对用户指定流程/页面做可审计的质量判定与证据链。

这个 Skill 做什么

用真实浏览器驱动网站并给出1-5分的QA评估与证据。

用真实 Browser 驱动网站或本地服务,检查某个页面/流程并给出 1 到 5 的质量评分(5 完美、1 损坏),同时附上支持结论的证据。适合想验证功能是否可用(比如结账流程)、做上线质量把关或给产品打分的场景。特点是使用云端浏览器并自动隧道本地服务器,产出是可复现的判定和说明,不是简单的截图堆砌。

▸ 展开 SKILL.md 英文原文

QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page"). Drives a real Browser Use cloud browser, tunneling localhost automatically.

自动化集成网站QA自动化测试质量评分通用
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/qa/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/qa/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# QA

Drive a website with a real browser, judge how well it does the thing the user asked about, and return a **score from 1 (broken) to 5 (excellent)** with evidence. The deliverable is a verdict, not a screenshot dump.

## Inputs

From the user's invocation (the text after `/qa`, or their message):
- **Target** — a URL (`https://…`) or a local dev server (`localhost:5173`, `:3000`, "the app on 5173"). **Required** — if absent, ask for it before doing anything else.
- **What to test** (optional) — a flow or focus ("the signup", "search + filters"). If omitted, test the most obvious happy path and say so in the report.

## Can you see images? (decide this first)

This skill's verdict is **v
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有