pm-status-report

Generate project status reports from git history, tasks, and metrics.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill pm-status-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-status-report
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/pm-status-report
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill pm-status-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating regular project status reports from scattered project data is time-consuming and error-prone; this skill automates the process.

Core Features & Use Cases

  • Aggregate project data: state, recent git history, task history, and metrics into a concise report.
  • Produce sections for Progress, Upcoming, Blockers, Metrics, and Decisions needed for stakeholders.
  • Write the generated report to docs/status/ with a date-stamped filename for archival and traceability.

Quick Start

Generate today's status report from the latest project data.

Frequently Asked Questions about pm-status-report

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

FAQPage Schema
How do I automate project status reports from git history and task data?

You can generate a project status report by aggregating your project state, recent git history, task history, and metrics. The tool formats this data into progress, upcoming, blockers, and metrics sections for stakeholders.

What is the best way to generate stakeholder updates for a software project?

Generating stakeholder updates involves aggregating project state, metrics, and task history into a structured report. This creates sections for progress, upcoming work, blockers, metrics, and decisions needed by stakeholders.

How do I save automated status reports for project archival and traceability?

Automated status reports are written to the docs/status/ directory with a date-stamped filename. This ensures every generated project update is properly archived and traceable for future reference.

Can I include project metrics and blockers in an automated status update?

Yes, automated status updates include dedicated sections for project metrics and blockers. The report aggregation process compiles state, git history, and task data to populate these specific stakeholder-facing sections.

Does generating a project status report require any external dependencies?

Generating a project status report requires no external dependencies. It independently aggregates project state, git history, task history, and metrics into a formatted stakeholder document.