Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

usability-tester可用性测试员

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

808

周安装

34

GitHub Stars

10

下载量

283
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:usability-tester(可用性测试员)
来源仓库:https://github.com/oakoss/agent-skills
仓库路径:skills/usability-tester
安装命令:
npx skills add https://github.com/oakoss/agent-skills --skill usability-tester
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oakoss/agent-skills --skill usability-tester

简介

usability-tester 用于辅助测试设计、用例整理和回归验证,适合编写单元测试或分析失败日志。

  • 适用于可用性测试与用户行为分析场景,可协助自动化测试和测试计划制定。
  • 通过 GitHub 仓库安装,使用 npx skills add 等 --skill usability-tester 命令部署。
  • 需确认项目测试框架与运行命令,避免破坏真实逻辑或误改关键路径。
  • 建议区分模拟环境与生产环境,防止触发非预期操作或影响外部服务。

SKILL.md

Usability Tester

Overview

Validates that users can successfully complete core tasks through systematic observation and expert evaluation. Covers moderated and unmoderated testing, heuristic evaluation, accessibility checks, and issue severity scoring. Not a substitute for analytics or A/B testing -- those measure what happens, usability testing reveals why.

When to use: Testing user flows, validating designs, identifying friction points, running heuristic evaluations, ensuring users can complete core tasks, planning and executing usability test sessions.

When NOT to use: Analytics or A/B test setup, visual design critique without task-based evaluation, automated UI testing (use a testing framework), performance benchmarking.

Quick Reference

MethodBest ForParticipantsWhen to Use
Moderated testingDeep insights, complex flows5-8 per personaDesign and prototyping stage
Unmoderated testingScale, quantitative data20-50+Pre-launch and post-launch
Guerrilla testingQuick validation, early concepts5-10 randomEarly concept stage
First-click testingNavigation, information architecture20-50Any stage, especially IA redesigns
Heuristic evaluationExpert review against principles3-5 evaluatorsBefore user testing, design audits
Cognitive walkthroughTask flow analysis2-3 evaluatorsEarly design, new feature review
Accessibility auditInclusive design validation3-5 users with disabilitiesPre-launch, compliance reviews
Synthetic user testingScalable task validation with AI agentsN/A (automated)Continuous, regression testing
AI-moderated sessionsAsync moderated testing at scale10-50+When moderator availability is limited

Core Metrics

MetricTargetWhat It Measures
Task success rate80% or higher for core tasksCan users complete the task
Time on taskSimple under 30s, medium 1-2m, complex 3-5mEfficiency
Error rateFewer than 2 per taskLearnability and clarity
Post-task satisfaction4.0 or higher on 5-point scaleSubjective ease
SUS score68+ (industry average), 80+ (excellent)Overall usability

Issue Severity

Severity equals Impact (1-3) multiplied by Frequency (1-3). Critical (8-9): fix before release. High (6-7): fix before release. Medium (4-5): next release. Low (1-3): backlog.

Common Mistakes

MistakeCorrect Pattern
Writing task scenarios with product jargon or step-by-step instructionsUse natural language with realistic context and clear goals to test discoverability
Helping users or explaining the UI during test sessionsObserve silently and let users struggle; confusion reveals real issues
Testing only the happy path with ideal inputsInclude error states, edge cases, and recovery scenarios in test plans
Using fewer than 5 participants per personaRecruit 5-8 users per persona; after 5, diminishing returns per Nielsen research
Collecting findings without severity scoring or follow-up actionsScore every issue by impact times frequency and assign fix priority
Skipping heuristic evaluation before user testingRun expert review first to catch obvious issues cheaply before spending on recruitment
Ignoring accessibility in test planningInclude participants with disabilities and test with assistive technologies
Running only one round of testingTest in waves: 5 users, fix issues, test 5 more until success rate meets targets

Delegation

  • Test plan and scenario creation: Use Task agent to draft objectives, research questions, and realistic task scenarios for each persona
  • Heuristic evaluation: Use Task agent to walk through interfaces against Nielsen's 10 heuristics and document violations with severity ratings
  • Metrics analysis and severity scoring: Use Task agent to calculate SUS scores, task success rates, and severity ratings from raw test data
  • Test report generation: Use Task agent to compile findings into structured reports with prioritized recommendations
  • Test infrastructure planning: Use Plan agent to select testing methods, define recruitment criteria, and schedule test waves
If the quality-auditor skill is available, delegate full codebase quality audits and scoring to it. Otherwise, recommend: pnpm dlx skills add oakoss/agent-skills -s quality-auditor -a claude-code -y

References

  • Test Planning -- objectives, research questions, recruitment, task scenario templates, screening criteria
  • Conducting Tests -- think-aloud protocol, facilitation rules, post-task questions, session structure
  • Testing Methods -- unmoderated, guerrilla, first-click, cognitive walkthrough, method selection by lifecycle stage
  • Heuristic Evaluation -- Nielsen's 10 heuristics, evaluation process, severity rating, combining with user testing
  • Metrics and Severity -- success rate, time on task, errors, satisfaction, SUS scoring, severity formula
  • Reporting -- test report template, key insights format, stakeholder presentation, recommended actions
  • Accessibility Testing -- inclusive recruitment, assistive technology testing, WCAG alignment, accessibility heuristics
  • Remote and Tools -- remote vs in-person comparison, testing tools, test frequency, checklists

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.64%
按下载量换算98

Claude

29.3%
按下载量换算83

Cursor

19.71%
按下载量换算56

Gemini CLI

8.63%
按下载量换算24

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills