Leaderboard/Finance/financial-report-minesweeper
Last commit on April 16, 2026·Created on April 12, 2026

terancejiang/financial-report-minesweeper

Scans A-share annual reports for fraud signals using a structured 28-rule checklist.
Combined rank
#589
across all skills
In Finance
#13
category rank
Stars
353
+0.9% in last 7d
Forks
69
0.0% in last 7d
Watchers
0
0 watchers in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill implements a systematic fraud-detection checklist for A-share annual reports, based on Tang Chao's methodology. It fetches structured financial data via Tushare API, optionally downloads the annual report PDF, and runs 28 rules across 7 layers. The output is a formatted report with per-rule verdicts from PASS to FAIL and an overall risk rating. It helps financial risk specialists, equity research analysts, and Chinese value investors screen companies for red flags before making decisions.

WHO IT'S FOR
Financial Risk Specialists
analyze A-share fraud risks using checklist
A-Share Equity Researchers
screen A-share stocks for financial red flags
Audit Professionals
validate financial statement integrity with checklist
Individual Value Investors
evaluate financial health of A-share stocks
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code one-click installation

Installs: Installs the Financial Report Minesweeper bundle, including the minesweeper skill and the annual-report download skill. · Claude Code

Before you start
  • Claude Code CLI
  • Python 3.9+
  • Tushare Pro Token
  • Git CLI to run the documented clone command
  1. In a terminal, clone the repository, enter its project directory, and run the installer. During installation, provide your Tushare Pro Token when prompted; the script saves it to `.env`.

    git clone https://github.com/terancejiang/financial-report-minesweeper.git
    cd financial-report-minesweeper
    bash install.sh
install.sh · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Check an A-share company for financial-report risks

Uses minesweeper

  • An A-share stock code or Chinese company name; `600519` is the author's sample and may be replaced
  • Optional reporting year; when omitted, the latest available year is used
  • A configured Tushare Pro Token
/minesweeper 600519
install.sh · Checked Sep 18, 2026skill/SKILL.md · Checked Sep 18, 2026