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

investigate-failing-tests调查失败的测试

Agent Skill

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

总安装

214

周安装

9

GitHub Stars

4

下载量

75
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/klamping/webdriverio-skills --skill investigate-failing-tests

简介

用于辅助测试设计、自动化测试和用例整理。investigate-failing-tests 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合编写单元测试、端到端测试或根据失败日志定位问题。
  • 需确认项目测试框架、运行命令和夹具数据。
  • 避免为了通过测试而改坏真实逻辑;区分本地模拟与生产环境。
  • 通过 GitHub 安装,适用于 Codex、Claude、Cursor 等宿主环境。

SKILL.md

Investigate Failing Tests

Orchestrate diagnosis and repair of failing WebdriverIO tests.

This skill is a reasoning and routing layer. It does not write code or run tests directly. It delegates those actions to other skills/agents and manages decision points.

Delegation Contract

  • Does not directly edit test files.
  • Does not directly execute test commands.
  • Delegates to:

- running-webdriverio-tests for execution - gathering-context for artifact collection - analyze-website for route/component structure context when missing - writing-webdriverio-code for test-side fixes - managing-project-customizations for stale/missing context refresh - skipped-test-manager for confirmed app bugs

When to Use

  • A user reports failing WDIO tests and needs diagnosis + fix orchestration.
  • Failure details are partial and need structured investigation.
  • There is risk of repeated blind retries or trial-and-error edits.

When Not to Use

  • You only need to run tests (running-webdriverio-tests).
  • You already know the exact test fix and only need implementation (writing-webdriverio-code).
  • You only need artifact/context gathering (gathering-context).

Inputs

Extract and normalize from user input:

  • failing spec file/path
  • failing test name/title
  • error message and stack (if provided)
  • environment target (local/dev/staging/prod)
  • any recent change context from the user

Target Resolution Rule

For references/website-analysis/<target>/..., resolve <target> from:

  1. explicit user URL, else
  2. project baseUrl host, else
  3. unknown-target

If error/stack is missing, delegate to running-webdriverio-tests to reproduce and collect failure details.

Workflow

  1. Parse user input and capture known failure facts.
  2. Load .webdriverio-skills/project-context.* and .webdriverio-skills/custom-rules.md if present.
  3. Load references/website-analysis/<target>/website-analysis.* when available to accelerate route/component reasoning.
  4. If critical details are missing, delegate a focused test run to obtain error + stack.
  5. Delegate to gathering-context with normalized failure details.
  6. If route/component intent is unclear, delegate analyze-website and merge results into hypothesis.
  7. Analyze evidence + recent code changes to form a primary root-cause hypothesis.
  8. Confirm findings with the user before implementation (accept/adjust).
  9. If issue is test-side, delegate fix implementation to writing-webdriverio-code.
  10. Delegate test execution to validate.
  11. Repeat triage/fix loop with strict attempt limits.

Hypothesis and Confirmation

Before requesting a fix, provide the user:

  • likely root cause (1 primary, 1 secondary)
  • why evidence supports it
  • intended fix direction
  • expected validation command scope

Require explicit user confirmation or correction before implementation delegation.

Ralph Wiggum Loop (Bounded)

Use a bounded attempt loop for test-side fixes:

  • attempt 1: implement best-supported fix
  • attempt 2: adjust based on new failure evidence
  • attempt 3: final focused adjustment

If still failing after 3 attempts:

  1. Stop iterative fixing.
  2. Refresh context via managing-project-customizations if stale/missing signals exist.
  3. Ask the user for missing constraints, assumptions, or environment facts.

Never continue blind fix loops past 3 attempts.

Rabbit-Hole Guardrails

  • Do not widen test scope unless evidence requires it.
  • Do not mix multiple speculative fixes in one attempt.
  • Do not switch environments without an explicit reason.
  • Do not treat retries/timeouts as root-cause fixes.
  • Prefer narrowing to single failing test before suite-wide validation.

Recent Change Analysis

Correlate failure evidence with recent modifications:

  • changed selectors/page objects
  • setup/auth/session utilities
  • config/reporter/service changes
  • env/script changes impacting execution mode

Use this correlation to prioritize hypotheses.

Routing Real App Bugs

If evidence indicates product/app behavior regression (not test defect):

  • classify as app bug
  • route to skipped-test-manager
  • include gathered evidence and reproduction details

Output Format

Return concise orchestration summaries with:

  • known inputs
  • current hypothesis
  • delegated action in progress
  • attempt count (if in loop)
  • stop/escalation reason when bounded loop exits

Common Mistakes

  • Running unbounded trial-and-error fix loops.
  • Requesting code changes before confirming hypothesis with user.
  • Skipping context refresh when evidence is stale.
  • Treating app bugs as test-only fixes.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.24%
按下载量换算29

Claude

29.36%
按下载量换算22

Cursor

18.88%
按下载量换算14

Gemini CLI

9.73%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills