Skip to content

Facens/coding-productivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-productivity

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.

Install

In Claude Code:

/plugin marketplace add Facens/coding-productivity
/plugin install coding-productivity

Quick Start

/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.

License

CC BY-NC 4.0 — Free for non-commercial use.

About

Measure AI coding tool impact with commit-level extraction, optional AI scoring, and productivity analysis for GitHub and GitLab codebases. Claude Code plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors