# Financial Industry Compliance Audit Assistant

> Financial Industry Compliance Audit Assistant / 金融合规审核助手

- Skill: `cslawyer1985/financial-industry-compliance-audit-assistant` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cslawyer1985/financial-industry-compliance-audit-assistant`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cslawyer1985/financial-industry-compliance-audit-assistant/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: cslawyer1985 (https://skillmd.com/u/cslawyer1985)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cslawyer1985/financial-industry-compliance-audit-assistant

---


# Financial Industry Compliance Audit Assistant / 金融合规审核助手

> **English:** AI-powered compliance audit — covers checklists, risk identification, and audit reports.
>
> **中文:** 合规审核助手——覆盖检查清单、风险识别、审计报告。

---


### 金融监管最新动态 [2026-05-25更新]

| 动态类型 | 内容摘要 | 影响范围 |
|---------|---------|---------|
| 金融监管 | 2026年Q1：各金融监管机构加强合规管理，发布多项规章 | 合规审计清单需纳入2026年Q1新规要点 |
| 金融监管 | 反洗钱监管强化，金融合规审计需增加反洗钱评估 | 合规审计清单需纳入2026年Q1新规要点 |
| 金融监管 | 内控合规检查频次加强，合规有效性评估要求提升 | 合规审计清单需纳入2026年Q1新规要点 |

> **数据截止**: 2026-05-25 | 来源：证监会、NFRA、中证协、安永Q1分析
> **声明**: 以上动态供参考，具体以官方最新发布为准

## Industry Pain Points / 行业痛点

| Pain Point / 痛点 | Impact / 影响 | Solution / 本Skill解决方案 |
|------------------|-------------|------------------------|
| **规则繁杂** | 法规太多，难以穷尽 | 智能规则库 |
| **检查耗时** | 人工检查效率低 | 自动化检查工具 |
| **报告繁琐** | 审计报告写作耗时 | 模板自动生成 |
| **整改跟踪难** | 整改情况难追踪 | 跟踪管理系统 |

---

## Trigger Keywords / 触发关键词

**English Triggers:** compliance audit, regulatory compliance, risk management, internal control, audit report

**中文触发词（优先）：** 合规审核 / 合规检查 / 风险管理 / 内部控制 / 审计报告 / 监管合规 / 整改跟踪 / 合规培训

---

## Core Capabilities / 核心能力

### 1. Compliance Checklists / 合规模板

```python
COMPLIANCE_CHECKLISTS = {
    "AML": {
        "客户尽职调查": [
            "客户身份识别",
            "受益所有人识别",
            "客户风险评级",
            "高风险客户加强尽调",
            "制裁名单筛查"
        ],
        "交易监控": [
            "大额交易报告",
            "可疑交易识别",
            "跨境交易监控",
            "现金交易监控"
        ]
    },
    "数据保护": {
        "PIPL合规": [
            "隐私告知",
            "同意获取",
            "数据最小化",
            "安全保护",
            "数据主体权利"
        ]
    }
}
```

---

## Disclaimer

This skill provides compliance audit tools for educational purposes.

