CollabOps

co status — your work at a glance

Your CRs and issues grouped by role (alias: co me)

co status collects everything currently on your plate in one screen — change requests and issues, split into sections by your role. co me is the alias.

SectionContents
Change requestsCreated by you / awaiting your review / assigned to you
IssuesOpened by you / assigned to you
co status                  # 5 per section
co me                      # same command (alias)
co status --limit 10       # 10 per section
co status -W collabops-one # against another workspace
FlagDescription
--limit <n>Max items per section, applied to both CRs and issues. Default 5
-W, --workspace <slug>Workspace slug for this run, overriding the saved default (global flag)

Sample output

co status

Change requests

Created by you
┌────────┬─────────┬───────────────────────────────────────────────┬────────────────────┐
 CR STATUS TITLE REPO
├────────┼─────────┼───────────────────────────────────────────────┼────────────────────┤
 #10049 │ ● open │ fix: 우회 동의를 체크하면 헤더 병합 버튼도 …  │ collabops-app-web  │
└────────┴─────────┴───────────────────────────────────────────────┴────────────────────┘

Awaiting your review
  (none)

Assigned to you
  (none)

Issues

Opened by you
┌───────┬────────────────┬───────────┬──────────────────────────────┬─────────┐
 ISSUE STATUS PRIORITY TITLE PROJECT
├───────┼────────────────┼───────────┼──────────────────────────────┼─────────┤
 #7684 │ ● in_progress │ ▲ medium │ web-docs 불일치 개정         │         │
└───────┴────────────────┴───────────┴──────────────────────────────┴─────────┘

Assigned to you

For one half only, use co cr status or co issue status — they print just the CR or just the issue sections.

Table of Contents