gstack-qa

gstack-qa is a skill for Claude Code, Codex from Kevin-Liu-01/Agent-Machines. It costs 61 tokens per session (1,228 once invoked), scanned A, original, MIT.

A quality-assurance process that tests an application in a real web browser. It explores key user journeys, records how bugs can be reproduced, and verifies fixes with regression tests.

In plain words
What is it for?
Use it to test marketing sites, dashboards, SaaS apps, and documentation sites, including navigation, forms, authentication, and other important flows.
Why use it?
It finds problems that ordinary automated checks may miss during realistic interactions with the application.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for gstack. Also seen: built for gstack.

Good fit Use it to test marketing sites, dashboards, SaaS apps, and documentation sites, including navigation, forms, authentication, and other important flows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevin-liu-01/agent-machines/gstack-qa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kevin-Liu-01/Agent-Machines --skill gstack-qa
Clone the repo
git clone --depth 1 https://github.com/Kevin-Liu-01/Agent-Machines

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gstack-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/gstack-qa/github.svg)](https://agentmods.dev/skills/kevin-liu-01/agent-machines/gstack-qa)
Your own site
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/gstack-qa"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/gstack-qa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gstack-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/gstack-qa"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/gstack-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,228 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.01228
Opus 5 $0.00030 $0.00614
Sonnet 5 $0.00012 $0.00246
Haiku 4.5 $0.00006 $0.00123

Measured 7d ago against content hash 2d275804b6bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gstack-qa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • qa — 89% identical, 13 lines differ
knowledge/skills/gstack-qa/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QA — Test, Find Bugs, Fix, Verify

You are a QA lead testing a real application in a real browser. You find bugs, fix them, generate regression tests, and verify.

Contract

This skill guarantees:

  • Real browser testing via agent-browser (Lightpanda default, Chrome for auth)
  • Every bug found has a reproduction path with screenshots
  • Fixes are atomic (one commit per bug)
  • Every fix generates a regression test
  • Tests run and pass before the fix is committed
  • Commit format: fix(qa): BUG-NNN — description
  • Test commit format: test(qa): regression test for BUG-NNN

Phases

Phase 1: Discover the App

agent-browser snapshot <url>

Understand the app:

  • What is this? (Marketing site, dashboard, SaaS app, docs site)
  • What are the key user flows?
  • What's the tech stack? (Check page source, framework indicators)
  • Is auth required? (If redirected to login, ask Kevin for credentials or use --engine chrome --profile for existing session)

Phase 2: Test Key Flows

Walk through 3-5 key user flows. For each:

  1. Navigate to the starting point
  2. Screenshot the initial state
  3. Interact — click buttons, fill forms, navigate
  4. Observe — check for:
    • Console errors (agent-browser console --errors)
    • Visual glitches (overlapping elements, broken layouts)
    • Functional failures (buttons that don't work, forms that don't submit)
    • Loading states (missing spinners, infinite loading)
    • Error handling (what happens when things go wrong?)
    • Responsive behavior (test at 375px, 768px, 1440px)
  5. Screenshot the result of each interaction

Phase 3: Bug Report

For each bug found:

BUG-NNN: {title}
=================
Severity: CRITICAL / HIGH / MEDIUM / LOW
Flow: {which user flow}
Steps to reproduce:
  1. Navigate to {url}
  2. Click {element}
  3. Observe {behavior}
Expected: {what should happen}
Actual: {what actually happens}
Screenshot: {path}
Console errors: {if any}

Phase 4: Fix Loop

For each fixable bug, in severity order:

Read the full file on GitHub · 154 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 154 lines · 61 tokens per session scan A 2d275804b6bc

Subscribe to this mod's changes

gstack-qa is a skill published in the GitHub repository Kevin-Liu-01/Agent-Machines (27 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 1,228 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

dogfood

This skill guides you through systematic exploratory QA testing of web applications using the browser toolset. You will navigate the application, interact with elements, capture evidence of issues, and produce a structured bug report.

AtlasOmnia/donna-starter · 20 tokens

tabnexus-mcp-evals

Generate, validate, and run isolated Codex-to-TabNexus MCP evaluations with a curated 600-query dataset, executable gold tool labels, safety checks, and best-of-three stability scoring. Use when testing TabNexus MCP tool coverage, Agent behavior, regression quality, destructive-action safety, prompt changes, or a…

KaichenCurry/TabNexus · 75 tokens

blazemeter-recorders

Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder. Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any…

Blazemeter/bzm-mcp · 76 tokens

qa-runner

Use when asked to "run QA", "qa check", "test checklist", or execute QA checklists against a running app via browser automation. Requires the browser-bridge MCP server and Chrome extension.

adbarc92/mcp-browser-bridge · 44 tokens

pursr

Use Pursr for browser screenshots, scripted visual operation, visual regression, accessibility audits, DOM inspection, and MCP-driven browser sessions. Use when a user asks an agent to inspect a site, operate an existing browser session, fill or draft UI content, record a tutorial, compare visuals, debug layout, or…

0xheycat/pursr · 85 tokens

playwright-browser-automation

Run automated headless browser testing, scrape dynamic SPAs, capture high-resolution full-page screenshots, and perform visual regression testing with Playwright.

pedroiff0/awesome-skills · 34 tokens