.claude/skills/fin-guru-compliance-review/SKILL.md
Execute comprehensive compliance reviews for Finance Guru deliverables. Validates disclaimers, data handling, risk disclosures, and regulatory positioning.
npx skillsauth add aojdevstudio/finance-guru fin-guru-compliance-reviewInstall 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.
Structured compliance review workflow for Finance Guru outputs.
For portfolio positions with ITC coverage:
# Single ticker check
uv run python src/analysis/itc_risk_cli.py TICKER --universe tradfi
# Batch processing
uv run python src/analysis/itc_risk_cli.py TSLA AAPL MSTR --universe tradfi
# Full risk band analysis
uv run python src/analysis/itc_risk_cli.py TICKER --universe tradfi --full-table
| ITC Score | Band | Action | |-----------|------|--------| | 0.0-0.3 | LOW | APPROVE — Standard monitoring | | 0.3-0.7 | MEDIUM | APPROVE WITH NOTE — Document in review | | 0.7-1.0 | HIGH | ENHANCED REVIEW — Position limit review required |
development
Sync retirement account data from Vanguard and Fidelity CSV exports to Google Sheets DataHub. Handles multiple accounts, aggregates holdings by ticker, and updates quantities in retirement section (rows 46-62). Triggers on sync retirement, update retirement, vanguard sync, 401k update, IRA sync, or working with notebooks/retirement-accounts/ files.
devops
Update Margin Dashboard with Fidelity balance data and calculate margin-living strategy metrics. Monitors margin balance, interest costs, coverage ratios, and scaling thresholds. Triggers safety alerts for large draws and provides time-based scaling recommendations. Use when updating margin, balances, coverage ratio, or margin strategy analysis.
development
Prevent accidental modification of sacred spreadsheet formulas in Google Sheets Portfolio Tracker. Blocks edits to GOOGLEFINANCE formulas, calculated columns, and total rows. Allows only IFERROR wrappers, fixing broken references, and expanding ranges. Triggers on update formula, modify column, fix errors, or any attempt to edit formula-based cells.
development
Develop comprehensive portfolio strategies from quantitative analysis. Integrates margin, dividend, and cash-flow tactics into actionable wealth-building plans.