op-status

Fetches OpenProject project statuses and summarizes open and overdue tasks per project via MCP filters.

2|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/solitasroh/rkit --skill op-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: op-status
Source: https://github.com/solitasroh/rkit/tree/main/skills/op-status
Command: npx skills add https://github.com/solitasroh/rkit --skill op-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarizes OpenProject project status. Displays, in a table, the number of open tasks and overdue tasks per project. Running without arguments queries all projects; providing an argument filters to the specified project.

Core Features & Use Cases

  • Per-project counts of open tasks and overdue tasks are presented in a concise table.
  • Filters available to view all projects or a single project by identifier or name.
  • When the project list exceeds 10, the top 10 projects by open tasks are shown with a note indicating the total count.
  • Provides overdue detection by comparing due_date against today and shows last updated timestamp for context.

Quick Start

Run op-status to display current OpenProject statuses, or pass a project identifier to filter to a single project.

Frequently Asked Questions about op-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get OpenProject status summaries for open and overdue tasks?

You can generate OpenProject status summaries by running the command without arguments to query all projects, or by passing a specific project identifier to filter the status report for open and overdue task counts.

How does overdue task detection work for OpenProject projects?

When the OpenProject project list exceeds 10 projects, the summary table displays the top 10 projects ranked by open task count and includes a note indicating the total number of projects available.

Can I filter OpenProject work packages to view status for a single project?

Yes, you can filter OpenProject work packages to a single project by providing the project identifier or name as an argument, which narrows the open and overdue task summary table to that specific project.

What do I need to summarize OpenProject project portfolios via MCP?

To summarize OpenProject project portfolios via MCP, you need an MCP integration that supports list_projects and list_work_packages calls, enabling status reporting and overdue tracking across your projects.

Are there limitations when reporting status for large OpenProject portfolios?

When reporting status for large OpenProject portfolios exceeding 10 projects, the display is limited to the top 10 projects by open task count, along with a note showing the total project count for context.