agent-skill▌
40 indexed skills · max 10 per page
retro
garrytan/gstack · gstack-memory
Weekly engineering retrospective over code activity, trends, and team contributions.
health
garrytan/gstack · gstack-memory
Quality dashboard skill that wraps project checks and reports a weighted health score and trend line.
ship
garrytan/gstack · gstack-release
Handles release preparation steps such as syncing base, running checks, updating release metadata, pushing, and opening the PR.
codex
garrytan/gstack · gstack-multi-ai
Wrapper around OpenAI Codex CLI for code review, adversarial challenge mode, and consultation with follow-up continuity.
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.
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.