govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Read a JIRA ticket and judge whether it is actually ready to test. Use when a tester says "analyze this ticket", "is this story ready to test", "find gaps in JIRA-123", or pastes a user story / acceptance criteria and wants it pressure-tested. Fetches the ticket, scores it against a readiness checklist, and returns a…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Turn a JIRA ticket into a review-ready test plan. Use when a tester or QA lead says "write a test plan for JIRA-1234", "plan testing for this story", "what should we test here", or pastes an acceptance-criteria / user-story ticket. Fetches the ticket, analyzes it for gaps and ambiguities, fills the standard test-plan…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Design API-level test coverage from an endpoint or contract. Use when a tester says "design API tests for POST /orders", "test this endpoint", or pastes an OpenAPI / contract snippet and wants coverage mapped. Produces a coverage matrix across happy path, schema validation, auth/permission, negative inputs, boundary…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Derive high-level test scenarios from a requirement or acceptance criteria before anyone writes detailed steps. Use when a tester says "what scenarios should we test", "design scenarios for this feature", or pastes ACs and wants coverage mapped out. Produces positive, negative, boundary, and cross-role scenarios, each…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Expand approved test scenarios into detailed, executable test cases. Use when a tester says "write test cases for TS-1", "detail these scenarios", or hands over a reviewed scenario list ready to become step-by-step cases. Produces preconditions, ordered steps, expected results, and required data for each case, every…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Produce the data sets a scenario or test case needs to run. Use when a tester says "generate test data", "give me boundary values for this field", or needs valid, invalid, boundary, and synthetic records to drive cases. Returns labeled data sets — valid, invalid, boundary, and faker-style synthetic — each tied to the…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Turn an approved test case into a runnable automation script skeleton. Use when an engineer says "automate TC-5", "write a Playwright test for this", or "generate a Selenium script from this case". Produces a Playwright (TypeScript) or Selenium draft using data-testid selectors and web-first assertions, mapped…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Pick a targeted regression subset for a change instead of running the whole suite. Use when an engineer says "what regression should I run for this PR", "pick regression tests", or describes a change and wants the affected tests identified. Maps changed areas to the tests that exercise them, ranks by risk, and…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Log and summarize the execution of a test cycle. Use when a tester says "log this run", "track execution for the sprint", or reports results case by case and wants them recorded. Captures pass / fail / blocked / not-run per case with evidence links and environment, then rolls up progress — completion %, pass rate…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Turn a failure into a clean, reproducible bug report. Use when a tester says "file a bug for this", "write up this defect", or describes something broken and wants it documented properly. Produces a structured report — title, environment, steps to reproduce, expected vs actual, severity/priority, evidence, and…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Triage a batch of defects instead of grinding through them one by one. Use when a lead says "triage these bugs", "prioritize the defect backlog", or pastes a list of open issues that need sorting. Groups likely duplicates, proposes severity/priority, routes each to a component or owner, and flags reports missing…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Run a structured root-cause analysis on a defect. Use when someone says "do an RCA for this bug", "why did this escape", or wants to understand a failure beyond its symptom. Applies 5-Whys and a fishbone across people, process, tooling, data, and environment, separates root cause from symptom, and proposes corrective…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Produce the closure report that wraps up a test cycle. Use when a lead says "write the test closure report", "summarize the test cycle", or needs an end-of-cycle summary for sign-off. Pulls the metrics — pass rate, defect density, open criticals, coverage — into highlights, risks, and a go/no-go recommendation. The…
govardhanrekha/QA-Skill.md-files
Skill Claude CodeCodex
Find the gaps between what was required and what was actually tested. Use when a lead says "where are our coverage gaps", "what isn't tested", or wants requirements and code areas checked against the executed and available tests. Builds a traceability view — requirements/ACs and code areas on one axis, tests on the…