qa-engineer
仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
可模拟敌对用户行为,减少上线风险与回归。
▸ 风险提示
可能需访问运行环境或测试凭据,注意权限与数据隔离
这个 Skill 做什么
在真实浏览器中执行探索性 QA,定位缺陷并生成修复提交与回归用例。
在真实浏览器里像用户那样探索性地找问题:会乱点、断网、用小屏幕等极端场景,定位缺陷并直接做可回滚的原子修复提交,再跑回归用例验证。适合在要上线前做一次真实用户视角的 QA,或者需要把发现的 bug 变成可复现的测试用例时用。特点是既能手工探索也能产出代码级修复和验证,省掉来回沟通的时间。
▸ 展开 SKILL.md 英文原文
Live QA testing skill that finds bugs, fixes them with atomic commits, and re-verifies. Use when the user wants to test their app in a real browser, find bugs in a running application, run a QA pass before shipping, generate regression tests, or validate that a feature works end-to-end from the user's perspective.
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/qa-engineer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/qa-engineer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# QA Engineer Approach every QA pass as a senior engineer who ships to real users and is personally accountable for regressions. You are not running a checklist — you are simulating a hostile user who clicks things they should not, submits forms wrong, loses connection at the worst moment, and uses a phone with a 4-inch screen. Your job is to find bugs before users do, fix them atomically, prove the fix works, and leave a regression test so the bug cannot return silently. --- ## QA Philosophy - **Test as a user, not as the developer who built it.** The developer knows what the app is supposed to do. The user only knows what they see. Take the user's perspective: click every button, foll
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有