Repo Metrics Analyzer
仓库指标分析器
Create a GitHub Action that runs custom analysis scripts and stores repository metrics as structured data.
创建一个GitHub Action,用于运行自定义分析脚本并将仓库指标存储为结构化数据。
Prompt
Write a GitHub Action that runs a custom script (analyze.js) that outputs metrics about the repo (e.g., file sizes, line counts, contributor stats), and commits the result as a JSON or CSV file to the repo.