project-status-review

Generate a project health check report from git inspection and codebase statistics.

Updated May 18, 2026
One-click install
npx skills add https://github.com/solitude6060/Yao-skills --skill project-status-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status-review
Source: https://github.com/solitude6060/Yao-skills/tree/main/skills/project-status-review
Command: npx skills add https://github.com/solitude6060/Yao-skills --skill project-status-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns vague requests like “check project status/progress” into a structured, evidence-based view of what is done, what is stuck, and what must be addressed next to reduce delivery risk.

Core Features & Use Cases

  • Comprehensive status report generation: Produces a detailed Traditional Chinese health check including diagrams/tables, last activity timing, and clear next actions.
  • Git + codebase investigation: Collects recent commits, branch list, and branch divergence signals, then derives staleness and operational focus areas.
  • Blocker triage with deployment framing: Classifies blockers (notably P0 items for production deployment) and recommends prioritized remediation steps.

Quick Start

Ask: “幫我確認我這個專案的開發進度和狀況,並產出目前分支差異、風險評估與接下來最重要的行動清單。”

Frequently Asked Questions about project-status-review

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

FAQPage Schema
How do I generate a project health check report from git history and codebase statistics?

To generate a project health check report, the system inspects recent git commits, collects codebase statistics, and attempts build verification to assess overall project status. It outputs a structured report highlighting delivery readiness, risk severity, and prioritized next actions.

What is the best way to triage project blockers and assess deployment readiness?

Blocker triage and deployment readiness assessment are performed by classifying project blockers, notably P0 items, against current codebase stability. This process produces a prioritized remediation plan that frames deployment risks and outlines actionable next steps for production release.

How does branch divergence analysis explain my project status and stalled progress?

Branch divergence analysis explains project status by collecting branch lists and recent commits to identify staleness and operational focus areas. It reveals stalled progress by mapping divergent branches against development milestones to pinpoint exactly where work is blocked.

Can I get an automated risk assessment and roadmap planning report for my software repository?

Yes, you can get an automated risk assessment and roadmap planning report by applying git analysis and dependency auditing to your software repository. The resulting report includes risk severity classifications and a prioritized list of follow-up actions to guide your roadmap planning.

Do I need any external dependencies to perform a project status review?

No external dependencies are required to perform a project status review because the skill operates independently. It natively executes git inspection, codebase statistics gathering, and dependency auditing without needing additional external tools or modules installed.