status

Consolidate worklog, plan, and implementation status into a project health snapshot.

14|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tae0y/python-project-template --skill status-tae0y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/tae0y/python-project-template/tree/main/.claude/skills.nouse/status
Command: npx skills add https://github.com/tae0y/python-project-template --skill status-tae0y

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a lightweight, centralized snapshot of a project's current health by aggregating worklog status, phase progress, and implementation coverage.

Core Features & Use Cases

  • Read and summarize the local worklog: doing, todo, and the tail of done.
  • Infer project structure from localdocs or source directories to report available layers/modules.
  • Check environment and git state to surface readiness and risks for deployment.
  • Use case: generate a quick status report for standups or stakeholder updates.

Quick Start

Provide a concise status snapshot for the current project by invoking the skill against your repository.

Frequently Asked Questions about status

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

FAQPage Schema
How do I generate a project status snapshot for stakeholder updates?

To generate a project status snapshot, the skill consolidates local worklog files, infers project structure from source directories, and reports environment and git state. It summarizes doing, todo, and done items to deliver a ready-to-share project health overview.

What is the best way to summarize worklog and phase progress for a standup?

The best way to summarize worklog and phase progress is to analyze local worklog files to extract doing, todo, and done items. This skill infers project structure and checks git state to provide a quick status report suitable for standups.

Can I infer project structure from localdocs to report available modules?

Yes, you can infer project structure from localdocs. The skill analyzes localdocs and source directories to identify and report available layers and modules, which helps surface implementation coverage and project readiness.

Does checking git state help surface deployment readiness and risks?

Checking git state directly helps surface deployment readiness and risks. By analyzing the current git state alongside environment checks, the skill identifies potential issues and reports them within the consolidated project status snapshot.

Do I need a local worklog file to use project management status tracking?

Yes, you need a local worklog file for project management status tracking. The skill reads local worklog files to summarize doing, todo, and done items, forming the baseline for the consolidated project health snapshot.