reporting-pipelines by bobmatnyc/claude-mpm-skills
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill reporting-pipelines您的报告模式在各个代码库中保持一致:运行一个 CLI 或脚本以生成结构化数据,然后将带有时间戳文件名的 CSV/JSON/Markdown 报告导出到 reports/ 或 tests/results/ 目录中。
# 基本运行
gitflow-analytics -c config.yaml --weeks 8 --output ./reports
# 显式分析 + CSV
gitflow-analytics analyze -c config.yaml --weeks 12 --output ./reports --generate-csv
输出包括带有日期后缀的 CSV 和 Markdown 叙述性报告。
edgar/scripts/create_csv_reports.py 读取一个 JSON 结果文件并生成:
executive_compensation_<timestamp>.csvtop_25_executives_<timestamp>.csvcompany_summary_<timestamp>.csv广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
此脚本使用 pandas 进行排序和百分位数计算。
reports/ 或 tests/results/YYYYMMDD 或 YYYYMMDD_HHMMSS 后缀reports/ 或 tests/results/)narrative_report_、comprehensive_export_)universal/data/sec-edgar-pipelinetoolchains/universal/infrastructure/github-actions每周安装次数
86
代码库
GitHub 星标数
20
首次出现
2026年1月23日
安全审计
安装于
codex59
gemini-cli58
opencode57
github-copilot56
cursor56
claude-code55
Your reporting pattern is consistent across repos: run a CLI or script that emits structured data, then export CSV/JSON/markdown reports with timestamped filenames into reports/ or tests/results/.
# Basic run
gitflow-analytics -c config.yaml --weeks 8 --output ./reports
# Explicit analyze + CSV
gitflow-analytics analyze -c config.yaml --weeks 12 --output ./reports --generate-csv
Outputs include CSV + markdown narrative reports with date suffixes.
edgar/scripts/create_csv_reports.py reads a JSON results file and emits:
executive_compensation_<timestamp>.csvtop_25_executives_<timestamp>.csvcompany_summary_<timestamp>.csvThis script uses pandas for sorting and percentile calculations.
reports/ or tests/results/YYYYMMDD or YYYYMMDD_HHMMSS suffixesreports/ or tests/results/)narrative_report_, comprehensive_export_)universal/data/sec-edgar-pipelinetoolchains/universal/infrastructure/github-actionsWeekly Installs
86
Repository
GitHub Stars
20
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex59
gemini-cli58
opencode57
github-copilot56
cursor56
claude-code55
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
65,000 周安装