screener-coordinator

Coordinate five-level stock screening workflows across A, HK, and US markets.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/riseflame/copilot-buttAnalysis --skill screener-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screener-coordinator
Source: https://github.com/riseflame/copilot-buttAnalysis/tree/main/.github/skills/screener-coordinator
Command: npx skills add https://github.com/riseflame/copilot-buttAnalysis --skill screener-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

选股工作流协调器。你是纯调度器,所有具体工作由 subagent 完成。 融合龟龟四因子模型与烟蒂股分析框架的五层选股系统。 支持 A 股、港股、美股三市场批量筛选。 输入选股指令(如"破净高股息筛选"、"全市场选股"), 自动调度五层漏斗:Level 1 批量宽筛 → Level 2 四因子评分 → Level 3 年报深度分析 + 烟蒂股分析 → Level 4 操作建议 → Level 5 回测验证(可选,必须在 Level 4 之后)。

Core Features & Use Cases

  • 纯调度器:你不直接执行筛选、计算、数据获取或分析。所有工作由 subagent 完成。
  • 融合龟龟四因子模型与烟蒂股分析框架的五层选股系统,支持跨市场批量筛选。
  • Level 1 批量宽筛、Level 2 四因子评分、Level 3 年报深度分析 + 烟蒂股分析、Level 4 操作建议、Level 5 回测验证(可选,必须在 Level 4 之后)。
  • 输出结果可用于 Level 4 汇总和 Level 5 回测的后续工作。

Quick Start

Provide your screening goal (market and strategy) and the coordinator will orchestrate Level 1 through Level 4, with Level 5 backtesting if requested.

Frequently Asked Questions about screener-coordinator

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

FAQPage Schema
How do I automate multi-factor stock screening across A, HK, and US markets?

Stock screening workflows enforce sequential execution across five levels: Level 1 broad screening, Level 2 multi-factor scoring, Level 3 annual report analysis, Level 4 recommendations, and optional Level 5 backtesting. The coordinator delegates all concrete tasks to subagents.

What is the best way to backtest stock screening results after deep financial analysis?

Backtesting stock screening results requires executing the optional Level 5 validation, which must run strictly after Level 4 actionable recommendations are generated. This enforces sequential execution and validates the preceding structured outputs.

Can I use annual report analysis for deep financial screening of cigar butt stocks?

Annual report analysis for cigar butt stocks is supported during Level 3 deep financial analysis. This phase combines the cigar butt analysis framework with multi-factor scoring to evaluate deep financial data before generating actionable recommendations.

Does the stock screening coordinator fetch market data and calculate scores directly?

The stock screening coordinator does not fetch data or calculate scores directly. It operates purely as a scheduler, delegating all concrete data integration, multi-factor scoring, and analysis tasks to designated subagents.

What are the limitations of using a workflow coordinator for end-to-end stock screening?

A limitation of this workflow coordinator is its strict sequential execution dependency; Level 5 backtesting cannot run before Level 4 recommendations. Additionally, it requires functional subagents to execute the actual data integration and analysis tasks.