copilot-usage-metrics

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises.

github ↓ 8.6k
Claude Code
View source ↗

What it does

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

Requirements & configuration

  • These API endpoints require GitHub Enterprise Cloud.
  • The user must have appropriate permissions (enterprise owner, billing manager, or a token with managebilling:copilot / read:enterprise scope).
  • If the API returns 403, advise the user to check their token permissions and enterprise policy settings.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises.

Source

Repository: https://github.com/github/awesome-copilot

copilot-usage-metrics FAQ

What does the copilot-usage-metrics skill do?

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API. Copilot usage metrics, adoption, or statistics How many people are using Copilot in their org or enterprise

What does copilot-usage-metrics require?

These API endpoints require GitHub Enterprise Cloud. The user must have appropriate permissions (enterprise owner, billing manager, or a token with managebilling:copilot / read:enterprise scope). If the API returns 403, advise the user to check their token permissions and enterprise policy settings.

How do I install copilot-usage-metrics?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill copilot-usage-metrics --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain copilot-usage-metrics?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

copilot-usage-metrics on getagentictools
[![copilot-usage-metrics on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-copilot-usage-metrics.svg)](https://getagentictools.com/skills/github-awesome-copilot-copilot-usage-metrics?ref=badge)
npx agentictools info skills/github-awesome-copilot-copilot-usage-metrics

The second line is the CLI lookup for this page — handy in READMEs and docs.