project-status-report

Compile health indicators, Git status, sessions, and work items into a Markdown report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AnthemFlynn/ccmp --skill project-status-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status-report
Source: https://github.com/AnthemFlynn/ccmp/tree/main/plugins/project-status-report/skills/project-status-report
Command: npx skills add https://github.com/AnthemFlynn/ccmp --skill project-status-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill generates an at-a-glance project health report, aggregating health indicators, git status, recent sessions, open work items, backlog, and AI-guided next actions to speed onboarding and status updates.

Core Features & Use Cases

  • Health indicators: Tests, lint, coverage, and build status in one view.
  • Git status: Branch, uncommitted changes, and remote sync overview.
  • Session & work items: Last checkpoint, session objectives, and TODOs/fixmes in code.
  • AI suggestions: Recommended next actions and effort estimates.

Quick Start

Run python scripts/report.py to generate the report, or invoke via Claude with /project-report.

Frequently Asked Questions about project-status-report

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

FAQPage Schema
How do I generate a project health report from Git and test status?

Project status reports compile Git branch status, uncommitted changes, test results, lint status, and coverage metrics into a single Markdown snapshot. Run python scripts/report.py to generate a comprehensive health report aggregating repository state, build status, and recent session data.

What should I check before starting work on a project?

Before starting, review your project's health indicators: test pass/fail status, lint violations, code coverage, and build health. A status report surfaces these metrics alongside Git sync status and open work items, helping you understand blockers and priorities before diving in.

Can I automate project status reporting across multiple repositories?

Yes. The Skill handles cross-repo contexts and generates reports applicable to onboarding scenarios and mid-work health checks. Each report includes Git status, session checkpoints, TODOs/fixmes in code, and AI-suggested next actions with effort estimates across your projects.

What information does a project status report include?

A project status report aggregates health indicators (tests, lint, coverage, build), Git branch and sync overview, recent session data and checkpoints, open work items and backlog, and AI-guided next actions. The output is a prioritized Markdown report ready for developer consumption.

How do I use project health reports during onboarding or code reviews?

Run the report before major changes, during onboarding, or at session start to get a quick overview. The report surfaces code markers, uncommitted changes, recent objectives, and recommended next actions, enabling faster context acquisition and informed decision-making without manual investigation.

Does the status report parse specific code markers or work-item formats?

Yes. The Skill parses repository state, test/lint/coverage/build status from your environment, session checkpoint data, and code markers (TODOs, fixmes) to extract work items. It produces a Markdown report that satisfies both functional requirements for status parsing and technical requirements for code-work item extraction.