Best use case
version-manager is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域合规与运营中的版本管理助手场景,支持结构化处理与报告输出。
Teams using version-manager should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/version-manager/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How version-manager Compares
| Feature / Agent | version-manager | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
用于信托领域合规与运营中的版本管理助手场景,支持结构化处理与报告输出。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# version-manager
## 概述
本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。
## 输入要求
- 支持 JSON 数组或 JSONL
- 建议字段:`id`, `name`, `text`, `status`, `timestamp`,以及场景相关业务字段
## 工作流程
1. 明确业务口径与目标
2. 读取并清洗输入数据
3. 执行规则分析与风险识别
4. 输出结构化结果并标注复核事项
5. 人工复核后进入正式流程
## 执行方式
```bash
python scripts/analyze.py --input input.json --output report.md
```
## 输出结构
1. 样本概览(数量、等级分布)
2. 重点条目(分值、命中原因)
3. 风险提示与复核建议
4. 免责声明
## 质量要求
- 事实与判断分离
- 规则命中可追溯
- 保留自动生成需人工复核声明
- 不输出投资建议、授信决策或法律最终意见
## 使用示例
### 示例 1: 基本使用
```python
# 调用 skill
result = run_skill({
"param1": "value1",
"param2": "value2"
})
```
### 示例 2: 命令行使用
```bash
python scripts/run_skill.py --input data.json
```Related Skills
trust-risk-manager
## 描述
charity-trust-manager
## 描述
fund-manager-profile-index
面向基金投研分析领域的经理画像任务Skill,围绕「基金经理画像助手-指数版」场景提供信息抽取、结构化分析与结果输出。
fund-manager-profile-fof
面向基金投研分析领域的经理画像任务Skill,围绕「基金经理画像助手-FOF版」场景提供信息抽取、结构化分析与结果输出。
fund-manager-profile-fixed-income
面向基金投研分析领域的经理画像任务Skill,围绕「基金经理画像助手-固收版」场景提供信息抽取、结构化分析与结果输出。
fund-manager-profile-equity
面向基金投研分析领域的经理画像任务Skill,围绕「基金经理画像助手-股票版」场景提供信息抽取、结构化分析与结果输出。
fund-manager-profile-assistant
当用户需要在基金场景中完成基金经理画像助手相关任务时使用本技能,适用于经理画像及相关分析、生成、审阅请求。 用户提到「经理画像」「基金经理分析」「经理标签」或需要输出结构化中文结论、模板和配套脚本时,应优先触发。
fund-manager-change-announcement-interpreter
用于公募基金经理变更公告解读的投研分析 Skill,适用于基金公告场景下的关键信息提取、事件分级与影响研判。
contract-version-compare-supplemental-agreement
用于信托领域合同与法务中的合同版本对比助手-补充协议版场景。支持结构化输入处理、规则分析与Markdown结果输出。
contract-version-compare-submission
用于信托领域合同与法务中的合同版本对比助手-送审版场景。支持结构化输入处理、规则分析与Markdown结果输出。
contract-version-compare-draft-final
用于信托领域合同与法务中的合同版本对比助手-初稿终稿版场景。支持结构化输入处理、规则分析与Markdown结果输出。
contract-version-compare-assistant
用于合同版本差异识别与风险变更追踪,比较新旧版本条款新增、删除、修改及风险关键词变化。适用于合同谈判轮次管理、法务复核和重大变更提示场景。