gstack▌
42 indexed skills · max 10 per page
qa-only
garrytan/gstack · gstack-qa
Same testing methodology as `/qa`, but report-only. It is for bug finding without any code edits.
benchmark-models
garrytan/gstack · gstack-multi-ai
Cross-model benchmark skill for comparing Claude, GPT/Codex, and Gemini on the same prompt and optionally an LLM-judge quality pass.
qa
garrytan/gstack · gstack-qa
Full QA loop that tests the product, fixes discovered issues, re-verifies the fixes, and can generate regression coverage. Supports multiple severity tiers.
cso
garrytan/gstack · gstack-security
Security-audit skill that combines application security, infrastructure review, CI/CD checks, supply-chain scanning, LLM security, OWASP framing, and STRIDE analysis.
devex-review
garrytan/gstack · gstack-build-review
Developer-experience audit that actually runs onboarding and documentation flows, measures time-to-happy-path, and compares reality against planning assumptions.
gstack-upgrade
garrytan/gstack · gstack-utility
Self-updater for gstack installs, including vendored/global detection and release summary output.
investigate
garrytan/gstack · gstack-build-review
Debugging workflow with an explicit rule: no fixes until the root cause is understood. The flow is investigate, analyze, hypothesize, then implement.
review
garrytan/gstack · gstack-build-review
Code-review pass focused on the actual diff, aimed at risks that often survive CI such as SQL safety, trust boundaries, and structural regressions.
make-pdf
garrytan/gstack · gstack-utility
PDF generation skill for turning markdown documents into publication-style PDFs with proper layout, TOC, pagination, and print polish.
design-review
garrytan/gstack · gstack-design
Live-site visual QA plus fixes. It looks for spacing, hierarchy, AI slop, consistency, and interaction issues and can iterate with before/after verification.