Home / lamngockhuong / aiteamkit · skills/qa/SKILL.md · GitHub

qa skillA

qa is agent-read markdown (skill) from lamngockhuong/aiteamkit: Plan and write the team's testing: a test plan with scope and exit criteria, test cases traced to acceptance criteria, a regression matrix, test data and environment needs, and the handoff a developer owes QA before a ticket moves to testing. Use when a feature reaches QA, when a release needs a regression pass, or when a team has no written test cases. Triggers on: "test plan", "test case", "QA", "kiểm thử", "viết test case", "regression", "テスト計画", "テストケース", "how do we test this", "QA handoff",.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# QA Planning and Test Cases (`atk:qa`)

Produces test artifacts a QA engineer can execute without asking the developer what the feature was
supposed to do. Every case traces back to an acceptance criterion, so untested criteria and untraced
cases both become visible.

## Scope

Handles: writing the test plan, deriving test cases from acceptance criteria, adding negative and
boundary cases, building the regression matrix from change impact, listing test data and environment
needs, and defining the QA entry and exit criteria.

Does NOT handle: writing automated test code, which belongs to `atk:implement`; running the
suite; or signing off a release (`atk:release`).

## Roles

QA owns the plan and the cases. BrSE/BA confirms cases match the requirement intent. Dev owns the
handoff and the test data. PM owns the exit criteria. See `shared/team-roles.md`.

## Invocation

```bash
/atk:qa <requirement-path>      # Test plan plus cases from a requirement artifact
/atk:qa --plan <feature>        # Test plan only
/atk:qa --cases <feature>       # Test cases only
/atk:qa --regression <release>  # Regression matrix for a release scope
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/qa@git:20260924.59d6cfa
Exact content
mdr add lamngockhuong/aiteamkit/qa@sha256:d13e68ba17c801cd

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_thmsby7ugvb7bpnr.svg)](https://markdownregistry.com/a/art_thmsby7ugvb7bpnr)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.59d6cfa latest2026-09-24 59d6cfa 6,213 BA view · diff
git:20260920.d282a912026-09-20 d282a91 4,693 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 4,355 BA view · diff
git:20260917.93d782a2026-09-17 93d782a 4,257 BA view · diff
git:20260916.215a0fa2026-09-16 215a0fa 4,266 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6213 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lamngockhuong/aiteamkit · 5 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_thmsby7ugvb7bpnr
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/qa
GET https://markdownregistry.com/api/v1/blob/d13e68ba17c801cd413ee2717723749835c7ec8e8a63503fe36dab589c29d3a9

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lamngockhuong/aiteamkit

CLAUDE.md claude
lamngockhuong/aiteamkit · CLAUDE.md
git:20260924.59d6cfa · audit A · 5 stars
breakdown skill
lamngockhuong/aiteamkit · skills/breakdown/SKILL.md · Break an epic or a design document into owned, sequenced tasks: one deliverable each, an owner, a dependency order, the…
git:20260922.c7615a5 · audit A · 5 stars
catchup skill
lamngockhuong/aiteamkit · skills/catchup/SKILL.md · Summarise an epic or a pull request for someone who was not in the conversation that produced it: what the work is and…
git:20260921.7fc6a05 · audit A · 5 stars
convention skill
lamngockhuong/aiteamkit · skills/convention/SKILL.md · Extract, record, and enforce the coding conventions a team actually follows: branch and commit rules, naming, layering…
git:20260923.3195eb0 · audit A · 5 stars
design-doc skill
lamngockhuong/aiteamkit · skills/design-doc/SKILL.md · Write the technical design document a team reviews before coding, plus the ADR that records the decision behind it…
git:20260924.59d6cfa · audit A · 5 stars
estimate skill
lamngockhuong/aiteamkit · skills/estimate/SKILL.md · Estimate a backlog and fill a sprint against real team capacity: size each item with a stated basis, mark the…
git:20260922.c7615a5 · audit A · 5 stars
fix skill
lamngockhuong/aiteamkit · skills/fix/SKILL.md · Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line…
git:20260922.2c10be8 · audit A · 5 stars
git skill
lamngockhuong/aiteamkit · skills/git/SKILL.md · Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must…
git:20260922.2c10be8 · audit A · 5 stars
handover skill
lamngockhuong/aiteamkit · skills/handover/SKILL.md · Hand work over to another person or team so nothing depends on the leaver's memory: the true state of each item…
git:20260920.d282a91 · audit A · 5 stars
help skill
lamngockhuong/aiteamkit · skills/help/SKILL.md · Answer which atk skill to run. With no argument it reads the state of the project, meaning the profile, the artifacts…
git:20260923.1028253 · audit A · 5 stars
implement skill
lamngockhuong/aiteamkit · skills/implement/SKILL.md · Write the code for a piece of work the way a team will accept it: decide whether the work needs a plan before a line is…
git:20260924.59d6cfa · audit A · 5 stars
incident skill
lamngockhuong/aiteamkit · skills/incident/SKILL.md · Run a production incident and close it properly: a timeline built from evidence, impact and severity, the proven root…
git:20260922.c7615a5 · audit A · 5 stars

Every file in lamngockhuong/aiteamkit

Other files named qa

qa skill
garrytan/gstack · qa/SKILL.md · Systematically QA test a web application and fix bugs found. (gstack)
v2.0.0 · audit A · 134,082 stars
qa skill
sipyourdrink-ltd/bernstein · templates/skills/qa/SKILL.md · Test writing - pytest suites, edge cases, regressions.
git:20260521.b455a7c · audit A · 1,263 stars
qa skill
sethgammon/citadel · skills/qa/SKILL.md · Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user…
git:20260611.0f3f8e7 · audit B · 923 stars
qa skill
suboss87/fdeops · skills/qa/SKILL.md · Exercise the delivered customer journey using real runtime or browser evidence. Use for functional acceptance testing…
git:20260917.a9ffb90 · audit A · 891 stars
qa skill
arcee-ai/nac · .agents/skills/qa/SKILL.md · Run scalable, isolated live QA for nac development. The top-level local orchestrator must parse n (default 4), dispatch…
git:20260820.87e8e55 · audit A · 275 stars
qa skill
genai-io/san · .san/skills/qa/SKILL.md · Regression test a San feature by name. Looks for a feature doc in docs/reference/ or docs/packages/2-feature/, runs…
git:20260705.3ca5a36 · audit A · 80 stars
qa skill
fishzjp/qa-skills · skills/qa/SKILL.md · End-to-end QA entry: "test this feature fully" orchestrates requirements, strategy, cases, review, execution, bugs…
v0.9.0 · audit A · 35 stars
qa skill
toongri/oh-my-toong-playground · skills/qa/SKILL.md · Use when verifying a code change through a standalone adversarial e2e cycle — drives the changed surface for real…
git:20260921.1542566 · audit C · 25 stars

Browse by kind, by grade A, or by owner.