GitHub Repository: scoutqa-dot-ai/kiro
What is Vibe Testing with Kiro?
Vibe testing is AI-powered exploratory testing designed for modern development workflows. With the Scout power installed in Kiro, you can:- Say “test the feature I just built” and get instant feedback
- Run accessibility audits without leaving your editor
- Catch bugs before they reach production
Features
Autonomous Testing
The AI agent executes tests based on natural language instructions without manual scripting.
Proactive Verification
Automatically test features after implementation to catch issues before they ship.
Comprehensive Coverage
Functional testing, accessibility audits, and exploratory testing in one tool.
Real-time Results
See test progress and findings live as Scout explores your application.
Installation
Prerequisites
First, install the Scout CLI:Add the Power to Kiro
- Open Kiro IDE
- Click the Powers panel (ghost icon with lightning bolt)
- Select Add Custom Power
- Choose Import power from GitHub
- Enter:
https://github.com/scoutqa-dot-ai/kiro - Press Enter to install

Usage
Once installed, talk to your AI agent naturally:- Login Testing
- Accessibility
- Exploratory
- Smoke Test
Example Workflow
Parallel Execution
Scout runs multiple test scenarios simultaneously for faster feedback:Troubleshooting
| Issue | Solution |
|---|---|
| Power not appearing | Restart Kiro after installation |
| Authentication errors | Run scoutqa auth login in terminal |
| Tests not starting | Ensure target URL is publicly accessible |
Why Use Vibe Testing with Kiro?
| Traditional Testing | Vibe Testing with Scout |
|---|---|
| Context switch to run tests | Test without leaving Kiro |
| Write and maintain scripts | Natural language commands |
| Delayed feedback loop | Instant results in IDE |
| Manual accessibility audits | Automated WCAG checks |
Frequently Asked Questions
What is a Kiro power?
What is a Kiro power?
A Kiro power is an extension that adds capabilities to Kiro IDE’s AI agent. The Scout power adds vibe testing functionality, enabling Kiro to run real exploratory tests on your web applications.
How does vibe testing work in Kiro?
How does vibe testing work in Kiro?
When you ask Kiro to test something, the Scout power executes AI-powered tests on your target URL. Scout’s agent navigates your app, interacts with elements, checks for issues, and reports findings directly in your IDE.
Can I test localhost during development?
Can I test localhost during development?
Scout requires publicly accessible URLs. For localhost testing, use a tunneling service like ngrok to expose your local server, then test using the tunnel URL.
Does Scout run tests in parallel?
Does Scout run tests in parallel?
Yes, Scout executes multiple test scenarios simultaneously for faster feedback. You’ll see real-time progress as each scenario completes.
What's the difference between this and the Claude Code skill?
What's the difference between this and the Claude Code skill?
The Kiro power integrates Scout into Kiro IDE, while the Claude Code skill integrates Scout into Claude Code CLI. Choose based on your preferred development environment.
Related
- Scout CLI - Run Scout from any terminal
- Cursor Rules - Use Scout in Cursor IDE
- Claude Code Skill - Use Scout in Claude Code
Testing localhost applications
Testing localhost applications
Scout requires a publicly accessible URL to run tests. Deployed environments like staging and production work immediately.For localhost testing, use a tunneling service like ngrok:Then ask Kiro to test the ngrok URL:*Third-party tunneling services are not affiliated with Scout. Use at your own risk.