社区热度榜

3-statement-model

原文定位:Build fully-integrated 3-statement models (IS, BS, CF) in Excel wi。

分类
金融与投资
榜单排名
#10
GitHub Stars
200,781

它能做什么

中文摘要

「3-statement-model」的原始 GitHub SKILL.md 将它定位为:Build fully-integrated 3-statement models (IS, BS, CF) in Excel with working capital schedules, D&A roll-forwards, debt schedule, and the plugs that make cash and retained earnings tie.。它的核心价值是约束界面层级、组件状态、可访问性和视觉验收细节;把测试策略、回归路径和发布前验证步骤前置到 Agent 工作流。文档重点章节包括「Environment」「⚠️ CRITICAL PRINCIPLES — Read Before Populating Any Template」「Formatting — Professional Blue/Grey Palette (Default unless template/user specifies otherwise)」。

为什么推荐

推荐理由

推荐它,是因为它在「金融与投资」分类里热度靠前(GitHub Stars 200,781),同时原始文档信息密度足够高。原文列出的执行要点包括:Every projection cell, roll-forward, linkage, and subtotal MUST be an Excel formula — never a pre-computed value;When using Python/openpyxl: write formula strings (`ws["D15"] = "=D14*(1+Assumptions!$B$5)"`), NOT computed results (`ws["D15"] = 12500`)。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。

什么时候用

适用场景

  • 做界面实现、组件重构、视觉验收或设计系统一致性检查
  • 建立测试闭环、回归验证、安全检查和发布前质量门
  • 提升 Agent 的规划、调试、浏览器自动化和多代理协作能力

使用前先看

主要亮点

  • 01

    原文定位:Build fully-integrated 3-statement models (IS, BS, CF) in Excel wi。

  • 02

    原文摘录:Build fully-integrated 3-statement models (IS, BS, C

  • 03

    原文要点:Every projection cell, roll-forward, linkage, 和 su

  • 04

    补充线索:When 使用 Python/openpyxl: write formula strings (w

原始文档

原文摘录

Build fully-integrated 3-statement models (IS, BS, CF) in Excel with working capital schedules, D&A roll-forwards, debt schedule, and the plugs that make cash and retained earnings tie.