AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Gstack Qa

skill-merllinsbeard-merlin-skills-qa · by merllinsbeard

Merlin-adapted QA gate for spec-kit/create-goal web coding. Use after implementation or before ship to verify behavior, run tests, collect browser proof, and fix in-scope bugs.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-merllinsbeard-merlin-skills-qa

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-merllinsbeard-merlin-skills-qa)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Gstack Qa? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

gstack-qa

Run the smallest rigorous QA loop for the active spec/goal. This skill is adapted from gstack QA, but it is standalone: do not call gstack runtime helpers, telemetry, browser daemons, review specialists, or gbrain.

When To Use

Use after implementation, before gstack-ship, or when the user asks whether the web app works.

Do not use as a replacement for tdd during implementation. If there is no implemented surface yet, route back to tdd or create-goal.

Inputs

Inspect, in order:

  1. User's newest request and stated QA scope.
  2. specs//GOAL.md, then tasks.md, plan.md, and spec.md when present.
  3. Existing test commands in package.json, Makefile, CI config, README, AGENTS.md, or repo-local docs.
  4. Current git diff and recently changed files.
  5. Existing QA reports, screenshots, Playwright traces, or release notes.

If the spec or goal is missing but the user wants autonomous QA for a feature, ask to run create-goal first unless the user explicitly says to QA the current diff only.

QA Loop

  1. Define the acceptance checklist from the spec/goal. Keep it short and concrete.
  2. Run the repo's relevant automated checks. Prefer existing scripts over inventing new commands.
  3. For web behavior, use playwright-cli first. Use playwright-skill only when a reusable script is more appropriate.
  4. Classify each finding as blocker, functional bug, regression risk, visual issue, or test gap.
  5. Fix only in-scope bugs when the user asked for QA-and-fix. Keep fixes small and rerun the failing check after each fix.
  6. Do not expand product scope during QA. If the spec is wrong or incomplete, report the spec gap instead of silently changing behavior.
  7. Stop when all acceptance checks pass or when a blocker requires external input.

Evidence

Write or update a compact QA note next to the active feature when there is a spec directory:

specs//qa-report.md

If there is no spec directory, report inline or use the repo's existing QA/report location.

The report should include:

  • scope tested;
  • commands run;
  • browser flows checked;
  • bugs found and fixed;
  • remaining risks or missing coverage;
  • final ship recommendation.

Output

End with:

QA Result: pass | pass-with-risks | blocked | fail
Evidence: 
Ship readiness: yes | no | needs user decision

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.