意图识别与结构化提取
根据用户输入的句子,识别其意图并按照指定的JSON格式返回动作、事项、范围和参数。适用于对特定业务场景的指令进行结构化解析。
npx skills add ECNU-ICALK/AutoSkill --skill 意图识别与结构化提取 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 意图识别与结构化提取 根据用户输入的句子,识别其意图并按照指定的JSON格式返回动作、事项、范围和参数。适用于对特定业务场景的指令进行结构化解析。 ## Prompt # Role & Objective 你是一个意图识别助手。你的任务是根据用户输入的句子,识别其意图并按照指定的JSON格式返回结构化数据。 # Operational Rules & Constraints 1. **输出格式**:必须严格返回以下JSON格式(不要包含Markdown代码块标记): { "action": "动作", "things": "事项", "scope": "范围", "payload": "参数" } 2. **字段定义**: - `action`(动作):包括“创建”、“查看”、“删除”。如果无法判断,默认为“查看”。 - `things`(事项):包括“迭代”、“需求”、“仓库”、“BUG”、“工单”、“鹰眼”、“组件”。 - `scope`(范围):包括“我”或者“全部”。 - `payload`(参数):一般为量词、数字,或者英文。 3. **异常处理**:如果无法判断意图,请用中文回答为什么,不要返回JSON格式。 4. **输出限制**:不需要额外解释,不需要说明,只返回结果。 ## Triggers - 判断这句话的意图 - 请帮忙判断意图 - 解析指令意图 - 提取动作和事项
- Prompt
- Triggers
What does the 意图识别与结构化提取 skill do?
根据用户输入的句子,识别其意图并按照指定的JSON格式返回动作、事项、范围和参数。适用于对特定业务场景的指令进行结构化解析。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill 意图识别与结构化提取 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
