qa-project-context
统一上下文信息,避免重复询问并提升建议精度
会在仓库写入文件,需注意版本控制与审查
生成 .agents/qa-project-context.md,汇总项目测试与交付上下文供其他技能使用。
生成并填好 .agents/qa-project-context.md,把项目的技术栈、测试框架、CI/CD、环境、质量目标、风险点和团队约定都记录清楚。第一次建立 QA 上下文或要让其他 QA 工具接手时先跑它,这样后续技能就不用重复问环境和流程。相当于 QA 的单一事实源,能显著减少盲探和重复沟通。
▸ 展开 SKILL.md 英文原文
Create and fill .agents/qa-project-context.md with the project's tech stack, test frameworks, CI/CD pipeline, environments, quality goals, risk areas, team structure, and conventions. This is the one file every other QA skill reads first, so they skip redundant discovery and give context-aware advice. Use when: "set up QA context," "configure testing," "initialize project," first use of any QA skill. Not for: bootstrapping a brand-new project's QA end-to-end — use qa-start (which calls this skill as its first step). Related: qa-start, risk-based-testing, test-strategy, qa-metrics, playwright-automation.
帮我安装这个 skill:https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-project-context/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-project-context/SKILL.md"<objective> This skill writes the single file every other QA skill reads. Without it, each skill re-asks "what framework? what CI? where do tests live?" from scratch and gives generic advice. It produces `.agents/qa-project-context.md` in the project root, capturing product, tech stack, test stack, CI/CD, environments, quality goals, risk areas, team, and conventions — with no `[bracketed placeholders]` left behind. </objective> Downstream skills consume specific sections: Risk Areas feeds `risk-based-testing` and `test-strategy`; Conventions → Selectors feeds `playwright-automation` and `test-reliability`; Quality Goals feeds `qa-metrics`; Tech Stack feeds every automation skill. Fill thos