원클릭으로
general-admin-project
查询、分析和汇总 General Admin 项目信息,包括项目概览、项目详情、WBS、任务、排期、里程碑、成员、工时、健康度和 EVM。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
查询、分析和汇总 General Admin 项目信息,包括项目概览、项目详情、WBS、任务、排期、里程碑、成员、工时、健康度和 EVM。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
查询和分析 General Admin 项目经营数据,包括经营概览、合同、预算、采购、发票、回款、验收、经营预警和经营月报草稿。
检查 General Admin 导入文件字段、字段字典、缺失字段和导入前风险,不直接写库或覆盖数据。
整理 General Admin 项目会议纪要、提取行动项,并生成风险、问题或任务草稿。
检查 General Admin 后端构建、前端构建、DbMigrator、日志中心和定时任务状态,不执行破坏性命令。
基于 General Admin 项目数据生成项目周报、月报、PMO 汇总报告和项目复盘草稿。
查询和分析 General Admin 项目 RAID、风险等级、高风险项、风险到期项和风险应对建议。
| name | general-admin-project |
| description | 查询、分析和汇总 General Admin 项目信息,包括项目概览、项目详情、WBS、任务、排期、里程碑、成员、工时、健康度和 EVM。 |
Use this skill when the user asks to:
Do not use this skill for:
Before running project commands, confirm:
If the project identifier is missing, ask for one of:
Use this command style when a General Admin CLI exists:
general-admin project list --status active --format json
general-admin project get --id <project-id> --format json
general-admin project wbs list --project-id <project-id> --format json
general-admin project task list --project-id <project-id> --status active --format json
general-admin project schedule list --project-id <project-id> --format json
general-admin project milestone list --project-id <project-id> --format json
general-admin project member list --project-id <project-id> --format json
general-admin project worklog summary --project-id <project-id> --format json
general-admin project evm snapshot --project-id <project-id> --latest --format json
general-admin project health explain --project-id <project-id> --format markdown
If only authenticated API access is available, use the equivalent API wrapper. Do not call private database tables directly unless the user explicitly asks for a local diagnostic and confirms the target database.
For a project status summary, use:
## 项目摘要
- 项目:
- 状态:
- PM:
- 当前排期:
- 健康度:
- SPI / CPI:
## 当前进展
- ...
## 待处理事项
- ...
## 风险提示
- ...
## 数据来源
- project get:
- evm snapshot:
- task list:
For JSON handoff to another tool, use:
{
"projectId": "",
"projectName": "",
"status": "",
"healthScore": null,
"spi": null,
"cpi": null,
"activeTasks": 0,
"overdueTasks": 0,
"blockedTasks": 0,
"openRisks": 0,
"pendingActions": []
}
--dry-run first.--confirm and human approval.