BugBug workflows for AI agents workflows for AI agents
![]()
Install BugBug's skills and hosted MCP connection into your AI client with the BugBug CLI:
npx @bugbug-io/cli plugin --agent=<agent>
Choose exactly one supported client: cursor, claude, vscode, codex, or
copilot. Use --dry-run to preview the installation.
The installer does not accept --token. The AI client you select completes its
own MCP OAuth sign-in after installation. The plugin connects to the production
endpoint at https://mcp.bugbug.io/mcp.
Skills provide safe workflow guidance; MCP supplies the live BugBug data and actions. Changes to BugBug resources require the user's explicit authorization.
Skills are available on all BugBug plans. MCP access requires Pro or higher.
| Skill | Capability |
|---|---|
bugbug-context-discovering | Discover the BugBug project, repository, and tested-application context. |
bugbug-project-reporting | Create read-only project health reports for PM and QA audiences. |
bugbug-selectors-authoring | Author, review, repair, and optimize element selectors. |
bugbug-steps-authoring | Choose step types and create or update step payloads. |
bugbug-test-run-debugging | Investigate test runs and classify failures. |
bugbug-tests-authoring | Create and maintain tests from an approved plan. |
bugbug-tests-planning | Plan end-to-end and UI test coverage. |
bugbug-tests-refactoring | Analyze and refactor tests, groups, components, and suites. |
bugbug-yaml-authoring | Create, validate, repair, and explain BugBug YAML. |
Use the plugin when you want an AI coding client to work with BugBug tests and test results. Use its skills for workflow guidance and its MCP connection for live BugBug data, runs, exports, diagnostics, and explicit mutations.
For the complete MCP registry, see the MCP server docs.
This listing does not have a supported local package template. Use the maintainer’s documentation for its hosted endpoint, authentication, and client-specific setup. No install command has been inferred.