Agent skill
document-review
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.
Install this agent skill to your Project
npx add-skill https://github.com/open-gitagent/gitagent/tree/main/examples/full/skills/document-review
Metadata
Additional technical details for this skill
- author
- gitagent-examples
- version
- 1.0.0
- category
- compliance
- risk tier
- high
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
paper-search
Academic paper search via Google Scholar using Serper API
web-search
Advanced web search using Tavily API for current information retrieval
knowledge-retrieval
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)
wiki-ingest
Ingest a raw source document into the wiki. Reads the source, extracts key information, creates or updates wiki pages, maintains cross-references, and logs the operation. Use when the user adds a new source or says 'ingest this'.
wiki-lint
Health-check the wiki for contradictions, stale claims, orphan pages, missing cross-references, and knowledge gaps. Use periodically or when the user says 'lint the wiki' or 'check wiki health'.
wiki-query
Query the wiki to answer questions. Searches wiki pages, synthesizes answers with citations, and optionally files valuable answers back as new wiki pages. Use when the user asks a question about the knowledge base.
Didn't find tool you were looking for?