agent-improve
Review this conversation and generate a structured improvement report.
Regenerate the QA report from existing review files.
$ npx -y skills add metabase/metabase --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/qabot-reportContext preview
What this command does when you run it.
Regenerate the QA report from existing review files.
Regenerate the QA report from existing review files.
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**:
3. **Regenerate the report**: Follow the Phase 5 instructions from the qabot agent prompt:
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.
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
Repo: metabase/metabase
Review this conversation and generate a structured improvement report.
Tear down and remove an autobot session (worktree, Docker containers, and tmux).
List all autobot sessions with status information.
Print the most recent `result.md` for an autobot session, so the user can see how a bot is doing without attaching to its tmux session.
Stop an autobot session (kill tmux and dev environment, but keep the worktree).
Launch a bot command in an isolated autobot session with its own worktree, backend, and frontend.