Skip to content
Development
Command

/qabot-report

Regenerate the QA report from existing review files.

From plugin
metabase
49k23 skills11 agents23 commands
Install
$ npx -y skills add metabase/metabase --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/qabot-report

Context preview

What this command does when you run it.

Regenerate the QA report from existing review files.

Command definition

qabot-report.md

Regenerate the QA report from existing review files.

Instructions

1. **Find the latest qabot output**: Look in `.bot/qabot/` for the most recent timestamp directory that contains `initial-review-results.md` and/or `ux-review.md`.

2. **Gather environment info**:

  • `git branch --show-current` — branch name
  • `git rev-parse --short HEAD` — commit hash
  • Current date

3. **Regenerate the report**: Follow the Phase 5 instructions from the qabot agent prompt:

  • Read `initial-review-results.md` and `ux-review.md`
  • Generate `report.md` with findings grouped by severity (SECURITY > SEVERE > GOOD TO FIX > TRIVIAL)
  • Non-TRIVIAL: full detail with inline screenshots and evidence
  • TRIVIAL: 1-sentence description with file reference

4. **Generate PDF**:

   cd <report-directory> && pandoc report.md -o report.pdf --pdf-engine=weasyprint

5. **Present results**: Show absolute paths to both report.md and report.pdf.

Ships withmetabase

Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.

Get the whole plugin