Skip to main content
ClaudeWave
Skill12k estrellas del repoactualizado today

report-generate

The report-generate skill produces structured, professional financial research reports following institutional standards with standardized sections including executive summary, analytical views, detailed analysis, data tables, risk warnings, and investment recommendations. Use this skill when you need to generate investment research deliverables such as equity deep-dive reports, industry analysis, strategy outlooks, backtest summaries, or event commentary in publication-ready Markdown format that matches professional securities firm conventions.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/HKUDS/Vibe-Trading /tmp/report-generate && cp -r /tmp/report-generate/agent/src/skills/report-generate ~/.claude/skills/report-generate
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Professional Research Report Generation

## Overview

Generate structured, professional-grade financial research reports. Follow the conventions used by securities firms and asset managers, and output complete Markdown reports that can be used directly for investment research reference.

## Report Types and Structure

### Type Classification

| Type | Length | Core Content | Trigger Scenario |
|------|------|---------|---------|
| Deep-dive stock report | 3000-5000 words | Company analysis + valuation + rating | "Analyze stock XX" |
| Industry research | 2000-4000 words | Industry structure + trend + recommended names | "How is sector XX?" |
| Strategy report | 1500-3000 words | Macro + strategy + allocation recommendation | "What is the market outlook?" |
| Backtest report | 1000-2000 words | Strategy performance + risk + improvement suggestions | After a backtest is completed |
| Flash comment / note | 500-1000 words | Event commentary + impact + action suggestion | "How should we view event XX?" |

### Standard Structure Template

```markdown
# [Report Title]

> **Rating**: Buy | **Target Price**: ¥XX | **Current Price**: ¥XX
> **Analyst**: Vibe-Trading | **Date**: 2026-03-28

## Summary

3-5 key points, each 1-2 sentences, covering the core conclusion.
Use explicit language such as bullish / bearish / neutral. Do not be vague.

## Core Views

### View 1: [One-line heading]
2-3 paragraphs of discussion, supported by data.

### View 2: [One-line heading]
2-3 paragraphs of discussion, supported by data.

### View 3: [One-line heading]
2-3 paragraphs of discussion, supported by data.

## Main Analysis

### [Section 1: for example Industry analysis / Company fundamentals / Strategy logic]
Detailed analysis...

### [Section 2: for example Financial analysis / Competitive landscape / Backtest results]
Detailed analysis...

### [Section 3: for example Valuation analysis / Catalysts / Risk-reward]
Detailed analysis...

## Data Appendix

Key data tables...

## Risk Warnings

1. [Risk 1]: specific description + trigger condition + impact level
2. [Risk 2]: ...
3. [Risk 3]: ...

## Investment Recommendation

Clear action recommendation, including direction, position size, and time horizon.

---
*Disclaimer: This report is generated by an AI quantitative system for research reference only and does not constitute investment advice.*
```

## Rating System

### Equity Ratings

| Rating | Definition | Expected Return (12 months) | Use Case |
|------|------|-----------------|---------|
| Strong Buy | Clearly bullish, high conviction | >30% | Undervalued + catalyst + favorable trend |
| Buy | Bullish, reasonably high conviction | 15%-30% | Improving fundamentals + fair valuation |
| Neutral | No clear directional edge | -5%~15% | Fair valuation but lacks catalysts |
| Avoid | Bearish | <-5% | Overvaluation / deteriorating fundamentals |

### Strategy Ratings

| Rating | Definition | Applicable Standard |
|------|------|------|
| High allocation priority | Excellent risk-reward profile | Sharpe > 1.5, max drawdown < 20% |
| Allocatable | Good risk-reward profile | Sharpe > 1.0, max drawdown < 30% |
| Watch | Needs more validation | Sharpe 0.5-1.0 |
| Not recommended | Poor risk-reward profile | Sharpe < 0.5 or drawdown > 40% |

## Markdown Formatting Standards

### Heading Hierarchy

```
# H1: Report title (only one)
## H2: Main sections (summary / views / body / risks / recommendation)
### H3: Subsections
#### H4: Maximum depth; use bold text instead of deeper nesting
```

### Table Standards

```markdown
| Metric | 2024A | 2025E | 2026E | Notes |
|------|-------|-------|-------|------|
| Revenue (100m RMB) | 500.2 | 580.0 | 660.0 | +15% YoY |
| Net profit (100m RMB) | 45.3 | 55.0 | 65.0 | +22% YoY |
| PE(TTM) | 25.0x | 20.5x | 17.3x | Valuation compressing |
```

**Table rules**:
- Right-align numbers where possible (when Markdown cannot do so, at least keep visual alignment clean)
- Put units in the header (`100m / 10k / RMB`)
- Forecast values use `E` (`2025E`), actual values use `A` (`2024A`)
- Keep 1 decimal place for percentages and 1-2 decimal places for monetary values

### Number Formatting Standards

| Type | Format | Example |
|------|------|------|
| Percentage | `X.X%` | Return `12.5%` |
| Large amount | `X,XXX.X亿` | Market cap `1,234.5亿` |
| Small amount | `X.XX元` | Stock price `25.80元` |
| Multiple | `X.Xx` | PE `20.5x` |
| Date | `YYYY-MM-DD` | `2026-03-28` |
| Time range | `YYYY.MM-YYYY.MM` | `2024.01-2025.03` |

### Chart Substitute (Text Description + Data Table)

Since Markdown output cannot embed images, use the following substitute:

```markdown
### Equity Curve

The strategy equity started at 1.00 in 2020-01, peaked at 1.85 in 2021-02,
then suffered its largest drawdown from 2022.04 to 2022.10 (-25.3%), and
recovered by 2023.06 to a new high of 2.10.

| Time Point | Equity | Cumulative Return | Phase Event |
|---------|------|---------|---------|
| 2020-01 | 1.00 | 0% | Start |
| 2021-02 | 1.85 | +85% | Bull-market peak |
| 2022-10 | 1.38 | +38% | Drawdown low |
| 2023-06 | 2.10 | +110% | Recovery to new high |
| 2024-12 | 2.45 | +145% | Latest |
```

## Professional Terminology Guide

### Terms You Should Use (to improve professionalism)

| Scenario | Professional Expression | Avoid |
|------|---------|---------|
| Price down | pullback / correction / drawdown | dropped / fell |
| Price up | strengthened / rebounded / recovered / climbed | rose / went up |
| Uncertainty | uncertainty remains / needs monitoring | hard to say / cannot tell |
| Recommend buying | recommend overweight / add | buy now |
| Recommend selling | recommend underweight / avoid | sell now |
| Undervalued | valuation offers a margin of safety | cheap |
| Expensive | valuation premium is elevated | expensive |
| Trend favorable | conditions are improving / trend is constructive | market looks okay |

### Common Abbreviations

| Abbreviation | Full Name | Chinese Meaning |
|------|------|------|
| YoY | Yea
vibe-tradingSkill

Professional finance research toolkit — backtesting (7 engines + benchmark comparison panel), factor analysis, Alpha Zoo (452 pre-built alphas across qlib158/alpha101/gtja191/academic), options pricing, 77 finance skills, 29 multi-agent swarm teams, Trade Journal analyzer, and Shadow Account (extract → backtest → render) across 7 data sources (tushare, yfinance, okx, akshare, mootdx, ccxt, futu).

adr-hshareSkill

ADR/H-share/A-share cross-listing premium analysis — track pricing gaps between US-listed ADRs, HK-listed H-shares, and A-shares for arbitrage signals, dual-listing valuation, and delisting risk assessment.

akshareSkill

AKShare financial data aggregator (18k+ stars). Free, no API key. Covers A-shares, US, HK, futures, macro, forex. Primary fallback for tushare and yfinance.

alpha-zooSkill

Browse and bench the bundled alpha zoos — prebuilt cross-sectional factor libraries (Kakushadze 101, GTJA 191, Qlib 158, Fama-French / Carhart). Use when the user asks "which alphas exist", wants metadata on a named alpha, or wants to run IC/IR on a whole zoo over a universe.

ashare-pre-st-filterSkill

A 股 ST/*ST 风险预测框架 — 基于最新中报/三季报或业绩预告/快报,预测下一财年是否会因营收、利润、净资产、分红不达标而被风险警示,并将新浪监管处罚记录作为独立证据面纳入风险等级。仅适用于 A 股,不预测财务造假。

asset-allocationSkill

Asset allocation theory and optimizer usage — MPT / Black-Litterman / risk budgeting / all-weather strategy, including guides for 4 optimizers and rebalancing rules.

backtest-diagnoseSkill

Diagnose failed or underperforming backtests, locate the root cause, and fix the issue

behavioral-financeSkill

Behavioral finance applications: theories of overreaction and underreaction, behavioral explanations for momentum and reversal, investor sentiment cycles, cognitive-bias checklists, and debiasing quantitative strategies.