Skip to content
Development
Command

/ci-report

Generate a CI failure report for PR $PR_NUM_OR_URL (or current branch if no argument given).

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/ci-report

Context preview

What this command does when you run it.

Generate a CI failure report for PR $PR_NUM_OR_URL (or current branch if no argument given).

Command definition

ci-report.md

Generate a CI failure report for PR $PR_NUM_OR_URL (or current branch if no argument given).

Run `./bin/mage ci-report $PR_NUM_OR_URL` to generate the report, then:

1. **Summarize the failures** - What tests failed and in which jobs? 2. **Categorize** - Are these real failures, flaky tests, or infrastructure issues? 3. **Recommend next steps**:

  • If flaky: suggest rerunning with `gh run rerun <run-id> --failed -R metabase/metabase`
  • If real: identify the root cause and suggest fixes
  • If infrastructure: note the issue type (timeout, OOM, network)

Focus on actionable insights. If all checks are passing, confirm that briefly.

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