project-status

Aggregate project and task data to generate structured status reports.

3|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/troykelly/openclaw-projects --skill project-status-troykelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status
Source: https://github.com/troykelly/openclaw-projects/tree/main/packages/openclaw-plugin/skills/project-status
Command: npx skills add https://github.com/troykelly/openclaw-projects --skill project-status-troykelly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly generate a structured status report for a project by consolidating data from projects and tasks, saving time and reducing manual reporting.

Core Features & Use Cases

  • Status Overview: Summarize project name, current status, and description.
  • Task Breakdown: List tasks by status (pending, in progress, completed) and compute completion percentage.
  • Recent Activity & Blockers: Highlight recently completed tasks and overdue items, plus high-priority risks.
  • Use Case: A PM wants a weekly update for a client; this skill assembles the report with key metrics and upcoming steps.

Quick Start

Provide a project name or ID to generate its status report.

Frequently Asked Questions about project-status

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

FAQPage Schema
How do I generate a project status report from task and activity data?

You can generate a project status report by providing a project name or ID, which aggregates project and task data to compute completion percentages and list recent activity.

What is included in an automated project status overview?

A project status overview includes the project name, current status, task breakdown by completion state, computed completion percentage, recent activity, and high-priority blockers.

Can I use a project ID to retrieve specific task tracking data for a weekly update?

Yes, you can use a project ID to retrieve specific task tracking data. The system enforces API data retrieval to list tasks and assemble a structured status update.

How do I identify overdue items and blockers in a project management workflow?

You identify overdue items and blockers by aggregating task data via the API, which highlights recently completed tasks, overdue items, and high-priority risks.

Does generating a status report require manual calculation of task completion percentages?

No, generating a status report does not require manual calculation. The workflow automatically computes completion percentages by aggregating pending, in progress, and completed task data.