一键导入
sec-financial-report-improved
Deterministic workflow for extracting quarterly financial metrics and computing derived percentages from local SEC-style inputs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deterministic workflow for extracting quarterly financial metrics and computing derived percentages from local SEC-style inputs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Offline Trivy and CVSS extraction workflow for deterministic dependency auditing in OpenHands.
Lightweight guidance for combining spreadsheet and PDF inputs into a deterministic result workbook.
Deterministic workflow for combining workbook and PDF data into a validated result workbook with derived sales metrics.
Lightweight guidance for extracting quarterly financial metrics into a fixed JSON output.
Minimal procedural guidance for auditing a dependency lockfile and writing the tutorial report format.
基于 SOC 职业分类
| name | sec-financial-report-improved |
| description | Deterministic workflow for extracting quarterly financial metrics and computing derived percentages from local SEC-style inputs. |
Use this procedure for small financial reporting tasks with fixed quarter folders.
revenue_growth_pct = ((q3_revenue - q2_revenue) / q2_revenue) * 100net_income_growth_pct = ((q3_net_income - q2_net_income) / q2_net_income) * 100q3_operating_margin_pct = (q3_operating_income / q3_revenue) * 100higher_revenue_quarter to the quarter with the larger revenue value.If needed, use a small Python one-liner or script to avoid arithmetic mistakes, then delete any temporary helper file before finishing.