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.