scoutqa-test

AI-powered exploratory testing for web applications with autonomous issue discovery and verification.

github ↓ 9.7k
Claude Code
View source ↗

What it does

  • After implementing a login form → Test the authentication flow
  • After adding form validation → Verify validation rules and error handling
  • After building a checkout flow → Test the end-to-end purchase process
  • After fixing a bug → Verify the fix works and didn't break other features
  • [ ] Write specific test prompt with clear expectations
  • [ ] Run scoutqa command in background
  • [ ] Inform user of execution ID and browser URL

Requirements & configuration

  • Agent needs more context? → Use scoutqa send-message (see "Following Up on Stuck Executions")
  • If the remote agent gets stuck or needs clarification, use send-message to continue:
  • | Test hangs or needs input | Use scoutqa send-message --execution-id |
  • | Need issue ID for verification | Run scoutqa list-issues --execution-id <id> |

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

AI-powered exploratory testing for web applications with autonomous issue discovery and verification.

Source

Repository: https://github.com/github/awesome-copilot

scoutqa-test FAQ

What does the scoutqa-test skill do?

This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly. After implementing a login form → Test the authentication flow After adding form validation → Verify validation rules and error handling

What does scoutqa-test require?

Agent needs more context? → Use scoutqa send-message (see "Following Up on Stuck Executions") If the remote agent gets stuck or needs clarification, use send-message to continue: | Test hangs or needs input | Use scoutqa send-message --execution-id | | Need issue ID for verification | Run scoutqa list-issues --execution-id <id> |

How do I install scoutqa-test?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill scoutqa-test --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain scoutqa-test?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

scoutqa-test on getagentictools
[![scoutqa-test on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-scoutqa-test.svg)](https://getagentictools.com/skills/github-awesome-copilot-scoutqa-test?ref=badge)
npx agentictools info skills/github-awesome-copilot-scoutqa-test

The second line is the CLI lookup for this page — handy in READMEs and docs.