Skip to content

lyra-explorer/repo-scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-scout

GitHubリポジトリの「OpenClawハーネス適性」を自動評価するツール。

使い方

# スキャン → レポート生成(一括)
just all

# または個別に
just scan
just report

# レポート確認
cat output/report.md

# テスト
just test

# クリーンアップ
just clean

評価スコア(最大9点)

指標 加点
CI設定あり +2
テストあり +2
justfile/Makefile あり +2
SKILL.md あり +1
設計書(DESIGN.md/ADR)あり +1
未完成タスクあり(育成余地) +1

設定

config/targets.yaml でスキャン対象アカウントを指定:

accounts:
  - lyra-explorer
evaluation_axis: harness_fitness

構成

repo-scout/
├── justfile               # タスク定義
├── scripts/
│   ├── scan.sh            # リポジトリスキャン
│   ├── fetch_file.sh      # ファイル取得(gh api + base64デコード)
│   └── report.py          # レポート生成
├── config/
│   └── targets.yaml       # スキャン対象
├── output/                # 生成物(.gitignore対象)
│   └── .gitkeep
└── tests/
    └── test_report.py     # 単体テスト(pytest)

依存

  • gh CLI(認証済み)
  • Python 3 + PyYAML (pip install pyyaml)
  • just コマンド
  • pytest(テスト実行時)

About

GitHubリポジトリのOpenClawハーネス適性を自動評価するツール

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors