๐ŸŽฏ

qa-only

๐ŸŽฏSkill

from garrytan/gstack

VibeIndex|
What it does
|

A report-only QA testing skill that systematically tests a web application and produces a structured report with a health score, screenshots, and reproduction steps โ€” without making any code fixes. Use it when you want a bug report without any code changes.

๐Ÿ“ฆ

Same repository

garrytan/gstack(21 items)

qa-only

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add garrytan/gstack --skill qa-only
skills.sh Installโš  Installs to .agents/skills/
npx skills add garrytan/gstack --skill qa-only
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/qa-only/SKILL.md

SKILL.md

188Installs
-
AddedMar 16, 2026

More from this repository10

๐ŸŽฏ
plan-design-review๐ŸŽฏSkill

Interactive design plan review skill that rates each UI/UX dimension on a 0-10 scale, explains what would make it a 10, and iteratively fixes the plan to reach that level โ€” like having a CEO and engineering review for your design decisions.

๐ŸŽฏ
design-review๐ŸŽฏSkill

A visual QA skill that performs a designer's eye audit to find and fix visual inconsistencies, spacing issues, hierarchy problems, and AI slop patterns โ€” iteratively committing each atomic fix with before/after screenshot verification.

๐ŸŽฏ
design-consultation๐ŸŽฏSkill

A design consultation skill from gstack that researches your product landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font and color preview pages, creating DESIGN.md as the project design source of truth.

๐ŸŽฏ
codex๐ŸŽฏSkill

Wraps OpenAI Codex CLI in three modes: code review with pass/fail gating via independent diff review, challenge mode that adversarially tries to break your code, and consult mode for asking questions with session continuity.

๐ŸŽฏ
gstack-upgrade๐ŸŽฏSkill

A skill that upgrades gstack to the latest version, detecting whether it is installed globally or locally, running the upgrade, and showing a changelog of what's new. It supports auto-upgrade configuration, snooze options with escalating backoff, and restore-from-backup on failure.

๐ŸŽฏ
setup-browser-cookies๐ŸŽฏSkill

Imports cookies from a real Chromium browser into a headless browse session through an interactive domain picker UI, enabling QA testing of authenticated pages without manual login.

๐ŸŽฏ
plan-devex-review๐ŸŽฏSkill

Interactive developer experience plan review that explores developer personas, benchmarks against competitors, designs magical moments, and traces friction points before scoring.

๐ŸŽฏ
design-shotgun๐ŸŽฏSkill

A design exploration skill that generates multiple AI design variants, opens a comparison board for side-by-side review, collects structured feedback, and iterates. Useful for visual brainstorming and exploring UI design options before committing to a direction.

๐ŸŽฏ
land-and-deploy๐ŸŽฏSkill

Land-and-deploy workflow that merges a PR, waits for CI and deploy, then verifies production health via canary checks as part of the gstack shipping pipeline.

๐ŸŽฏ
devex-review๐ŸŽฏSkill

Performs live developer experience audits by actually testing onboarding flows, navigating docs, timing TTHW (time to hello world), and screenshotting errors. Produces a DX scorecard with evidence and compares against planned targets.