examples/full/skills/regulatory-analysis/SKILL.md
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.
npx skillsauth add open-gitagent/gitagent regulatory-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When analyzing a document or process for regulatory compliance:
When multiple frameworks apply, prioritize in this order:
## 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.
#### 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
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)