スキル一覧に戻る
ericmjl

gh-activity

by ericmjl

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: gh-activity description: Reports your GitHub activity for a specific day using the gh CLI, showing commits, issues, and activity timeline. Use this when you need to review what you accomplished on GitHub for a particular date. license: MIT

GitHub Activity Reporter

This skill reports your GitHub activity for a specific day using the gh CLI.

Usage

Run the script with an optional date argument (defaults to today):

# Get today's activity
bash gh-activity.sh

# Get activity for a specific date
bash gh-activity.sh 2025-12-15

The date format must be YYYY-MM-DD.

Requirements

  • gh (GitHub CLI) - must be authenticated with your GitHub account
  • jq - for JSON processing

What It Reports

Commits: Lists all commits you made with their actual commit messages, grouped by repository and branch.

Issues: Shows all issues you created, commented on, or interacted with, including issue titles and the type of interaction.

Activity Timeline: A chronological view of all your GitHub events for the day (pushes, PRs, issue comments, etc.).

How It Works

  1. Verifies you're authenticated with GitHub CLI
  2. Fetches your events using gh api /users/{username}/events
  3. Filters events to the specified date
  4. For each push event, fetches actual commits using gh api /repos/{repo}/compare/{before}...{head}
  5. Extracts and displays issue information from issue events
  6. Formats everything into a clear, organized report

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です