From 9599abd4f36fa8621aa31749a22044d54d7df9b4 Mon Sep 17 00:00:00 2001 From: Claudiu Farcas Date: Sun, 21 Jun 2026 14:20:10 +0300 Subject: [PATCH] Add example prompts to SKILL.md for portfolio review and wealthfolio export skills --- skills/xtb-portfolio-review/SKILL.md | 6 ++++++ skills/xtb-wealthfolio-export/SKILL.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/skills/xtb-portfolio-review/SKILL.md b/skills/xtb-portfolio-review/SKILL.md index f8581a9..a8d7329 100644 --- a/skills/xtb-portfolio-review/SKILL.md +++ b/skills/xtb-portfolio-review/SKILL.md @@ -7,6 +7,12 @@ description: Use when analyzing XTB brokerage .xlsx exports, creating investment 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. +## Example Prompts + +- Use the XTB portfolio review skill to analyze `report.xlsx`, generate the HTML report, and validate cash reconciliation. +- Review my XTB brokerage export and summarize holdings, dividends, performance, income, and risk caveats. +- Generate the portfolio review with CSV exports and tell me whether the broker cash total reconciles. + ## Workflow 1. Identify the target workbook. If the user does not name one and exactly one non-lock `.xlsx` exists in the current working directory, use it. diff --git a/skills/xtb-wealthfolio-export/SKILL.md b/skills/xtb-wealthfolio-export/SKILL.md index 60da03c..edeede4 100644 --- a/skills/xtb-wealthfolio-export/SKILL.md +++ b/skills/xtb-wealthfolio-export/SKILL.md @@ -7,6 +7,12 @@ description: Use when converting XTB brokerage .xlsx exports to Wealthfolio-comp Use this skill to create and validate Wealthfolio CSV files from XTB `Cash Operations` data 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. +## Example Prompts + +- Use the XTB Wealthfolio export skill to convert `report.xlsx` into a Wealthfolio-compatible CSV. +- Validate the generated Wealthfolio CSV and check trade, dividend, tax, deposit, and withdrawal mappings. +- Export my XTB brokerage history to Wealthfolio CSV and write the output to `results/import.csv`. + ## Workflow 1. Identify the target workbook. If omitted and exactly one non-lock `.xlsx` exists in the current working directory, the exporter can auto-detect it.