Skip to content

chore: update ScoutQA skill with issue verification and localhost testing support#983

Open
phatpham-katalon wants to merge 2 commits intogithub:stagedfrom
phatpham-katalon:update-scoutqa-skill
Open

chore: update ScoutQA skill with issue verification and localhost testing support#983
phatpham-katalon wants to merge 2 commits intogithub:stagedfrom
phatpham-katalon:update-scoutqa-skill

Conversation

@phatpham-katalon
Copy link
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Updates the ScoutQA testing skill with:

  • Issue verification: Added issue-verify and list-issues commands for verifying known issues
  • Localhost support: Documented native localhost/127.0.0.1 testing support
  • Verbose flag: Added -v, --verbose CLI option
  • URL update: Updated browser URLs from scoutqa.ai to app.scoutqa.ai
  • Simplified description: Cleaned up frontmatter description

Type of Contribution

  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.

By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

…ting support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 12, 2026 04:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the existing scoutqa-test skill documentation to reflect new ScoutQA CLI capabilities and updated URLs, improving guidance for verifying known issues and testing local applications.

Changes:

  • Add documentation for issue-verify and list-issues flows to support verifying previously reported issues.
  • Document localhost/127.0.0.1 testing support and introduce a -v, --verbose option in the documented CLI flags.
  • Update browser URLs from scoutqa.ai to app.scoutqa.ai and simplify the skill description text.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
skills/scoutqa-test/SKILL.md Expands the skill workflow with issue verification + local testing guidance; updates URLs and CLI options.
docs/README.skills.md Updates the skills index entry to match the revised ScoutQA skill description.

Copy link
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you action the copilot PR feedback and make the description a single line

@phatpham-katalon
Copy link
Contributor Author

can you action the copilot PR feedback and make the description a single line

sure, lemme address them

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment on lines +89 to +96
### Local Testing Support

ScoutQA supports testing `localhost` and `127.0.0.1` URLs autonomously — no manual setup required.

```bash
# Seamlessly test a locally running app when you're developing your app
scoutqa --url "http://localhost:3000" --prompt "Test the registration form"
```
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new “Local Testing Support” section states ScoutQA can test localhost/127.0.0.1 with “no manual setup required”, but elsewhere this doc says tests run remotely on ScoutQA’s infrastructure. Please clarify how remote execution can reach a local-only URL (e.g., whether the CLI runs the browser locally, establishes an automatic tunnel, or requires the app to be network-accessible) and reconcile the wording so readers don’t assume it will work in all environments by default.

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We leverage the Cloudflare Tunnel to help user seamlessly test their localhost without deployment ready ? Users don't need to know about how it works, we want to make ScoutQA Skill become seamless and comfortable for all users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants