qabot-report
25Command Claude Code
Regenerate the QA report from existing review files.
Command Claude Code
Regenerate the QA report from existing review files.
Command Claude Code
You are the orchestrator for the qabot workflow. QABot performs pre-merge QA analysis on the current branch, running directly in this project against the locally running server. For an isolated worktree version, use /autobot /qabot instead.
Command Claude Code
Repro issue $ARGUMENTS in a failing test.
Command Claude Code
Discover context for reprobot. This is called by /reprobot (or /autobot before launching the session) to determine the app database and gather issue context.
Command Claude Code
You are the orchestrator for the reprobot workflow. ReproBot attempts to reproduce a reported bug against the locally running server, classifies the result, and optionally writes a failing test. For an isolated worktree version, use /autobot /reprobot instead.
Command Claude Code
Aggregate per-task UXBot reports into an overall UX report, looking for patterns across tasks.
Command Claude Code
Discover context for uxbot. This is called by /autobot before launching the session to determine the app database.
Command Claude Code
You are the orchestrator for the uxbot workflow. UXBot acts as a regular Metabase user trying to accomplish tasks, running directly against the locally running server. For an isolated worktree version, use /autobot /uxbot instead.
Skill Claude CodeCodex
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling.
Skill Claude CodeCodex
Add OpenTelemetry tracing spans to Clojure code following Metabase tracing conventions. Use when instrumenting backend code with trace coverage.
Skill Claude CodeCodex
Add product analytics events to track user interactions in the Metabase frontend.
Skill Claude CodeCodex
Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.
Skill Claude CodeCodex
Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.
Skill Claude CodeCodex
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
Skill Claude CodeCodex
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
Skill Claude CodeCodex
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
Skill Claude CodeCodex
Analyze React component source code to understand UI structure, then generate idiomatic Cypress E2E tests following Metabase conventions. Falls back to Playwright MCP browser exploration only when code reading and screenshot debugging are insufficient.
Skill Claude CodeCodex
Review Cypress E2E spec files for Metabase conventions, common gotchas, and flakiness/performance issues. Use when reviewing pull requests or diffs containing Cypress spec files in e2e/test/scenarios/.
Skill Claude CodeCodex
Run Cypress E2E tests, analyze failures including screenshots, and stress test for flakiness.
Skill Claude CodeCodex
Migrate Emotion styled-components to Mantine components with style props and CSS modules. Use when converting .styled.tsx files or removing @emotion imports from components.
Skill Claude CodeCodex
Deciding where frontend code lives — tier model, move mechanics, extension points, side effects, naming, and the traps. Use when moving code between modules, carving new modules, fixing boundary violations, adding a barrel or an endpoint, or reviewing module-shape decisions.
Skill Claude CodeCodex
Update or build a Metabase design-system component (frontend/src/metabase/ui — Chip, Badge, Alert, Switch, etc.) to match a Figma spec described in a Linear issue. Use when a ticket asks to restyle an existing metabase/ui component or implement a new one from Figma. Covers: checking out the issue, mapping the…
Skill Claude CodeCodex
Run mutation testing on a Clojure namespace, generate tests to kill surviving mutations, and open draft PRs with Linear issue tracking.
Skill Claude CodeCodex
Drive Metabase's UI with the Playwright MCP browser tools (mcpplaywrightbrowser). Covers the snapshot/act/check pattern, Mantine component pitfalls (Menu race, Select/MultiSelect, the Escape-closes-modal trap, portal scoping), and Metabase-specific login flows. Use whenever a session needs to interact with the…