vibe-testing
v0.4.5Code-aware browser testing and release QA for AI coding agents.
By Aishwary ShrivastavLicense: MIT5 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install vibe-testing for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vibe-testing@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/AishwaryShrivastav/vibe-testingClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/release-qa/SKILL.md└── .mcp.json
Included Skills1
Test an AI-built web app like a senior QA engineer before release. Use when the user asks to test, QA, verify, ship, check regressions, inspect a browser flow, or decide whether a web app is ready to launch.
MCP servers1
- command
- npx
- args
- -y vibe-testing@latest --mcp
Plugin manifests2
{
"name": "vibe-testing",
"version": "0.4.5",
"description": "Code-aware browser testing and release QA for AI coding agents.",
"author": {
"name": "Aishwary Shrivastav"
},
"homepage": "https://github.com/AishwaryShrivastav/vibe-testing",
"repository": "https://github.com/AishwaryShrivastav/vibe-testing",
"license": "MIT",
"keywords": [
"browser-testing",
"qa",
"playwright",
"mcp"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "vibe-testing",
"version": "0.4.5",
"description": "Code-aware browser testing and release QA for AI coding agents.",
"author": {
"name": "Aishwary Shrivastav"
},
"homepage": "https://aishwaryshrivastav.github.io/vibe-testing/",
"repository": "https://github.com/AishwaryShrivastav/vibe-testing",
"license": "MIT",
"keywords": [
"browser-testing",
"qa",
"playwright",
"mcp",
"vibe-coding"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[vibe-testing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibe-testing)