From copilot
Show active and recent Copilot jobs for this repository, including review-gate status
How this command is triggered — by the user, by Claude, or both
Slash command
/copilot:status [job-id] [--wait] [--timeout-ms <ms>] [--all]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/copilot-companion.mjs" status $ARGUMENTS`
If the user did not pass a job ID:
- Render the command output as a single Markdown table for the current and past runs in this session.
- Keep it compact. Do not include progress blocks or extra prose outside the table.
- Preserve the actionable fields from the command output, including job ID, kind, status, phase, elapsed or duration, summary, and follow-up commands.
If the user did pass a job ID:
- Present the full command output to the user.
- Do not summarize or condense it.!node "${CLAUDE_PLUGIN_ROOT}/scripts/copilot-companion.mjs" status $ARGUMENTS
If the user did not pass a job ID:
If the user did pass a job ID:
npx claudepluginhub wagnersza/copilot-plugin-cc --plugin copilot/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusShows active and recent multi-CLI background jobs (codex, gemini, cursor, copilot, qwen) for the current repository. Accepts optional job ID, --wait, --timeout-ms, --all, and --json flags.
/statusShows active and recent Qwen jobs for the current repository, including review-gate status. With a job ID, displays full job details; supports --wait, --timeout-ms, and --all flags.
/statusShows active and recent Pi jobs for the repository, including review-gate status. Optionally show detailed output for a specific job ID or wait for completion.
/statusShows active and recent Gemini jobs for the current repository, including review-gate status. Accepts an optional job ID for detailed output and supports --wait, --timeout-ms, and --all flags.
/statusShows active and recent Codex jobs — background tasks, running audits, and completed results. Supports filtering by job ID, viewing all sessions, and JSON output.