edi-status-doctor

Diagnose Claude Code project health by examining pipeline stages and activity metadata.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Telepotch/hirano-edi-on-claude-code --skill edi-status-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edi-status-doctor
Source: https://github.com/Telepotch/hirano-edi-on-claude-code/tree/main/.claude/skills/edi-status-doctor
Command: npx skills add https://github.com/Telepotch/hirano-edi-on-claude-code --skill edi-status-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps editors and teams quickly understand the health and progress of Claude Code projects by examining pipeline stages, recent activity, and diagnostics to surface actionable insights.

Core Features & Use Cases

  • Analyzes project pipelines (01-source, 02-sampling, 03-plot) and activity logs to produce a health snapshot.
  • Generates prioritized, actionable recommendations to improve project health and progress.

Quick Start

Run the status diagnosis to get a concise health snapshot of the target project.

Frequently Asked Questions about edi-status-doctor

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

FAQPage Schema
How do I diagnose Claude Code project health and pipeline progress?

Diagnosing project health involves examining pipeline stages like 01-source, 02-sampling, and 03-plot alongside activity logs to generate a snapshot with prioritized recommendations for improving project progress.

What is pipeline diagnostics for project health and when do I need it?

Project health diagnostics is the process of examining pipeline stages, recent activity logs, and metadata to surface actionable insights. You need it when you want to quickly understand the status and progress of Claude Code projects.

How do I generate a project health report from project.yaml and activity logs?

To generate a project health report, run a status diagnosis on your target path. The system reads project.yaml, .activity, and other metadata to produce a summary report with recommended next steps and practical actions.

Can I analyze multiple Claude Code projects or do I need to specify a single path?

You can analyze all projects or target a specific path. The diagnostics tool supports both scopes by reading the relevant project.yaml and .activity metadata to generate a comprehensive health snapshot for the selected range.

What pipeline stages are examined during a project status diagnosis?

The project status diagnosis examines pipeline stages such as 01-source, 02-sampling, and 03-plot. It analyzes these stages alongside activity logs to produce a prioritized health snapshot with actionable recommendations for next steps.

Why does my Claude Code project health report show no recent activity?

A project health report shows no recent activity when the .activity log is empty or missing. The diagnostics tool reads this metadata to track progress, so an empty log results in a stalled status within the generated health snapshot.