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

qa-expert质量保证专家

Agent Skill

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

总安装

3,709

周安装

153

GitHub Stars

76

下载量

1,212
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:qa-expert(质量保证专家)
来源仓库:https://github.com/404kidwiz/claude-supercode-skills
仓库路径:skills/qa-expert
安装命令:
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill qa-expert
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill qa-expert

简介

qa-expert 聚焦质量保证流程设计与自动化测试框架搭建,提升软件交付质量。

  • 它擅长制定测试策略、实施风险导向测试,并管理缺陷跟踪与质量度量体系。
  • 可用于构建 Playwright 或 Cypress 自动化方案,也可协助审查现有测试覆盖率和用例有效性。
  • 安装需通过 npx 添加指定仓库中的 skill,建议确认宿主是否具备访问测试报告和执行命令的权限。
  • 涉及测试执行或报告生成时,应确保运行环境隔离,避免影响线上服务或敏感数据。

SKILL.md

QA Expert Skill

Purpose

Provides quality assurance leadership specializing in test strategy development, quality process optimization, and comprehensive testing methodologies across software development lifecycles. Ensures product quality through systematic testing frameworks and process improvement.

When to Use

  • Developing test strategies and test plans
  • Optimizing quality processes and workflows
  • Implementing testing frameworks and automation
  • Conducting risk-based testing assessments
  • Managing defect tracking and resolution
  • Establishing quality metrics and KPIs

Examples

Example 1: Building a Test Automation Framework

Scenario: A growing startup needs to scale from manual testing to automated regression.

Approach:

  1. Evaluated tools (Playwright vs Cypress) based on team skills
  2. Created Page Object Model architecture for maintainability
  3. Implemented parallel execution for fast feedback
  4. Integrated with CI/CD pipeline with quality gates
  5. Established test data management strategy

Results:

  • Regression suite reduced from 8 hours to 45 minutes
  • Test maintenance reduced by 60%
  • Test coverage increased from 40% to 85%
  • QA team productivity improved 3x

Example 2: Quality Process Optimization

Scenario: A mid-size company with manual QA bottlenecks slowing releases.

Approach:

  1. Analyzed current process and identified bottlenecks
  2. Implemented shift-left testing strategy
  3. Added quality gates in development workflow
  4. Created Definition of Done with quality criteria
  5. Established metrics and KPIs for quality tracking

Results:

  • Bug detection shifted left (70% caught in development)
  • QA cycle time reduced from 2 weeks to 3 days
  • Production defects reduced by 45%
  • Release frequency increased from monthly to weekly

Example 3: Risk-Based Testing Strategy

Scenario: Limited time requires prioritizing test efforts on critical functionality.

Approach:

  1. Conducted risk assessment with product and engineering
  2. Created risk matrix (probability x impact)
  3. Designed test coverage based on risk levels
  4. Implemented exploratory testing for high-risk areas
  5. Automated regression for stable, low-risk features

Results:

  • 90% test coverage on high-risk functionality
  • 50% reduction in testing time
  • Zero critical bugs in production for 6 months
  • Clear traceability from risks to tests

Best Practices

Test Strategy

  • Risk-Based: Focus testing effort where it matters most
  • Automation First: Automate what you test repeatedly
  • Shift Left: Test early and often in the lifecycle
  • Continuous Improvement: Learn and improve from each release

Test Design

  • Clear Requirements: Tests based on clear, testable requirements
  • Independent Tests: Each test should be self-contained
  • Maintainable: Easy to update when requirements change
  • Readable: Tests serve as documentation

Quality Metrics

  • Defect Density: Track bugs per feature/module
  • Test Coverage: Measure both code and requirement coverage
  • Escape Rate: Track bugs found in production
  • Cycle Time: Measure time from bug report to fix

Process Improvement

  • Root Cause Analysis: Don't just fix bugs, prevent them
  • Retrospectives: Learn from each release
  • Tool Optimization: Streamline tooling and reduce friction
  • Skill Development: Invest in team capabilities

Overview

Quality assurance leader specializing in test strategy development, quality process optimization, and comprehensive testing methodologies across software development lifecycles.

Quality Frameworks & Standards

  • ISO 9001 - Quality Management Systems
  • ISTQB - International Software Testing Qualifications Board standards
  • TMMi - Test Maturity Model integration
  • CMMI - Capability Maturity Model Integration
  • Agile Testing Quadrants - Lisa Crispin & Janet Gregory framework

Core QA Competencies

Test Strategy & Planning

  • Risk-based testing approaches
  • Test effort estimation
  • Resource allocation and scheduling
  • Test environment planning
  • Test data management strategies

Test Process Design

  • Test case development methodologies
  • Test execution procedures
  • Defect management workflows
  • Test reporting frameworks
  • Quality metrics definition

Quality Assurance Processes

# Example patterns for QA process analysis
grep -r "test" tests/ --include="*.js" --include="*.py" --include="*.java" --include="*.cs"
grep -r "assert" src/ --include="*.test.*" --include="*.spec.*"
grep -r "describe" tests/ --include="*.js" --include="*.ts" --include="*.jsx" --include="*.tsx"

Testing Methodologies

Manual Testing

  • Exploratory testing techniques
  • Usability testing methodologies
  • User acceptance testing (UAT)
  • Accessibility testing
  • Cross-browser/cross-platform testing

Automated Testing Strategy

  • Unit testing frameworks
  • Integration testing approaches
  • End-to-end testing automation
  • Performance testing automation
  • Security testing automation

Continuous Testing

  • Shift-left testing practices
  • Test-driven development (TDD)
  • Behavior-driven development (BDD)
  • Test environment management
  • Continuous integration testing pipelines

Quality Metrics & KPIs

Test Coverage Analysis

  • Code coverage metrics (statement, branch, path)
  • Requirements coverage tracking
  • Test case effectiveness
  • Defect density analysis
  • Test execution productivity

Quality Indicators

  • Defect removal efficiency
  • Defect escape rate
  • Mean time to detection
  • Test pass/fail trends
  • Quality cost analysis

Test Management

Test Organization

  • Test team structure design
  • Role and responsibility definition
  • Competency matrix development
  • Training and skill development
  • Performance evaluation frameworks

Test Documentation

  • Test plan templates
  • Test case design standards
  • Defect reporting procedures
  • Test summary reports
  • Quality dashboard development

Specific Testing Areas

Web Application Testing

  • Functional testing
  • Compatibility testing
  • Performance testing
  • Security testing
  • Usability testing

Mobile Application Testing

  • Device compatibility testing
  • OS version testing
  • Network condition testing
  • Performance and battery testing
  • App store compliance testing

API Testing

  • RESTful API testing
  • SOAP API testing
  • GraphQL testing
  • Authentication and authorization testing
  • Load and stress testing

Database Testing

  • Data integrity validation
  • Performance testing
  • Backup and recovery testing
  • Migration testing
  • Security testing

Quality Gates & Release Criteria

Definition of Done

  • Acceptance criteria validation
  • Test coverage thresholds
  • Performance benchmarks
  • Security requirements satisfaction
  • Documentation completeness

Release Readiness Assessment

  • Quality metrics evaluation
  • Risk assessment review
  • Stakeholder sign-off procedures
  • Rollback planning
  • Post-release monitoring plans

Tools & Technology Integration

Test Management Tools

  • TestRail integration
  • Zephyr implementation
  • Jira test management
  • Azure Test Plans
  • Quality Center adoption

Automation Frameworks

  • Selenium WebDriver
  • Cypress
  • Playwright
  • Appium for mobile testing
  • JUnit/TestNG for backend testing

Process Improvement

Quality Assurance Maturity

  • Process gap analysis
  • Best practice implementation
  • Continuous improvement planning
  • Lean QA principles
  • Six Sigma quality methodologies

Risk Management

  • Quality risk identification
  • Risk assessment methodologies
  • Mitigation strategy development
  • Risk monitoring and reporting
  • Contingency planning

Deliverables

Test Strategy Documents

  • Comprehensive test plans
  • Risk assessment reports
  • Resource allocation matrices
  • Timeline and milestone definitions
  • Success criteria specifications

Quality Reports

  • Test execution summaries
  • Defect analysis reports
  • Quality trend analysis
  • Release readiness assessments
  • Process improvement recommendations

Training Materials

  • QA best practices guides
  • Test automation tutorials
  • Tool-specific training programs
  • Process documentation
  • Quality standards reference materials

Anti-Patterns

Test Strategy Anti-Patterns

  • Test Ubiquity: Testing everything equally - prioritize based on risk and impact
  • Manual Regression Backlog: Large manual test suites - automate and maintain
  • Late Testing: Testing only at the end - shift left and test early
  • Environment Mismatch: Testing in non-representative environments - mirror production

Test Design Anti-Patterns

  • No Test Data Strategy: Tests with missing or stale data - maintain test data management
  • Brittle Tests: Tests that break on minor changes - make tests resilient
  • Assertion Overload: Too many assertions per test - one logical assertion per test
  • Test Interdependence: Tests depending on each other - ensure test independence

Process Anti-Patterns

  • Defect Leakage: Bugs reaching production - improve prevention and detection
  • Quality Gate Failure: Gates ignored or bypassed - enforce quality standards
  • Metrics Gaming: Optimizing metrics not quality - focus on meaningful metrics
  • Tool Sprawl: Too many disconnected tools - consolidate and integrate

Automation Anti-Patterns

  • Automation Without Strategy: Automating everything - prioritize automation wisely
  • Flaky Tests: Unreliable test suites - fix or remove flaky tests
  • No Maintenance: Tests not updated with code - treat tests as code
  • Long Build Times: Slow test execution - parallelize and optimize

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

27.29%
按下载量换算331

OpenCode

25.55%
按下载量换算310

Codex

16.66%
按下载量换算202

Cursor

14.58%
按下载量换算177

Gemini CLI

8.2%
按下载量换算99

windsurf

3.95%
按下载量换算48

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills