qa-only

Tests a web application and produces a structured bug report without fixing anything.

Updated May 15, 2026
One-click install
npx skills add https://github.com/tgmarinho/canetaco --skill qa-only-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/tgmarinho/canetaco/tree/main/.claude/skills/qa-only
Command: npx skills add https://github.com/tgmarinho/canetaco --skill qa-only-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you want to know what is broken in your web app without touching the code, this Skill runs a systematic QA pass and delivers a report-only result: health score, screenshots, and reproduction steps, with zero code changes. ## Core Features & Use Cases - Report-only testing: Systematically exercises the application and records defects, but never modifies source files. - Structured output: Produces a health score, annotated screenshots, and step-by-step repro instructions for each bug found. - Use Case: Before a release, ask for a QA sweep of your staging site. You get a prioritized bug list with evidence you can hand to engineers, while the codebase stays untouched. ## Quick Start Ask the assistant to run a report-only QA pass on your running web app and list every bug found with screenshots and repro steps.

Frequently Asked Questions about qa-only

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a bug report without any code changes?

Invoke the qa-only skill and point it at your running web application. It systematically tests the app and returns a structured report with a health score, screenshots, and repro steps, while never editing source files.

What is the difference between qa-only and a full QA workflow?

qa-only stops at reporting: it finds and documents bugs but never fixes them. The full /qa skill runs the complete test-fix-verify loop, applying fixes and re-testing until issues are resolved.

What does the QA report include?

The report contains an overall health score for the application, annotated screenshots capturing each defect, and step-by-step reproduction instructions so engineers can confirm and fix every issue.

When should I use report-only testing instead of auto-fix?

Use it before releases, on shared or production-like environments, or when another team owns the codebase. It gives you evidence of what is broken without risking unintended changes to code you do not control.

Can qa-only run against a local development server?

Yes. It tests any reachable web application, including a local dev server such as localhost:3000. Start your app first, then invoke the skill so it can exercise real pages and flows.