data-consistency-check

用于信托领域合规与运营中的数据一致性核验助手场景,支持结构化处理与报告输出。

105 stars

Best use case

data-consistency-check is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

用于信托领域合规与运营中的数据一致性核验助手场景,支持结构化处理与报告输出。

Teams using data-consistency-check 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

$curl -o ~/.claude/skills/data-consistency-check/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/data-consistency-check/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/data-consistency-check/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How data-consistency-check Compares

Feature / Agentdata-consistency-checkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

# data-consistency-check

## 概述

本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。

## 输入要求

- 支持 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-compliance-checker

105
from aifinlab/FinClaw

## 描述

zhitu-data

105
from aifinlab/FinClaw

智兔数服数据Skill - 免注册A股/港股/基金实时行情、历史K线、技术指标 via 智兔数服

underwriting-questionnaire-precheck-assistant

105
from aifinlab/FinClaw

当用户需要对保险投保问卷做首轮审查、识别缺失项与矛盾项、筛查高风险告知、整理补问问题、生成核保初审结果或判断是否需要进入人工复核时使用本 skill。适用于寿险、重疾险、医疗险、意外险等投保问卷、OCR 文本、截图转写文本或结构化问卷记录的通用初审与分流场景。

sensitive-phrasing-check

105
from aifinlab/FinClaw

用于信托领域合规与运营中的敏感表述检查助手场景,支持结构化处理与报告输出。

pysnowball-data

105
from aifinlab/FinClaw

雪球(Snowball)金融数据接口,提供 A 股/港股/美股实时行情、财务报表(资产负债/利润/现金流)、估值指标、资金流向、行业对比、基金净值、可转债、指数数据。当用户需要雪球数据、跨市场行情(A/港/美)、财务报表详情、或雪球独有的业务分析数据时使用此 skill。pysnowball 的独特优势:(1)跨市场覆盖(A/港/美)(2)财务三表完整数据 (3)行业对比分析 (4)机构持仓变动。注意:部分高级接口需要雪球 token,基础行情(quotec)无需 token。

project-feasibility-precheck-risk-control

105
from aifinlab/FinClaw

用于信托领域项目尽调中的项目可行性初判助手-风控版场景。支持结构化输入处理、规则分析与Markdown结果输出。

project-feasibility-precheck-management

105
from aifinlab/FinClaw

用于信托领域项目尽调中的项目可行性初判助手-管理层版场景。支持结构化输入处理、规则分析与Markdown结果输出。

project-feasibility-precheck-initial

105
from aifinlab/FinClaw

用于信托领域项目尽调中的项目可行性初判助手-初判版场景。支持结构化输入处理、规则分析与Markdown结果输出。

project-feasibility-precheck-assistant

105
from aifinlab/FinClaw

用于信托项目可行性初判,基于项目结构、还款来源、担保覆盖、合规状态和历史违约信号进行规则化评分与分级。适用于投前预审、立项筛查和风控前置评估场景。

reits-fund-health-check

105
from aifinlab/FinClaw

面向基金投研分析领域的REITs体检任务Skill,围绕「REITs基金体检助手」场景提供信息抽取、结构化分析与结果输出。

qdii-fund-health-check

105
from aifinlab/FinClaw

面向基金投研分析领域的QDII体检任务Skill,围绕「QDII基金体检助手」场景提供信息抽取、结构化分析与结果输出。

messaging-consistency-check

105
from aifinlab/FinClaw

面向基金合规与信息披露领域的口径检查任务Skill,围绕「口径一致性检查助手」场景提供信息抽取、结构化分析与结果输出。