From rkit
OpenProject 프로젝트 현황을 요약합니다. 프로젝트별 열린 작업 수, 기한 초과 작업을 표 형태로 보여줍니다. 인자 없이 실행하면 전체 프로젝트, 인자가 있으면 해당 프로젝트만 조회합니다. Triggers: op-status, 프로젝트 현황, project status, 작업 현황, 기한 초과, overdue, 열린 작업, open tasks, OP 현황
npx claudepluginhub solitasroh/rkit --plugin rkitThis skill uses the workspace's default tool permissions.
OpenProject MCP 도구를 사용하여 프로젝트 현황을 조회하고 요약하라.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
OpenProject MCP 도구를 사용하여 프로젝트 현황을 조회하고 요약하라.
list_projects로 프로젝트 목록을 조회한다.
각 프로젝트에 대해 list_work_packages를 호출한다.
list_statuses로 조회하여 확인한다.기한 초과 판정: due_date가 오늘 날짜보다 이전이고 status가 열린 상태인 작업.
| 프로젝트 | 식별자 | 열린 작업 | 기한 초과 | 최근 업데이트 |
|---|---|---|---|---|
| {name} | {identifier} | {count}개 | {overdue}건 | {updated_at} |
기한 초과가 0이면 "없음"으로 표시. 1건 이상이면 굵게(N건) 표시.
테이블 아래에 상세 목록을 추가한다:
기한 초과 작업 상세: