project-status-report

Installation
SKILL.md

Project Status Report

Generate a structured status report from one or more monday.com boards. monday.com is a customizable AI work platform with dedicated products for work management, CRM, dev, service, and campaigns - boards are the central unit of organization. This skill combines board metadata, item data, aggregated insights, and recent activity into a single actionable summary.

Output Behavior

Present the report in plain language with clean formatting. Don't narrate which API tools were called or show raw JSON - summarize what the data means. Highlight what needs attention (blockers, overdue items, unassigned work) rather than echoing raw numbers. Always include each board's URL so the user can navigate directly.

Use MCP UI widgets for visual sections

This skill is one of the strongest fits for monday's MCP UI widgets. Use them as follows:

  • Status distribution: call show-chart (the result is more scannable than a markdown table)
  • Project completion: call show-battery to render a progress indicator
  • Overdue items: call show-table so the user can sort, filter, and click through
  • Workload by person: call show-chart if comparing across owners

For short summary lines (totals, counts), use plain text. Do not duplicate widget content as a markdown table afterwards - pick one or the other.

Installs
3
GitHub Stars
2
First Seen
5 days ago
project-status-report — mondaycom/skills