Agent Skills
› open-gitagent/opengap
› document-review
document-review
GitHub用于审查金融文档(如招股书、ADV)的FINRA 2210合规性,检查披露完整性、准确性及风险收益平衡。适用于合规检查、财务审计或文件验证场景。
Trigger Scenarios
用户提及合规检查
审查金融陈述
审核监管文件
Install
npx skills add open-gitagent/opengap --skill document-review -g -y
SKILL.md
Frontmatter
{
"name": "document-review",
"license": "proprietary",
"metadata": {
"author": "gitagent-examples",
"version": "1.0.0",
"category": "compliance",
"risk_tier": "high"
},
"description": "Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the user mentions compliance checks, financial audits, or document verification.",
"allowed-tools": "search-regulations generate-report"
}
Document Review
Instructions
When reviewing a financial document:
- Classify the document — Determine document type (prospectus, ADV, customer agreement, marketing material, etc.)
- Identify applicable rules — Map to FINRA 2210 (communications), SEC disclosure requirements, etc.
- Check required elements — Verify all required disclosures, disclaimers, and content are present
- Assess accuracy — Flag potentially misleading, exaggerated, or promissory statements
- Check balance — Per FINRA 2210, ensure risks and benefits are presented in a balanced manner
- Review formatting — Verify required prominence of disclosures
Key Checks
- All required disclosures present
- No misleading or exaggerated claims
- Balanced presentation of risks and benefits
- Proper disclaimers included
- Correct classification (correspondence/retail/institutional)
- Principal pre-approval status verified (if retail communication)
Output Format
For each finding, produce:
### [SEVERITY] — [Rule Reference]
- **Issue**: [What was found]
- **Location**: [Section/page reference]
- **Recommended action**: [Specific fix]
Example Finding
### WARNING — FINRA 2210(d)(1)(A)
- **Issue**: Performance claim "consistently outperforms the market" lacks supporting data and time period
- **Location**: Page 2, paragraph 3
- **Recommended action**: Add specific time period, benchmark comparison, and standardized performance data per SEC Rule 482
Version History
- d7a8e2e Current 2026-07-25 08:12


