A guided interview to challenge and validate QA automation plans, test strategies, and framework designs before implementation. Use when the user wants to validate a test architecture, challenge a testing decision, prepare an AI-assisted testing rollout, or uses any "grill" trigger phrase (grill my test plan, audit my QA automation framework, challenge my QA strategy, review my test architecture).
npx skills add https://github.com/fugazi/test-automation-skills-agents --skill grill-me-qa
A guided, systematic interview that challenges every aspect of a QA automation plan or test strategy until all decisions are resolved. Designed for QA Automation Engineers, SDETs, and QA Leads working with AI-assisted testing tools.
> Activation: Triggered when the user wants to validate, challenge, or stress-test a testing plan, test strategy, framework choice, test architecture, or AI-testing strategy. Also activated by explicit reference: "use the skill grill-me-qa".
The skill activates on explicit requests and on implicit intent. Treat these as activation signals in both English and Spanish:
This skill grills *strategy and architecture* decisions. It is not the right tool for:
playwright-e2e-testing, api-testing, or the relevant framework skillIf the request is tactical ("write me a login test", "why does this selector fail"), hand off to the implementation skills instead.
This skill targets web and API test automation. The five dimensions apply broadly, but tooling recommendations (Dimension 2) and non-functional requirements (Dimension 1) are tuned for web/API contexts.
Adapt your recommended answers to the profile identified in Phase 1. The right advice for a solo SDET is wrong for a QA Lead at an enterprise:
Phase 1: Context Discovery + Codebase Exploration
→ Capture the user's role, team size, project maturity, greenfield/legacy, constraints
→ What are we grilling? (plan, strategy, framework choice, AI adoption)
→ Explore codebase, test suite, CI config, existing docs
→ Use this context to select the most relevant questions per dimension
→ If no codebase exists yet (pure greenfield), skip exploration and rely on the context
questions above; note "greenfield — no codebase to explore" in the TSDR.
Phase 2: Systematic Grilling (5 Dimensions, 10-15 questions max)
→ Walk through each dimension, one question at a time
→ Select the 2-3 most critical questions per dimension based on the Phase 1 profile
→ Provide recommended answer, wait for user's decision
→ Resolve dependencies before moving forward
→ Dimension 4 (AI) opens with a gate question — quick-exit if AI is not in use
Phase 3: TSDR Generation
→ Summarize all decisions into a Test Strategy Decision Record (TSDR)
→ Offer Markdown and/or HTML output
The whole session should stay within 10-15 questions. A grilling that drags past 15 questions exhausts the user and dilutes the signal. The budget counts only the interrogation questions across the five dimensions — Phase 1 context discovery questions are free and do not count against the limit.
Accounting rules, so the budget actually holds:
Each dimension contains a decision tree with specific interrogation points. Read references/qa-decision-tree.md for the full question bank.
> Gate question: Start Dimension 4 with: *"Are you using or planning to use AI tools for testing?"* Branch on the answer:
> - No → resolve with 1-2 quick validation questions (at most 2, they count against the budget), mark the dimension as Resolved/Not Applicable, and move on. Don't force a full AI interrogation on a team with no AI integration.
> - Yes → run the core AI questions (4.1–4.4). In 4.1, probe the *current* touchpoints, not aspirational ones.
> - Ambiguous ("evaluating", "partially", "ad-hoc", "developers use Copilot but nothing is automated") → treat as Yes and run the core questions, but focus 4.1 on the *actual* current usage. If the answer is "we evaluated it and decided against it," treat that as No and log the rationale.
>
> A non-committal answer is itself a signal worth grilling — never let "maybe" pass without a decision, per Core Protocol rule #5.
When the grilling touches AI integration (Dimension 4) and the gate question confirms AI is in use, apply additional scrutiny. AI in testing is high-risk if unvalidated. Read references/ai-testing-interrogation.md for the full question bank.
Key areas:
Detect and confront these anti-patterns during the grilling. When you spot one in the user's plan or codebase, name it explicitly and challenge the decision behind it. Each one is a common failure mode that silently degrades a test suite.
Thread.sleep / page.waitForTimeout used instead of auto-waiting or conditions. Hides race conditions and slows the suite.nth-child, auto-generated/utility CSS classes, or long XPath chains. The #1 cause of suite rot: the test breaks on any unrelated DOM change.These skills handle the implementation that follows a grilling. Mention them as next steps when relevant, but do not create a hard dependency — the grilling stands on its own.
playwright-e2e-testing, api-testingplaywright-e2e-testing, playwright-regression-testingplaywright-cliqa-manual-istqbplaywright-regression-testing, a11y-playwright-testing, accessibility-selenium-testingwebapp-selenium-testing, accessibility-selenium-testingAt the end of the grilling session, generate a TSDR summarizing all decisions. Use the templates provided:
templates/grilling-summary.md — for developers and version controltemplates/grilling-summary.html — for stakeholders, presentations, and sharingThe TSDR includes:
Placeholder formulas (use consistently in both MD and HTML templates):
{{RESOLVED_COUNT}}, {{DEFERRED_COUNT}}, {{OPEN_COUNT}} are dimension counts out of 5.{{RESOLVED_PERCENT}} = RESOLVED_COUNT / 5 * 100 (HTML progress bar only). Same for DEFERRED and OPEN. The three percentages must sum to 100.End the grilling session when:
Never end mid-dimension unless the user requests it. Always summarize the current state before closing.
Be thorough but constructive. The goal is not to overwhelm — it is to surface hidden assumptions and force clarity. Treat every decision as important, but prioritize questions that have the highest impact on the testing strategy.
Do not let the user skip questions without acknowledging the risk. If a question is deferred, mark it explicitly and note the impact of the deferral.
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when implementing any feature or bugfix, before writing implementation code
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Take fugazi/grill-me-qa from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.