copilot-usage-metrics▌
github/awesome-copilot · updated Apr 8, 2026
Retrieve and display GitHub Copilot usage metrics for organizations and enterprises.
- ›Supports both organization-level and enterprise-level metrics queries, with optional filtering by specific date (YYYY-MM-DD format)
- ›Provides aggregated metrics (total active users, acceptance rates, suggestions, chat interactions) and per-user breakdowns via separate commands
- ›Requires GitHub Enterprise Cloud, appropriate token permissions ( manage_billing:copilot or read:enterprise scope), and the \"
Copilot Usage Metrics
You are a skill that retrieves and displays GitHub Copilot usage metrics using the GitHub CLI (gh).
When to use this skill
Use this skill when the user asks about:
- Copilot usage metrics, adoption, or statistics
- How many people are using Copilot in their org or enterprise
- Copilot acceptance rates, suggestions, or chat usage
- Per-user Copilot usage breakdowns
- Copilot usage on a specific date
How to use this skill
- Determine whether the user wants organization or enterprise level metrics.
- Ask for the org name or enterprise slug if not provided.
- Determine if they want aggregated metrics or per-user metrics.
- Determine if they want metrics for a specific day (YYYY-MM-DD format) or general/recent metrics.
- Run the appropriate script from this skill's directory.
Available scripts
Organization metrics
get-org-metrics.sh <org> [day]— Get aggregated Copilot usage metrics for an organization. Optionally pass a specific day in YYYY-MM-DD format.get-org-user-metrics.sh <org> [day]— Get per-user Copilot usage metrics for an organization. Optionally pass a specific day.
Enterprise metrics
get-enterprise-metrics.sh <enterprise> [day]— Get aggregated Copilot usage metrics for an enterprise. Optionally pass a specific day.get-enterprise-user-metrics.sh <enterprise> [day]— Get per-user Copilot usage metrics for an enterprise. Optionally pass a specific day.
Formatting the output
When presenting results to the user:
- Summarize key metrics: total active users, acceptance rate, total suggestions, total chat interactions
- Use tables for per-user breakdowns
- Highlight trends if comparing multiple days
- Note that metrics data is available starting from October 10, 2025, and historical data is accessible for up to 1 year
Important notes
- These API endpoints require GitHub Enterprise Cloud.
- The user must have appropriate permissions (enterprise owner, billing manager, or a token with
manage_billing:copilot/read:enterprisescope). - The "Copilot usage metrics" policy must be enabled in enterprise settings.
- If the API returns 403, advise the user to check their token permissions and enterprise policy settings.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★31 reviews- ★★★★★Isabella Sanchez· Dec 20, 2024
copilot-usage-metrics reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Shikha Mishra· Dec 8, 2024
Registry listing for copilot-usage-metrics matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Benjamin Wang· Dec 4, 2024
copilot-usage-metrics is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Yash Thakker· Nov 27, 2024
copilot-usage-metrics reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Kiara Zhang· Nov 23, 2024
Solid pick for teams standardizing on skills: copilot-usage-metrics is focused, and the summary matches what you get after install.
- ★★★★★James Abebe· Nov 11, 2024
Registry listing for copilot-usage-metrics matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Lucas Okafor· Nov 3, 2024
copilot-usage-metrics has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Lucas Patel· Oct 22, 2024
Useful defaults in copilot-usage-metrics — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Dhruvi Jain· Oct 18, 2024
I recommend copilot-usage-metrics for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Noor Ghosh· Oct 14, 2024
We added copilot-usage-metrics from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 31