Agent skill
qa-only
Same QA methodology as the qa skill but report-only — no code changes. Use when you want a pure bug report without fixes, or when reviewing someone else's work.
Install this agent skill to your Project
npx add-skill https://github.com/DenchHQ/DenchClaw/tree/main/skills/gstack/qa-only
SKILL.md
QA Report Only — Find and Document, Don't Fix
Same methodology as qa, but report only. No code changes, no commits, no fixes.
Related skills: qa | review
Workflow
Follow the same Phases 1-4 from qa:
- Baseline — Navigate, check console, check network
- Authenticate (if needed)
- Exploration — Navigate every reachable page
- Issue Documentation — Document every issue found
Skip Phase 5 (Fix) entirely.
Output
Produce the same structured report as qa, but without fix information:
QA REPORT (READ-ONLY)
═══════════════════════════════════════
URL: [target]
Tier: [Quick/Standard/Exhaustive]
Pages tested: N
Issues found: N (X critical, Y high, Z medium)
Health score: X/100
───────────────────────────────────────
Ship ready: YES / NO / WITH CONCERNS
═══════════════════════════════════════
ISSUES
──────
[Full issue list with severity, steps to reproduce, evidence]
Hand the report to the developer or to qa for fixes.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dench-integrations
Connected app integration recipes for Dench Integrations (Gmail, Slack, GitHub, Notion, Google Calendar, Linear, Stripe, YouTube, and 500+ more)
gstack-workflow
Structured AI-assisted development workflow with specialist roles — Think, Plan, Build, Review, Test, Ship, Reflect. Adapted from garrytan/gstack (MIT).
plan-ceo-review
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises. Four modes: SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION. Use when reviewing strategy, questioning scope, or before engineering review.
investigate
Systematic root-cause debugging. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause investigation first. Use when debugging errors, unexpected behavior, or troubleshooting.
design-consultation
Build a complete design system from scratch. Research the landscape, propose safe choices AND creative risks, generate DESIGN.md. Use when creating a new design system or establishing design foundations for a project.
land-and-deploy
Merge the PR, wait for CI and deploy, verify production health. Takes over after ship. One command from "approved" to "verified in production."
Didn't find tool you were looking for?