qa-project-context

仓库创建 2026年3月24日最近提交 1 个月前SkillHot 收录 2 天前
▸ 精选理由

统一上下文信息,避免重复询问并提升建议精度

▸ 风险提示

会在仓库写入文件,需注意版本控制与审查

这个 Skill 做什么

生成 .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.

开发编程项目上下文配置文件测试栈通用
47
Stars
10
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-project-context/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-project-context/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有