Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问clear审计通过

automation-strategy自动化策略

Agent Skill

automation-strategy 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

267

周安装

11

GitHub Stars

61

下载量

87
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:automation-strategy(自动化策略)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/automation-strategy
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill automation-strategy
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill automation-strategy

简介

automation-strategy 指导测试自动化策略规划,帮助评估 ROI、选择合适测试层级并制定持续集成方案。

  • 适用于需要建立测试金字塔、风险驱动测试或优化自动化框架的技术团队。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 理解四象限决策模型。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Test Automation Strategy

When to Use This Skill

Use this skill when:

  • Automation Strategy tasks - Planning test automation strategies
  • Planning or design - Need guidance on ROI analysis, candidate selection, framework evaluation
  • Best practices - Want to follow established patterns and standards

Overview

A well-planned test automation strategy maximizes ROI by automating the right tests at the right level. Poor automation choices lead to maintenance burden, flaky tests, and wasted effort.


Automation Quadrant

                    High Business Value
                           │
        ┌──────────────────┼──────────────────┐
        │   AUTOMATE       │   AUTOMATE       │
        │   FIRST          │   (careful ROI)  │
        │   (High ROI)     │                  │
  Low   ├──────────────────┼──────────────────┤  High
Effort  │   AUTOMATE       │   CONSIDER       │  Effort
        │   (Low effort)   │   MANUAL         │
        │                  │   (Low ROI)      │
        └──────────────────┼──────────────────┘
                    Low Business Value

Selection Criteria Matrix

CriterionWeightScore (1-5)
Execution Frequency25%5 = Daily, 1 = Quarterly
Business Criticality25%5 = Revenue-critical, 1 = Rarely used
Stability (low change)20%5 = Never changes, 1 = Weekly
Complexity to Automate15%5 = Trivial, 1 = Very complex
Data Availability15%5 = Static, 1 = Unavailable

Decision: Score ≥ 4.0: Prioritize | 3.0-3.9: Defer | < 3.0: Keep manual


Good vs Poor Automation Candidates

Good CandidatesPoor Candidates
Smoke/sanity testsExploratory testing
Regression testsUsability testing
Data-driven testsOne-time tests
API contract testsRapidly changing features
Performance baselinesVisual design validation
Security scansEdge cases rarely executed

ROI Quick Estimation

FactorMultiply Manual Time By
Simple UI automation3-5x
Complex UI automation8-15x
API automation1-2x
Database automation2-3x
Performance tests5-10x

Example: 30 min manual × 1.5 = 45 min API automation. 52 weekly runs = 26 hrs saved. ROI = 3,367%


Anti-Patterns to Avoid

Anti-PatternProblemSolution
Sleep/Wait hardcodingFlaky, slowUse explicit waits
XPath over data-testidBrittleUse stable selectors
Test interdependenceOrder-dependent failuresIsolated test setup
Shared mutable stateRace conditionsFresh state per test
Too many E2E testsSlow pipelinePush to lower pyramid

Maintenance Metrics

MetricHealthyWarningCritical
Pass rate> 98%95-98%< 95%
Flaky test rate< 2%2-5%> 5%
Avg execution time< 10 min10-30 min> 30 min
Maintenance hours/week< 4 hrs4-8 hrs> 8 hrs

References

ReferenceContentWhen to Load
automation-strategy-template.mdFull strategy template, framework selection, roadmapCreating automation strategy
automation-patterns.mdPage Object Model, Fluent Builder, Test FixtureImplementing.NET Playwright tests

Integration Points

Inputs from:

  • test-strategy-planning skill → Overall strategy
  • test-pyramid-design skill → Pyramid ratios
  • Requirements → Coverage targets

Outputs to:

  • CI/CD pipeline → Automation integration
  • Team training → Framework usage
  • test-case-design skill → Automatable test designs

Test Scenarios

Scenario 1: Planning automation strategy

Query: "Help me plan a test automation strategy for our e-commerce platform"

Expected: Skill activates, provides strategy template, guides through assessment

Scenario 2: Evaluating automation candidates

Query: "Should I automate this checkout flow test?"

Expected: Skill activates, provides selection criteria matrix, helps calculate ROI

Scenario 3: Implementing patterns

Query: "Show me the Page Object Model pattern in Playwright"

Expected: Skill activates, loads automation-patterns.md reference, provides code examples


Last Updated: 2025-12-28

Version History

  • v1.1.0 (2025-12-28): Refactored to progressive disclosure - extracted template/patterns to references/
  • v1.0.0 (2025-12-26): Initial release

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Antigravity

30.02%
按下载量换算26

trae

22.59%
按下载量换算20

windsurf

17.75%
按下载量换算15

Claude Code

15.08%
按下载量换算13

Codex

8.25%
按下载量换算7

Gemini CLI

3.5%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills