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

sprint-testing-workflow-en冲刺测试工作流程 en

Agent Skill

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。它适合让 Agent 辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。使用时要确认项目权限、字段配置和工作流规则,不同团队的 Issue 类型、状态和必填字段可能不同;涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。

总安装

245

周安装

10

GitHub Stars

39

下载量

78
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/naodeng/awesome-qa-skills --skill sprint-testing-workflow-en

简介

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。

  • 适合辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。
  • 使用时需确认项目权限、字段配置和工作流规则,不同团队 Issue 类型和状态可能不同。
  • 涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。
  • 安装前建议核对仓库维护状态及是否会触发联网、命令执行或文件读写。

SKILL.md

Sprint Testing Workflow

中文版: 见技能 sprint-testing-workflow

Complete testing workflow for a 2-week sprint. Prompts: see reference.md and this directory's prompts/.

When to Use

  • User mentions sprint testing, iteration planning, or sprint retrospective
  • Need phase-by-phase sprint testing (planning → review → retrospective)
  • Trigger: e.g. “Help me plan sprint testing” or “Walk me through the sprint test flow”

Phases: Day 1 Planning → Days 2–3 Setup & early testing → Days 4–8 Active testing → Days 9–10 Intensive (regression, integration, visual) → Day 11 Stabilization → Day 12 Review & demo → Day 13 Retrospective & next sprint.


Day 1: Sprint Planning

☑️ Morning·Planning Meeting Checklist

  • Pre-meeting preparation

- Review product backlog - Analyze upcoming user stories - Use prompts: test-strategy

  • Meeting participation

- Understand acceptance criteria - Identify testable requirements - Estimate testing effort - Mark testing dependencies

☑️ Afternoon·Test Planning Checklist

  • Test strategy development

- Create test strategy document - Define test scope - Determine environment requirements - Plan test data needs - Identify automation candidates - Use prompts: test-strategy, requirements-analysis

  • Deliverables completion

- Sprint number and basic info - User story list - Test focus and priorities - Automation plan - Risk assessment

Days 2–3: Setup & Early Testing

☑️ Environment Setup Checklist

  • Test environment preparation

- Set up test environment - Configure CI/CD pipeline - Prepare test data - Verify environment availability - Use prompts: automation-testing, test-strategy

☑️ Early Testing Checklist

  • Test case creation

- Generate test cases for early completed stories - Review cases with development team - Use prompts: test-case-writing

  • Exploratory testing

- Perform exploratory testing on completed work - Record discovered issues - Use prompts: manual-testing

Days 4–8: Active Development & Testing

☑️ Daily Activities Checklist

  • Daily standup

- Report yesterday's completed work - State today's plan - Raise blockers and issues

  • Manual testing

- Execute test cases for completed stories - Explore new features - Record discovered defects - Use prompts: manual-testing, bug-reporting

  • Automation test development

- Write automation tests for completed stories - Code review and optimization - Integrate into CI/CD - Use prompts: automation-testing, api-testing

  • Defect management

- Review new defects - Define priorities with team - Regression test fixed defects - Update defect status

☑️ Days 5–6·Mid-Sprint Review Checklist

  • Progress review

- Review test execution progress - Adjust test plan if necessary - Identify risky stories - Update automation coverage

  • Key metrics check

- Test execution rate - Defect discovery rate - Automation coverage - Story completion vs test completion comparison

Days 9–10: Intensive Testing

☑️ Regression Testing Checklist

  • Automated regression

- Execute full automated regression suite - Analyze failed cases - Fix or update tests - Use prompts: functional-testing, ai-assisted-testing

  • Manual regression

- Execute critical path manual tests - Cross-browser testing - Mobile testing - Use prompts: functional-testing

☑️ Integration Testing Checklist

  • End-to-end testing

- Test complete user journeys - Verify system integration - Test data flows - Verify third-party integrations - Use prompts: functional-testing, api-testing

☑️ Visual Testing Checklist

  • UI and accessibility testing

- Visual regression testing - UI change verification - Responsive design testing - Accessibility testing - Use prompts: accessibility-testing

Day 11: Stabilization

☑️ Bug Bash Checklist

  • Optional: Bug bash activity

- Organize 2-hour focused testing - Use exploratory testing charters - Record discovered issues - Use prompts: manual-testing

☑️ Final Defect Handling Checklist

  • Defect priority handling

- Critical defects must be fixed - High priority defects assessed - Medium/low priority defects moved to backlog

☑️ Completion Check Checklist

  • Sprint completion verification

- All stories tested - Critical defects fixed and regressed - Regression tests passed - Automation tests updated - Test report generated

Day 12: Review & Demo

☑️ Review Preparation Checklist

  • Test report preparation

- Create executive summary - Compile defect metrics - Calculate automation coverage - Prepare quality dashboard - Use prompts: test-reporting, test-strategy

☑️ Review Meeting Checklist

  • Results presentation

- Present testing achievements - Share quality metrics - Explain known issues - Assess next sprint risks - Demo automation and coverage

Day 13: Retrospective & Next Sprint Prep

☑️ Retrospective Meeting Checklist

  • Retrospective discussion

- Discuss what went well in testing - Identify challenges encountered - Propose process improvements - Create action items for next sprint

  • Specialized discussion

- Automation test effectiveness - Defect discovery timing - Environment and tool issues

☑️ Next Sprint Preparation Checklist

  • Forward planning

- Review upcoming stories - Identify testing challenges - Plan automation needs - Update test strategy


How to Use

  1. Check reference.md to find the prompt file for the current step.
  2. Open the corresponding file in prompts/, then combine it with the current context (scope, environment, risks, constraints).
  3. Run step by step, and update priorities or gates based on outputs and blockers.

Common Pitfalls

  • ❌ Skipping planning and testing ad hoc → ✅ Clarify stories and acceptance criteria first, then write and run cases
  • ❌ No mid-sprint review → ✅ Run a mid-sprint check on days 5–6 and adjust plan/priority as needed
  • ❌ Leaving regression to the last day → ✅ Run intensive regression on days 9–10 and keep day 11 for stabilization

Best Practices

  • Day 1: use reference.md for planning, test strategy, and requirements prompts
  • Around daily standups: use bug-reporting and test-reporting prompts to log and sync
  • Day 11: complete the checklist (stories tested, regression passed, critical bugs fixed) before review
  • When red flags appear: use test-strategy prompts for risk analysis and communication

Reference Files

  • reference.md — Step-to-prompt file mapping
  • prompts/ — English prompt files for this workflow (open the matching .md per step and use with context)

Related: daily-testing-workflow-en, release-testing-workflow-en.

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

34.15%
按下载量换算27

Claude

29.5%
按下载量换算23

Cursor

17.63%
按下载量换算14

Gemini CLI

9.62%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills