project-status-update

Scan monitored projects and update PROJECT_STATUS.md with Git information and classifications.

4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/signalcompose/claude-tools --skill project-status-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status-update
Source: https://github.com/signalcompose/claude-tools/tree/main/plugins/ypm/skills/project-status-update
Command: npx skills add https://github.com/signalcompose/claude-tools --skill project-status-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the process of gathering project status information, ensuring that your project overview is always up-to-date without manual intervention.

Core Features & Use Cases

  • Automated Project Scanning: Scans all monitored projects to collect key information.
  • Status Updates: Consolidates project data into a human-readable PROJECT_STATUS.md file.
  • Use Case: Automatically refresh your team's project dashboard every morning by running this skill, providing an instant overview of active, developing, and inactive projects.

Quick Start

Update the project status file by scanning all monitored projects.

Frequently Asked Questions about project-status-update

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

FAQPage Schema
How do I automate project status reporting from Git commit history?

Automate project status reporting by scanning monitored Git repositories to classify projects as active, developing, or inactive based on commit history. The tool consolidates current repository data into a local PROJECT_STATUS.md file for instant dashboard overviews.

How does automated project scanning extract next task information?

Automated project scanning extracts next task details strictly from documented sources like CLAUDE.md and README.md files in active projects. It avoids making assumptions or creating non-existent plans, ensuring accurate status updates sourced only from actual documentation.

Can I generate a project status dashboard without manual intervention?

Generate a project status dashboard without manual intervention by running a scan across all monitored directories. The process automatically consolidates project classifications and Git information into a human-readable PROJECT_STATUS.md file, refreshing your overview effortlessly.

What is the best way to track inactive and developing projects locally?

Track inactive and developing projects locally by scanning commit activity across your repository directories. The process classifies development status based on Git history and writes the consolidated project data into a single PROJECT_STATUS.md file.

Does the project status update process require external dependencies?

The project status update process requires no external dependencies. It operates independently to scan local Git repositories, extract details from README.md and CLAUDE.md files, and generate the status report directly in your project environment.

Why are my project status updates missing next task information?

Project status updates might miss next task information if CLAUDE.md or README.md files lack documented plans. The tool strictly adheres to existing documentation for active projects and avoids assumptions, so unlisted tasks will not appear in the generated PROJECT_STATUS.md file.