Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计未展示

ring%3aproject-health-checkRing%3a 项目健康检查

Agent Skill

ring%3aproject-health-check 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

25

GitHub Stars

180

下载量

196
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ring%3aproject-health-check(Ring%3a 项目健康检查)
来源仓库:https://github.com/lerianstudio/ring
仓库路径:skills/ring%3Aproject-health-check
安装命令:
npx skills add https://github.com/lerianstudio/ring --skill ring:project-health-check
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lerianstudio/ring --skill ring:project-health-check

简介

ring%3aproject-health-check 用于查找、检索和筛选相关信息。

  • 它适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务需求定位内容。
  • 可通过 npx skills add 命令从 GitHub 仓库安装,具体功能需参考原始 README。
  • 安装前建议确认权限、维护状态及是否触发联网或命令执行。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Project Health Check Skill

Systematic assessment of individual project health across multiple dimensions.

Purpose

This skill provides a framework for:

  • Comprehensive project status assessment
  • Early warning identification
  • Root cause analysis
  • Recovery recommendation
  • Stakeholder communication

Prerequisites

Before health check, ensure:

PrerequisiteRequired ForSource
Project baselineVariance calculationProject plan
Current status dataHealth assessmentProject manager
Stakeholder feedbackSatisfaction assessmentStakeholders
Risk registerRisk healthRisk analyst

Health Check Dimensions

Dimension 1: Schedule Health

Metrics:

MetricFormulaGreenYellowRed
SPIEV / PV>= 0.950.85-0.94< 0.85
Schedule VarianceEV - PV>= 0-5% to 0< -5%
Milestone StatusOn-time %>= 90%70-89%< 70%

Assessment Questions:

  • Is the project on schedule?
  • Are milestones being met?
  • What is causing any delays?
  • Is the critical path protected?

Dimension 2: Cost Health

Metrics:

MetricFormulaGreenYellowRed
CPIEV / AC>= 0.950.85-0.94< 0.85
Cost VarianceEV - AC>= 0-5% to 0< -5%
EAC vs BudgetEAC / BAC<= 1.051.05-1.15> 1.15

Assessment Questions:

  • Is the project within budget?
  • What is driving cost variance?
  • Is the estimate at completion acceptable?
  • Are there unplanned costs emerging?

Dimension 3: Scope Health

Metrics:

MetricGreenYellowRed
Scope Changes< 33-5> 5
Change Impact< 5% baseline5-10%> 10%
Requirements StabilityStableSome changesSignificant flux

Assessment Questions:

  • Is scope under control?
  • How many changes since baseline?
  • What is driving scope changes?
  • Is there scope creep occurring?

Dimension 4: Quality Health

Metrics:

MetricGreenYellowRed
Defect RateBelow targetAt targetAbove target
Rework %< 10%10-20%> 20%
Test Pass Rate> 95%85-95%< 85%

Assessment Questions:

  • Is quality acceptable?
  • What is the defect trend?
  • Is rework manageable?
  • Are acceptance criteria being met?

Dimension 5: Risk Health

Metrics:

MetricGreenYellowRed
Open Critical Risks01-2> 2
Risk TrendDecreasingStableIncreasing
Mitigation ProgressOn trackDelayedBlocked

Assessment Questions:

  • Are risks being managed?
  • Are mitigations effective?
  • Any new critical risks?
  • Are issues being resolved?

Dimension 6: Stakeholder Health

Metrics:

MetricGreenYellowRed
Stakeholder SatisfactionSatisfiedConcernsEscalations
Communication EffectivenessGoodGaps notedMajor issues
Decision TimelinessTimelySome delaysBlocked

Assessment Questions:

  • Are stakeholders satisfied?
  • Is communication effective?
  • Are decisions being made timely?
  • Any relationship issues?

Health Check Gates

Gate 1: Data Collection

Objective: Gather current project data

Actions:

  1. Collect schedule data (actuals, forecasts)
  2. Collect cost data (actuals, forecasts)
  3. Review scope changes
  4. Review quality metrics
  5. Update risk register
  6. Gather stakeholder feedback

Output: docs/pmo/{date}/project-{name}-data.md


Gate 2: Health Assessment

Objective: Assess each dimension and overall health

Actions:

  1. Score each dimension (1-10)
  2. Calculate overall health score
  3. Identify red flags
  4. Document root causes

Health Score Calculation:

DimensionWeight
Schedule25%
Cost20%
Scope15%
Quality20%
Risk10%
Stakeholder10%

Overall Score Interpretation:

  • 8-10: Healthy
  • 6-7.9: Manageable
  • 4-5.9: At Risk
  • < 4: Critical

Output: docs/pmo/{date}/project-{name}-assessment.md


Gate 3: Recommendations

Objective: Provide actionable recommendations

Actions:

  1. Prioritize issues by impact
  2. Identify quick wins
  3. Recommend recovery actions
  4. Define success criteria

Recommendation Categories:

CategoryUrgencyExamples
ImmediateThis weekEscalation, resource injection
Short-termThis monthProcess change, replan
Medium-termThis quarterRestructure, descope
Long-termFutureLessons learned, prevention

Output: docs/pmo/{date}/project-{name}-recommendations.md


Anti-Rationalization Table

See shared-patterns/anti-rationalization.md for universal anti-rationalizations.

Health Check-Specific Anti-Rationalizations

RationalizationWhy It's WRONGRequired Action
"PM says project is green"Self-reported status often optimistic. Verify with data.Validate with metrics
"One dimension is off, overall is fine"One critical dimension can sink a project.Address all yellow/red dimensions
"Wait and see if it improves"Delays compound problems. Early intervention is cheaper.Act on warning signs
"They're aware of the issues"Awareness ≠ action. Verify mitigation progress.Confirm corrective actions

Pressure Resistance

See shared-patterns/pressure-resistance.md for universal pressure scenarios.

Health Check-Specific Pressures

Pressure TypeRequestAgent Response
"Make the status green for the exec report""Status must reflect reality. Will provide accurate status with context and recovery plan."
"Don't dig into that dimension""All dimensions must be assessed. Selective assessment misses problems."
"The PM has it under control""PM optimism is natural. Independent assessment provides balance."

Blocker Criteria - STOP and Report

ALWAYS pause and report blocker for:

SituationRequired Action
Overall health < 4 (Critical)STOP. Immediate executive escalation required.
Multiple dimensions RedSTOP. Recovery intervention needed.
Data unavailable for assessmentSTOP. Cannot assess without data. Request information.
Stakeholder loss of confidenceSTOP. Relationship repair needed before project work.

Cannot Be Overridden

The following requirements are NON-NEGOTIABLE:

RequirementCannot Override Because
All six dimensions assessedPartial assessment misses critical issues
Data-driven scoringOpinions without data lead to wrong conclusions
Root cause analysis for RedSymptoms without causes cannot be fixed
Evidence-based statusFeelings don't predict project outcomes
Stakeholder feedback inclusionProject health includes perception, not just metrics

If user insists on violating these:

  1. Escalate to orchestrator
  2. Do NOT proceed with incomplete assessment
  3. Document the request and your refusal

Severity Calibration

When assessing health check findings:

SeverityCriteriaExamples
CRITICALProject viability at riskOverall health < 4, sponsor withdrawing, budget frozen
HIGHSignificant intervention neededAny dimension Red, schedule slip > 2 weeks, cost overrun > 15%
MEDIUMActive management requiredDimensions Yellow, minor variances, stakeholder concerns
LOWNormal monitoringAll Green with minor improvements possible

Escalate CRITICAL immediately. Address HIGH this week. Monitor MEDIUM bi-weekly.


Output Format

Health Check Report

# Project Health Check - [Project Name] - [Date]

## Overall Health Score: X/10 - [Green/Yellow/Red]

## Dimension Scores

| Dimension | Score | Status | Trend |
|-----------|-------|--------|-------|
| Schedule | X/10 | G/Y/R | Up/Stable/Down |
| Cost | X/10 | G/Y/R | Up/Stable/Down |
| Scope | X/10 | G/Y/R | Up/Stable/Down |
| Quality | X/10 | G/Y/R | Up/Stable/Down |
| Risk | X/10 | G/Y/R | Up/Stable/Down |
| Stakeholder | X/10 | G/Y/R | Up/Stable/Down |

## Key Findings

### Red Flags
1. [Finding with evidence]

### Yellow Flags
1. [Finding with evidence]

### Positive Signs
1. [Finding with evidence]

## Root Cause Analysis

| Issue | Root Cause | Impact |
|-------|------------|--------|
| [Issue] | [Cause] | [Impact] |

## Recommendations

### Immediate (This Week)
1. [Action] - Owner: [Name]

### Short-term (This Month)
1. [Action] - Owner: [Name]

## Decisions Required

1. [Decision needed with options]

Execution Report

Base metrics per shared-patterns/execution-report.md:

MetricValue
Analysis DateYYYY-MM-DD
Scope[Project name]
DurationXh Ym
ResultCOMPLETE/PARTIAL/BLOCKED

Health Check-Specific Details

MetricValue
health_scoreX/10
schedule_varianceX%
cost_varianceX%
scope_changesN

When Health Check Is Not Needed

ConditionVerification
Recent check exists (<14 days)Reference existing health check
No reported issuesConfirm no new risks or blockers
Project in maintenance phaseVerify no active development
Stakeholders satisfiedConfirm no escalations or concerns

MUST: Full health check REQUIRED for the following conditions:

ConditionWhy Required
Project status changedYellow/Red requires immediate assessment
Milestone approachingRisk assessment needed before milestone
Stakeholder escalation receivedMust diagnose the concern
Project phase transitionEntry/exit criteria must be validated
Periodic review cadenceRegular health monitoring required

MUST: When in doubt, conduct the health check. Undetected issues become crises.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.48%
按下载量换算68

Claude

32.94%
按下载量换算65

Cursor

20.11%
按下载量换算39

Gemini CLI

9.66%
按下载量换算19

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills