AgentSkillsCN

qe-strategy

通过质量门控实现“左移”质量工程分析。生成测试场景、评估风险、剖析代码质量。既可独立运行,也可与“邪恶团队”深度集成。 适用于以下场景:“测试策略”、“我该测试什么?”、“质量门控”、“测试场景”、“质量工程分析”、“我们该不该开发这个?”、“它真的能用吗?”

SKILL.md
--- frontmatter
name: qe-strategy
description: |
  Shift-left QE analysis with quality gates.
  Generate test scenarios, assess risks, analyze code quality.
  Works standalone or integrated with wicked-crew.

  Use when: "test strategy", "what should I test", "quality gate",
  "test scenarios", "QE analysis", "should we build this", "does it work"

QE Strategy Skill

Shift-left quality engineering: embed quality thinking throughout delivery.

Core Concept

Quality is how we deliver fast. Don't wait for QE phase—analyze early.

Three Gates

GateWhenQuestion
Valuepost-clarifyShould we build this?
Strategypost-designCan we build it well?
Executionpost-buildDoes it work?

Commands

CommandPurpose
/wicked-qe:analyzeRun QE gate analysis
/wicked-qe:analyze --gate valueValue Gate
/wicked-qe:analyze --gate strategyStrategy Gate (default)
/wicked-qe:analyze --gate executionExecution Gate

Usage

bash
# Default Strategy Gate
/wicked-qe:analyze src/auth

# Value Gate on requirements
/wicked-qe:analyze outcome.md --gate value

# Execution Gate after build
/wicked-qe:analyze src/auth --gate execution

# Quick triage
/wicked-qe:analyze --rigor quick

Output

Analysis produces:

  • Decision: APPROVE / CONDITIONAL / REJECT
  • Evidence: Qualitative + quantitative findings
  • Kanban: Evidence attached to task

Integration

Works with:

  • wicked-crew: Auto-suggested after phases
  • wicked-kanban: Stores evidence
  • wicked-product: Deep review delegation
  • wicked-mem: Cross-session learning