repo-summary

📁 seabbs/claude-code-config 📅 3 days ago
1
总安装量
1
周安装量
#48208
全站排名
安装命令
npx skills add https://github.com/seabbs/claude-code-config --skill repo-summary

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
codex 1
github-copilot 1
gemini-cli 1

Skill 文档

Provide an analysis of a GitHub repository combining activity metrics with code development insights.

Usage

/repo-summary [<owner/repo>] – If no repo specified, uses current git repository.

Output Sections

Repository Overview

  • Project description, technology stack, age, size, star/fork counts

Development Activity (Git Analysis)

  • Commit frequency, code churn, file change hotspots, author contributions, branch patterns

GitHub Activity

  • Issue and PR metrics, community engagement, review turnaround, release patterns

Code Evolution

  • Lines of code trends, refactoring periods, test coverage trends, documentation updates

Development Insights

  • Velocity trends, bus factor, time to merge, release frequency, active development areas

Implementation

  1. Run repo-activity to gather GitHub metrics
  2. Use git log analysis for development patterns
  3. Analyse commit messages for semantic patterns
  4. Identify code hotspots using git statistics
  5. Generate unified markdown report to <repo>-summary-<date>.md

Auto-Exit When Standalone

IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.