qa-project-context
Installation
SKILL.md
What Is This File
Every QA skill in this collection depends on a single context file: .agents/qa-project-context.md in your project root. This file captures everything about your product, tech stack, test infrastructure, quality goals, and team structure in one place.
Why it matters:
- No repeated questions. Without context, every skill starts from scratch: "What framework do you use? What's your CI pipeline? Where do tests live?" With context, skills already know.
- Better recommendations. A Playwright skill that knows you use Next.js on Cloudflare with GitHub Actions gives different advice than one that assumes a generic React SPA on Vercel.
- Cross-skill consistency. When
test-strategyrecommends a coverage target andqa-metricstracks it, they both reference the same goals from the same file. - Onboarding accelerator. New team members (human or AI) read one file and understand the entire QA landscape.
Location: .agents/qa-project-context.md in your project root (not in the qaskills repo itself). A blank template ships with qaskills at .agents/qa-project-context.md for reference.
How To Fill It Out
Related skills