finance-portfolio-review

Reviews investment portfolios for concentration, correlation, and rebalancing opportunities.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-portfolio-review-choi-keith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-portfolio-review
Source: https://github.com/Choi-Keith/skill-arsenal-ultra/tree/main/plugins/finance-skills/finance-portfolio/skills/finance-portfolio-review
Command: npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-portfolio-review-choi-keith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Investors often research individual stocks but neglect portfolio-level decisions like position sizing, correlation risk, and opportunity cost. This Skill performs a structured portfolio review covering concentration analysis, hidden correlation detection, stress testing, and concrete rebalancing recommendations. ## Core Features & Use Cases - Position Health Check: Evaluates each holding's valuation, thesis integrity, and whether you would still buy it at today's price. - Portfolio-Level Analysis: Measures concentration limits, identifies hidden correlations (same sector, country, or theme exposure), ranks holdings by expected return, and runs stress tests for scenarios like recession or rate spikes. - Actionable Rebalancing Plan: Outputs specific add/reduce/exit recommendations with target allocations, plus SVG charts of holdings and expected-return rankings. - Use Case: You hold Tencent 30%, Meituan 20%, Moutai 20%, Nvidia 15%, and 15% cash. The Skill fetches current valuations, flags that 50% of the portfolio is exposed to Chinese consumer risk, ranks holdings by expected annual return, and suggests trimming the weakest position. ## Quick Start Ask the agent to review my portfolio with holdings Tencent 30%, Meituan 20%, Moutai 20%, Nvidia 15%, and 15% cash.

Frequently Asked Questions about finance-portfolio-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review my stock portfolio allocation?

Provide your holdings as percentages or share counts, and the Skill parses them into a standardized table, fetches current valuations, checks concentration and correlation, then outputs specific add, reduce, or exit recommendations with target allocations.

How to check correlation between stocks in a portfolio?

The Skill identifies hidden correlations by grouping holdings that share the same sector, country, currency, or supply chain, such as Chinese internet stocks or AI semiconductor names. It flags when more than 50% of the portfolio is exposed to a single theme.

What input formats does the portfolio review accept?

It accepts percentage allocations like Tencent 30% and Meituan 20%, share counts with cost basis like 500 shares at 480 HKD, or a previously saved portfolio file at reports/portfolio-latest.md for incremental updates.

Does the portfolio review require external Python packages?

No. The bundled financial_rigor.py and svg_charts.py scripts use only the Python standard library, including decimal for exact arithmetic, so no pip installs are needed. Live market data is gathered through web search.

When should I not use this portfolio review skill?

Do not use it for first-time research on a single company or initial stock screening; it assumes you already hold positions. For new company research, use a dedicated company research or investment checklist skill instead.