xtb-portfolio-review
Installation
SKILL.md
XTB Portfolio Review
Use this skill to run and assess XTB portfolio reviews from a copied skill folder. The skill bundles the required Python tools in scripts/, so it can run without the original repository as long as Python dependencies are installed.
Workflow
- Identify the target workbook. If the user does not name one and exactly one non-lock
.xlsxexists in the current working directory, use it. - Ensure dependencies are available:
<skill-folder>/scripts/setup-env.sh - Validate the bundled tools:
<skill-folder>/scripts/validate-review.sh - Generate the review from the directory where outputs should be written:
<skill-folder>/scripts/run-review.sh <report.xlsx>Add--csvonly when the user explicitly asks for CSV exports. - Inspect the
results/<stem>_review.htmloutput. If CSV export was requested, also inspect outputs named from the workbook stem, especially_holdings.csv,_cash_flows.csv,_performance.csv,_income.csv, and_evolution.csv. - Check whether computed ending cash reconciles to the broker
Totalrow within EUR/USD/etc.0.01. - Report findings with caveats: cost-priced tickers, missing live prices, cash mismatch, XIRR availability, concentration, income tax drag, and any generated file paths.