clickup-rollup

Consolidates linked task updates into narrative comments on ClickUp Objectives.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ithaloazevedo/pm-loadout --skill clickup-rollup-ithaloazevedo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clickup-rollup
Source: https://github.com/ithaloazevedo/pm-loadout/tree/main/.agents/skills/clickup-rollup
Command: npx skills add https://github.com/ithaloazevedo/pm-loadout --skill clickup-rollup-ithaloazevedo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? ClickUp Objectives become stale because updates live scattered across linked Discovery and Delivery tasks, forcing stakeholders to hunt task by task. This Skill scans linked tasks, detects relevant progress, and posts a single human-voiced roll-up comment on each Objective. ## Core Features & Use Cases - Narrative roll-up comments: Detects status changes, completed research, finalized prototypes, new Deliveries, and blockers on linked tasks, then posts one synthesized first-person update per Objective. - Portfolio reconciliation: Keeps each Objective's Portfolio section mirroring real linked tasks with additive-only edits, flagging orphaned entries without deleting them. - Measurement plan consolidation: Aggregates instrumentation events declared in linked epics into a Measurement Plan table, exposing epics with no declared tracking events. - Use Case: After a weekly team sync, run the roll-up with your meeting notes so each Objective gets an update combining ClickUp progress with your decisions and next steps. ## Quick Start Run /clickup-rollup run and paste your meeting notes to post consolidated updates on all active ClickUp Objectives.

Frequently Asked Questions about clickup-rollup

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

FAQPage Schema
How do I post progress updates on ClickUp Objectives automatically?▼

Run /clickup-rollup run to scan all active Objectives, detect relevant updates on linked Discovery and Delivery tasks, and post one narrative comment per Objective. Use dry-run first to review what would be posted without writing anything.

What triggers a roll-up comment on a ClickUp task?▼

Roll-ups trigger on status changes, completed research with findings, finalized prototypes with Figma links, new Deliveries promoted from Discovery, recorded blockers, and completed deliveries. Cosmetic edits like typo fixes or assignee changes never trigger an update.

Does clickup-rollup work with bugs or operational tasks?▼

No. The Skill explicitly excludes bugs, incidents, operational and support tasks, and any task not linked to an Objective. Only Discovery and Delivery tasks connected via linked tasks to a Roadmap Objective feed the roll-up.

Can I run clickup-rollup on a schedule?▼

Yes, it is designed for daily scheduled runs, but headless execution may lack an authenticated ClickUp connector. If the scheduled run fails the connector check, run it in an interactive session and treat the schedule as a daily reminder.

How does clickup-rollup avoid posting duplicate updates?▼

Each roll-up comment starts with a fixed marker line, and the Skill reads the most recent marked comment's timestamp to define the scan window. Updates already consolidated in a previous roll-up are never reposted.