BugBug Skills
BugBug Skills are nine BugBug-specific instructions for AI agents. They guide the agent on when to inspect, change, ask, run, or stop so it can use BugBug safely.
Available skills
bugbug-context-discovering
Discovers project, repository, and tested-application context before other BugBug skills.
bugbug-tests-planning
Plans end-to-end and UI coverage before exact steps are created.
bugbug-tests-authoring
Plans, creates, edits, and validates BugBug tests.
bugbug-steps-authoring
Chooses step types, builds typed step payloads, and names steps.
bugbug-selectors-authoring
Authors, reviews, repairs, and optimizes DOM selector presets.
bugbug-test-run-debugging
Diagnoses test runs from failed steps and available run evidence.
bugbug-yaml-authoring
Creates, validates, repairs, summarizes, and reviews BugBug YAML before import.
bugbug-tests-refactoring
Reviews and refactors tests, groups, components, suites, names, and duplication; starts read-only unless changes are explicitly authorized.
bugbug-project-reporting
Creates read-only project-health reports for PM and QA audiences from run history and project data.
Recommended setup: BugBug Plugin
Install BugBug Plugin through the CLI to configure MCP and install skills together:
npx @bugbug-io/cli plugin --agent=<agent>Requires Node.js 24 or newer.
Supported targets are cursor, claude, vscode, codex, and copilot. The selected client completes MCP OAuth after installation.
Alternative setup: BugBug Skills only
Use skills-only setup when the agent already has a BugBug connection or only needs workflow guidance:
The interactive installer lets you choose a supported agent and installation scope. Prefer the plugin installation route whenever possible because it installs both skills and MCP together.
Related docs
FAQ
Last updated
Was this helpful?
