default-watchlist-review

Analyze config/stocks.yaml stocks and generate buy/hold/avoid Markdown reports.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Bennel-Wang/vibe_quant --skill default-watchlist-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: default-watchlist-review
Source: https://github.com/Bennel-Wang/vibe_quant/tree/main/investment_skills/.github/skills/default-watchlist-review
Command: npx skills add https://github.com/Bennel-Wang/vibe_quant --skill default-watchlist-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Default Watchlist Review workflow batch-analyzes the repository's default stock list to produce buy/hold/avoid recommendations with clear explanations, consolidating market checks into a compact, actionable summary and serving as a compatibility entry that integrates with investment-mij.

Core Features & Use Cases

  • Reads the default stock list from the repository root config/stocks.yaml and extracts each stock's name, code, and market.
  • Analyzes the market environment and scores each stock across six dimensions (price position, K-line behavior, MA trend, RSI strength, volume, and overall market) to classify actions.
  • Outputs a Markdown report with categorized results (buy / hold / avoid) and detailed reasons for focal stocks, with an option to send the report to WeChat when requested.

Quick Start

Run the default stock batch review to generate a concise buy/hold/avoid recap for the configured stocks.

Frequently Asked Questions about default-watchlist-review

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

FAQPage Schema
How do I batch-analyze a default stock list for buy/hold/avoid recommendations?

The batch stock review evaluates price position, K-line behavior, MA trend, RSI strength, volume, and overall market environment, scoring each dimension from 0-2 to calculate a total stock score.

How do I generate a Markdown report for A-share and Hong Kong market stocks?

The workflow outputs a compact Markdown report categorizing results into buy, hold, and avoid groups, highlighting focal stocks with detailed reasons suitable for quick review and downstream automation.

Can I send the stock analysis report to WeChat?

The workflow serves as a compatibility entry integrating with investment-mij, allowing you to consolidate market checks and optionally push the formatted results to WeChat.

What is the process to score stocks using six dimensions for quick decisions?

This batch-analysis process computes scores for the default stock list defined in config/stocks.yaml, classifying actions and highlighting top focus stocks to facilitate quick investment decisions.

Does the stock batch review require a specific configuration file format?

It extracts this stock data from the config/stocks.yaml file to process both A-share and Hong Kong markets, generating a concise recap tailored to your specific watchlist.