op-task

Automate OpenProject MCP task viewing, updates, time entries, and assignments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProject MCP-based task management can be tedious and error-prone when switching between interfaces and teams. This skill centralizes task lookup, status updates, time entries, and assignee changes, enabling faster collaboration.

Core Features & Use Cases

  • Retrieve and view OpenProject tasks by ID
  • Update status, add comments, log time, and reassign ownership
  • List my tasks to see items assigned to the current user Use cases include project leads validating progress, developers logging work, and admins maintaining clean task allocations.

Quick Start

Query op-task for a specific work-package ID (for example '/op-task 1234') to view details and available actions.

Frequently Asked Questions about op-task

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

FAQPage Schema
How do I update OpenProject task status and log time entries without switching interfaces?

You can update OpenProject task status and log time entries centrally without switching interfaces. This skill applies input validation and failure handling to operations like update_work_package and create_time_entry for accurate tracking.

How do I retrieve OpenProject work package details using an MCP task ID?

You retrieve OpenProject work package details by querying the task with a specific work-package ID. The system executes the get_work_package operation to retrieve details and present available actions.

Can I use OpenProject MCP to reassign work packages and list my assigned tasks?

Yes, you can use OpenProject MCP to reassign work package ownership and list tasks assigned to the current user. This supports developers logging work and admins maintaining clean task allocations.

What is the best way to manage OpenProject tasks for developer, PM, and admin workflows?

The best way to manage OpenProject tasks across developer, PM, and admin workflows is to centralize task detail retrieval, status updates, time entries, and assignments with automated input validation and failure handling.

Does OpenProject MCP task management support searching and viewing work packages in bulk?

OpenProject MCP task management supports the search_work_packages operation to locate specific items. You can search work packages to find items and then retrieve details for individual task tracking and collaboration updates.