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

ghpm-statusghpm 状态

Agent Skill

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

总安装

675

周安装

29

GitHub Stars

19

下载量

237
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ghpm-status(ghpm 状态)
来源仓库:https://github.com/jackchuka/ghpm
仓库路径:skills/ghpm-status
安装命令:
npx skills add https://github.com/jackchuka/ghpm --skill ghpm-status
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jackchuka/ghpm --skill ghpm-status

简介

GHPM 状态技能用于信息查找、检索和筛选,支持关键词快速定位。

  • 适用于需要根据任务场景或来源线索定位候选结果的场景。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加技能模块。
  • 安装前建议确认权限范围和维护状态,注意可能触发的网络请求。
  • ghpm-status 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

ghpm-status

PREREQUISITE: Read ../ghpm-shared/SKILL.md for prerequisites and error handling.

Comprehensive project health dashboard. The goal is to give the user a rich, actionable overview — not just counts, but breakdowns that surface where work is concentrated, who's overloaded, and what needs attention. Think of this as the dashboard a project manager checks every morning.

Arguments

  • /ghpm-status — full dashboard for the project
  • /ghpm-status <scope> — scoped to a team or component name (matched against field options in .ghpm/config.json)

Workflow

Phase 1: Load Config and Cache

Follow the startup sequence in ../ghpm-shared/SKILL.md and load cache per ../ghpm-shared/references/cache.md.

Phase 2: Aggregate

Count items by workflow column (using the workflow.field name from config to find the matching field on each item). Include a count for items with no status.

If a scope argument was provided, filter items first:

  • Match the argument against all field option names in .ghpm/config.json (case-insensitive).
  • If no exact match, try semantic/fuzzy matching. The user may use informal or umbrella terms that don't match any single field option but logically group several. Use your understanding of the project's team/component names to infer which options the user likely means, and combine them. Explain the mapping you chose (e.g., "Interpreting '' as + ").
  • If you still can't determine a reasonable match, list available options and ask the user to clarify — but try hard to infer first.
  • Filter items to only those matching the scope before aggregating.

Build the following sections from the cached items. Each section adds a different dimension of insight. Include all sections where the data exists — skip a section only if the project doesn't have that field.

Component Health

If a "Component" (or similar grouping) field exists, break down items by component × status. This reveals which areas of the project are healthy vs struggling. Show completion percentage per component and flag components with low completion or high active workload.

Epic Tracker

If items have a "Level" or type field that distinguishes epics from tasks, show epic-level status separately. Active epics (InProgress) are especially useful — list them with their component and assignees. Flag unassigned active epics as a risk.

Team Workload

Count InProgress items per assignee. This surfaces overload — anyone with 8+ concurrent InProgress items deserves a flag. Also count unassigned InProgress items.

Attention Items

Identify items needing attention:

  • Untriaged: items with no status, no component, or no assigned team (check which fields exist in config — not all projects have these fields).
  • No assignee: items in non-Done columns with empty assignees. Call out ReadyForDev items without owners specifically — they're bottlenecked.
  • Active InProgress: items in InProgress status — count as a workload indicator. No date info is available, so don't claim staleness.

Available Views

List available views with their layout type and filter text. Do NOT attempt to count items per view — filter parsing is handled by /ghpm-view. Just show the view name, layout, and raw filter so the user knows what's available.

For key normalization when matching fields, see ../ghpm-shared/references/cache.md.

Phase 3: Format Output

Format per conventions in ../ghpm-shared/references/format.md. Use markdown tables for breakdowns — they're easier to scan than flat text. Include a brief "Key Observations" section at the end that highlights 3-5 actionable insights (bottlenecks, risks, overloaded contributors).

The output should feel comprehensive. A good dashboard is one where the user doesn't need to ask follow-up questions to understand the project's health.

If scoped, prefix with the scope name: <Project Title> — <scope> — <filtered count> of <total> items

End with: Use /ghpm-view <name> to drill into a view.

Tips

  • Read-only — never modifies the project or its items.

See Also

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

35.46%
按下载量换算84

Claude

30.08%
按下载量换算71

Cursor

19.5%
按下载量换算46

Gemini CLI

8.62%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills