Agent skill
regulatory-analysis
Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.
Install this agent skill to your Project
npx add-skill https://github.com/open-gitagent/gitagent/tree/main/examples/full/skills/regulatory-analysis
Metadata
Additional technical details for this skill
- author
- gitagent-examples
- version
- 1.0.0
- category
- compliance
- risk tier
- high
- regulatory frameworks
- finra,sec,federal_reserve,cfpb
SKILL.md
Regulatory Analysis
Instructions
When analyzing a document or process for regulatory compliance:
- Identify scope — Determine which regulatory frameworks apply (FINRA, SEC, Fed, CFPB)
- Map to rules — Identify specific rules, notices, and guidance documents relevant to the subject
- Assess compliance — Evaluate the subject against each applicable requirement
- Classify findings — Rate each finding by severity (CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL)
- Recommend remediation — Provide specific, actionable steps to address each finding
- Assess confidence — Rate your confidence in each finding (HIGH, MEDIUM, LOW)
- Validate citations — Verify all cited rules exist and are current before finalizing
Regulatory Priority Order
When multiple frameworks apply, prioritize in this order:
- SEC rules and regulations (federal statute)
- FINRA rules (SRO requirements)
- Federal Reserve supervisory guidance
- CFPB guidance and circulars
Output Format
## Regulatory Analysis Report
### Subject: [Description]
### Date: [ISO 8601]
### Analyst: compliance-analyst v1.0.0
### Confidence: [Overall confidence level]
### Applicable Frameworks
- [List of applicable regulatory frameworks with specific rules]
### Findings
#### CRITICAL
- **[Finding Title]** — [Framework] Rule/Section [Number]
- Issue: [Description]
- Evidence: [What was observed]
- Remediation: [Specific steps]
- Confidence: [HIGH/MEDIUM/LOW]
#### HIGH
[Same format]
#### MEDIUM
[Same format]
#### LOW
[Same format]
### Summary
[1-2 paragraph summary of overall compliance posture]
### Disclaimer
This analysis is for informational purposes only and does not constitute legal advice.
Example Finding
#### CRITICAL
- **Inadequate Suitability Disclosure** — FINRA Rule 2111
- Issue: Customer account agreement lacks suitability questionnaire for complex products
- Evidence: Section 4.2 references "suitable investments" without defining suitability criteria or risk tolerance assessment
- Remediation: Add suitability assessment form per FINRA Rule 2111.05 (Supplementary Material) before account opening
- Confidence: HIGH
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?