repo-activity
Original:🇺🇸 English
Translated
Analyse GitHub repository activity including issues, PRs, contributors, and engagement
4installs
Added on
NPX Install
npx skill4agent add seabbs/claude-code-config repo-activityTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Analyse GitHub repository activity and current state.
Usage
/repo-activity [<owner/repo>]Analysis Sections
Issues
- Total open/closed, by label, recently active (7d), stale (>30d), average close time
Pull Requests
- Open PRs with review status, recently merged (7d), review turnaround, awaiting review, drafts
Activity Metrics
- Commit frequency, active contributors (30d), code review participation, release cadence
Detailed Summaries
- Each open issue with latest comment preview
- Each open PR with review status and changes summary
Implementation
- Check for repo context using if no repo specified
git remote -v - Use to fetch repository data
gh api - Analyse patterns in issue and PR lifecycle
- Generate markdown report to
<repo>-activity-<date>.md
Auto-Exit When Standalone
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.