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

requirements-analysis-en需求分析 en

Agent Skill

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

总安装

329

周安装

14

GitHub Stars

39

下载量

115
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:requirements-analysis-en(需求分析 en)
来源仓库:https://github.com/naodeng/awesome-qa-skills
仓库路径:skills/requirements-analysis-en
安装命令:
npx skills add https://github.com/naodeng/awesome-qa-skills --skill requirements-analysis-en
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/naodeng/awesome-qa-skills --skill requirements-analysis-en

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限与维护状态。
  • 使用前建议核实是否会触发联网、命令执行或文件读写操作。
  • requirements-analysis-en 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Requirements Analysis (English)

中文版: See skill requirements-analysis.

Prompt: this directory's prompts/requirements-analysis_EN.md.

When to Use

  • User mentions requirements analysis, test point identification
  • Need to extract test points from requirement documents
  • Trigger examples: "Analyze test points for this requirement" or "Identify boundary conditions in requirements"

Output Format Options

This skill defaults to Markdown. To get another format, add at the end of your request.

How to Use

  1. Open the relevant file in this directory's prompts/ and copy the content below the dashed line.
  2. Append your requirements and context (business flow, environment, constraints, acceptance criteria).
  3. If you need non-Markdown output, append the request sentence from output-formats.md at the end.

Reference Files

Code Examples

  1. Requirements Analysis Templates (Planned) - Requirements analysis examples and templates

Common Pitfalls

  • Only looking at surface functionality → ✅ Deeply analyze implicit requirements and boundary conditions
  • Ignoring non-functional requirements → ✅ Focus on performance, security, usability, etc.
  • Missing exception scenarios → ✅ Identify all possible exception cases
  • Lacking priority → ✅ Mark test point priorities

Best Practices

1. Requirements Analysis Framework (5W1H)

## What (What is it)
- Feature description
- Business goals
- User value

## Who (Who uses it)
- Target users
- User roles
- Permission requirements

## When (When)
- Trigger conditions
- Time constraints
- Frequency requirements

## Where (Where)
- Usage scenarios
- Environment requirements
- Platform limitations

## Why (Why)
- Business reasons
- Problem solving
- Value proposition

## How (How to implement)
- Implementation approach
- Technical solution
- Interaction flow

2. Test Point Identification

Test Point Types:

  • Functional test points
  • UI test points
  • Data test points
  • Performance test points
  • Security test points
  • Compatibility test points

Identification Methods:

  • Equivalence partitioning
  • Boundary value analysis
  • Decision table
  • State transition diagram
  • Use case analysis
  • User story mapping

3. Boundary Condition Analysis

Boundary Types:

  • Input boundaries (min/max values, length limits)
  • Output boundaries (result ranges, data formats)
  • Time boundaries (timeout, expiration, scheduling)
  • Quantity boundaries (count limits, capacity)
  • Permission boundaries (role-based access control)

Analysis Techniques:

  • On-point testing (exact boundary value)
  • Off-point testing (just inside/outside boundary)
  • Edge case testing (extreme values)

4. Dependency Analysis

Dependency Types:

  • Data dependencies (input/output relationships)
  • Functional dependencies (feature interactions)
  • System dependencies (external services, APIs)
  • Environmental dependencies (OS, browser, device)

5. Risk Assessment

Risk Categories:

  • High: Critical business impact, high probability
  • Medium: Moderate impact or probability
  • Low: Minor impact, low probability

Risk Factors:

  • Complexity of implementation
  • Frequency of use
  • Business criticality
  • Technical uncertainty

Troubleshooting

Detailed troubleshooting steps were moved to references/troubleshooting.md. Load it on demand to keep the main skill concise.

Target Audience

  • QA engineers and developers executing this testing domain in real projects
  • Team leads who need structured, reproducible testing outputs
  • AI users who need fast, format-ready deliverables for execution and reporting

Not Recommended For

  • Pure production incident response without test scope/context
  • Decisions requiring legal/compliance sign-off without expert review
  • Requests lacking minimum inputs (scope, environment, expected behavior)

Critical Success Factors

  • Provide clear scope, environment, and acceptance criteria before generation
  • Validate generated outputs against real system constraints before execution
  • Keep artifacts traceable (requirements -> test points -> defects -> decisions)

Output Templates and Parsing Scripts

  • Template directory: output-templates/

- template-word.md (Word-friendly structure) - template-excel.tsv (Excel paste-ready) - template-xmind.md (XMind-friendly outline) - template-json.json - template-csv.csv - template-markdown.md

  • Parser scripts directory: scripts/

- Parse (generic): parse_output_formats.py - Parse (per-format): parse_word.py, parse_excel.py, parse_xmind.py, parse_json.py, parse_csv.py, parse_markdown.py - Convert (generic): convert_output_formats.py - Convert (per-format): convert_to_word.py, convert_to_excel.py, convert_to_xmind.py, convert_to_json.py, convert_to_csv.py, convert_to_markdown.py - Batch convert: batch_convert_templates.py (outputs into artifacts/)

Examples:

python3 scripts/parse_json.py output-templates/template-json.json
python3 scripts/parse_markdown.py output-templates/template-markdown.md
python3 scripts/convert_to_json.py output-templates/template-markdown.md
python3 scripts/convert_output_formats.py output-templates/template-json.json --to csv
python3 scripts/batch_convert_templates.py --skip-same

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.62%
按下载量换算42

Claude

27.92%
按下载量换算32

Cursor

18.55%
按下载量换算21

Gemini CLI

9.81%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills