Measure the impact of AI coding tools (Copilot, Cursor, Claude Code) on your team's productivity. Extract commits from GitHub or GitLab, optionally score them with AI, and analyze before/after trends — all from within Claude Code.
In Claude Code:
/plugin marketplace add Facens/coding-productivity
/plugin install coding-productivity
/coding-productivity:setup # Configure platform, repos, storage
/coding-productivity:run # Last month (default)
/coding-productivity:run March 2026 # Specific month
/coding-productivity:run Q1 2026 # Quarter
/coding-productivity:run 2025-06 to 2025-12 # Custom range
/coding-productivity:run last 3 months # Relative
run extracts → scores (if enabled) → analyzes in one step. Default is last calendar month.
Or run each step individually:
/coding-productivity:extract # Pull new commits (incremental by default)
/coding-productivity:score # AI-score commits via Claude Haiku
/coding-productivity:analyze # View productivity trends and metrics
/coding-productivity:report # Generate executive summary markdown
See plugins/coding-productivity/README.md for full documentation.
CC BY-NC 4.0 — Free for non-commercial use.