.claude/skills/github-activity-analyzer/SKILL.md
--- name: github-activity-analyzer description: Comprehensive GitHub contribution analysis for any time period. Use when user asks about recent work, wants to review their contributions, needs a status update, or requests activity summary. Supports flexible formats: relative time (days/weeks/months/years), full years (2025), specific date ranges (2024-10-01 to 2024-12-31), and from-date-to-today. Provides detailed insights into PRs, commits, code reviews, and technical themes. --- # GitHub Acti
npx skillsauth add changkun/dotfiles .claude/skills/github-activity-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyzes comprehensive GitHub activity for any specified time period with deep technical insights. Supports arbitrary time frames from days to full years.
Use this skill when the user:
Extract and parse time period from user's request in multiple formats:
A. Relative time (days back from today):
B. Full year:
C. Specific date range:
D. From date to today:
Default to 14 days (2 weeks) if no time period mentioned
gh api users/{username}/events to fetch activityImportant Note: GitHub's events API only returns the last 90 days of events. For time periods beyond 90 days:
gh api search/issuesgh api repos/{owner}/{repo}/commitsgh) must be installed and authenticatedTime Period Handling:
API Strategy for Different Time Periods:
gh api users/{username}/events)gh api search/issues?q=author:{username}+created:>=YYYY-MM-DDgh api search/issues?q=is:pr+author:{username}+created:>=YYYY-MM-DDContent Adaptation by Period Length:
Technical Details:
Performance:
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.