ai-upskilling-training-diagnosis 业务诊断助手

SkillDev tools

This skill helps your AI answer 'how should this be done' questions by turning the materials you provide into a clear diagnosis. It breaks down goals, identifies what matters most, and returns a summary, diagnosis conclusions, and action recommendations you can put to work. It suits people in HR, management, operations, and software work.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI a question like 'how should we handle this' and share the relevant materials or context. Your AI will respond with a summary, a diagnosis, and recommended next actions based on what you provided.

Then ask your AI: use the ai-upskilling-training-diagnosis 业务诊断助手 skill

What your AI can do with it

  • Break a broad goal into clear, workable parts
  • Judge which issues matter most before acting
  • Summarize the materials you provide into key points
  • Produce diagnosis conclusions about the situation
  • Recommend concrete actions to take next
  • Create reusable deliverables you can apply again

What this skill tells your AI

The instructions your AI receives, as published by allinherog-star/ai-skills in skills/ai-upskilling-training-diagnosis/SKILL.md and read by ahel’s review.

快速开始

更多技能

概述

业务诊断助手用于回答「这件事该怎么做」、AI培训、组织发展、能力差距,适合人力资源、管理者、运营、software在明确业务目标、内容材料或分析对象后调用。 它会结合培训需求描述、粘贴团队目标、岗位类型、当前工具使用、痛点和期望能力。等输入,整理关键上下文,并输出摘要、诊断结论、行动建议和可复用交付物,便于继续执行、复盘或交付。

什么时候使用

适用场景

  • 用户提出“这件事该怎么做”这类问题,需要快速拆解目标、判断重点并形成可执行结果
  • 人力资源、管理者、运营、software需要围绕业务诊断助手生成摘要、诊断结论、行动建议和可复用交付物
  • 用户已经准备了组织学习资料链接(填写公开可访问的培训计划、能力模型或学习资源链接。)、上传调研资料(上传技能调研、岗位矩阵、培训反馈、课程表或访谈记录。)、培训需求描述(粘贴团队目标、岗位类型、当前工具使用、痛点和期望能力。),希望整理成可执行的分析或优化结果
  • 用户需要把业务诊断助手相关材料转成清晰结论、优先级和下一步动作

调用方式

通过导出的 Python runner 直接调用 AI Skills API:

命令示例

基础调用

python3 scripts/run.py --params '{}'

带常用参数调用

python3 scripts/run.py --params '{"orgLearningLink":"https://v.douyin.com/xxxxx"}'

参数说明

参数类型必填默认说明
orgLearningLinkstring-填写公开可访问的培训计划、能力模型或学习资源链接;需要传可访问的完整 URL
skillSurveyFilestring-上传技能调研、岗位矩阵、培训反馈、课程表或访谈记录
trainingNeedTextstring-粘贴团队目标、岗位类型、当前工具使用、痛点和期望能力
teamProfileContextstring-说明部门、人数、岗位、业务流程、工具权限和管理目标
currentToolUsageNotesstring-补充已用AI工具、数据限制、安全要求、时间预算和学习偏好
trainingDiagnosisFocusstring能力缺口选择本次AI 培训需求诊断最需要优先处理的方向;可选值:能力缺口课程模块实战任务评估方式

完整机器可读参数结构见 references/form-schema.json

参数取值参考

当前技能没有需要额外查表的分类参数。

支持的输入格式

当前技能直接接收 JSON 参数;如果参数里包含链接字段,请传完整、可访问的 URL。

示例请求

下面的示例参数可直接传给 scripts/run.py,runner 会把它们发送给 AI Skills API。

python3 scripts/run.py --params '{"orgLearningLink":"https://v.douyin.com/xxxxx"}'

等价的 --params JSON:

{
  "orgLearningLink": "https://v.douyin.com/xxxxx"
}

返回结果示例

{
  "success": true,
  "data": {
    "message": "示例结果请以技能真实返回结构为准。"
  },
  "meta": {
    "executionTime": 842,
    "cached": false
  }
}

交付内容

  • 摘要、诊断结论、行动建议和可复用交付物:围绕用户目标整理可直接阅读、复盘或交付的核心结果。
  • 输入材料解读:结合组织学习资料链接(填写公开可访问的培训计划、能力模型或学习资源链接。)、上传调研资料(上传技能调研、岗位矩阵、培训反馈、课程表或访谈记录。)、培训需求描述(粘贴团队目标、岗位类型、当前工具使用、痛点和期望能力。)提炼关键上下文和判断依据。
  • 下一步动作:给出优先级、执行建议或可继续加工的内容框架。

结果使用建议

  • 先判断输出是否回答了用户关于「业务诊断助手」的核心问题。
  • 再检查结果是否覆盖摘要、诊断结论、行动建议和可复用交付物,以及是否给出明确下一步动作。
  • 如果输入材料较少,建议让用户补充目标、受众、限制条件或原始材料后再运行。

运行前准备

  • AISKILLS_BASE_URL:默认 https://ai-skills.ai
  • AISKILLS_API_KEY:必填,用于认证调用
  • AISKILLS_TENANT_ID:默认 default

Signals

GitHub stars
51
Forks
5
Last commit
Jun 2026
Advanced
Catalog kind
skill
Gateway key
ai-upskilling-training-diagnosis
Source
github.com/allinherog-star/ai-skills