Skip to content

How GitHub’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score44/100

Agent-ready 70.5 × 0.30 = 21.15

API quality 2.6 × 0.20 = 0.52

Openness 21.0 × 0.20 = 4.20

Built-in AI 80.0 × 0.15 = 12.00

Automation 37.5 × 0.15 = 5.63

(21.15 + 0.52 + 4.20 + 12.00 + 5.63) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 43.49 ÷ 1.00 = 43.5

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready70.5/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [probe] https://docs.github.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.github.com/llms.txt # GitHub Docs > GitHub is a developer platform for building, shipping, and maintaining software. It provides cloud-base

Run the product headlessly / in CI for automationweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/actionsAutomate, customize, and execute your software development workflows right in your repository with GitHub Actions.
  • [claimed-docs] https://github.comShip faster with secure, reliable CI/CD.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [probe] https://cli.github.com/official CLI documented at https://cli.github.com/

Plug MCP servers into this product so it can use their toolsweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/extend-copilot-chat-with-mcpConnect MCP servers to Copilot Chat to share context from other applications.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/use-the-github-mcp-serverLearn how to use the GitHub Model Context Protocol (MCP) server to interact with repositories, issues, pull requests, and other GitHub features, directly from Copilot Chat in your IDE.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/set-up-the-github-mcp-serverThe GitHub MCP server in Visual Studio Code can be configured remotely or locally.

Connect an agent via an official MCP serverweight 3

3 (weight) × 9 (quality) × 1.0 (full) = 27.0 of 30 max

  • [probe] https://github.com/github/github-mcp-serverofficial MCP server documented at https://github.com/github/github-mcp-server
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/use-the-github-mcp-serverLearn how to use the GitHub Model Context Protocol (MCP) server to interact with repositories, issues, pull requests, and other GitHub features, directly from Copilot Chat in your IDE.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/set-up-the-github-mcp-serverThe GitHub MCP server in Visual Studio Code can be configured remotely or locally.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp-in-your-ide/extend-copilot-chat-with-mcpConnect MCP servers to Copilot Chat to share context from other applications.

Use an official CLIweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/copilot-cli/use-copilot-cli/overviewThe command-line interface (CLI) for GitHub Copilot allows you to use Copilot directly from your terminal.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cliYou can install Copilot CLI using WinGet (Windows), Homebrew (macOS and Linux), npm (all platforms), or an install script (macOS and Linux).
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cli/quickstartEnter `gh repo clone OWNER/REPO`. For example, `gh repo clone octo-org/octo-repo` clones the `octo-org/octo-repo`
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line.
  • [probe] https://cli.github.com/official CLI documented at https://cli.github.com/

Drive the product through a documented public APIweight 3

3 (weight) × 9 (quality) × 1.0 (full) = 27.0 of 30 max

  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensyou will receive the `X-Accepted-GitHub-Permissions` header in the REST API response. The header will tell you what permissions are required in order to access the endpoint.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions. Permissions define what resources the token can access via the API.
  • [probe] https://github.com/github/github-mcp-serverofficial MCP server documented at https://github.com/github/github-mcp-server
  • [probe] https://cli.github.com/official CLI documented at https://cli.github.com/
  • [probe] https://docs.github.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.github.com/openapi.json, https://docs.github.com/swagger.json, https://docs.github.com/api/openapi.json, https://docs.github.com/.well-known/openapi.json)

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensyou will receive the `X-Accepted-GitHub-Permissions` header in the REST API response. The header will tell you what permissions are required in order to access the endpoint.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions. Permissions define what resources the token can access via the API.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensPermissions define what resources the token can access via the API.

Build against official SDKsweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensyou will receive the `X-Accepted-GitHub-Permissions` header in the REST API response. The header will tell you what permissions are required in order to access the endpoint.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions. Permissions define what resources the token can access via the API.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
  • [probe] https://github.com/github/github-mcp-serverofficial MCP server documented at https://github.com/github/github-mcp-server
  • [probe] https://cli.github.com/official CLI documented at https://cli.github.com/

Subscribe to events via webhooksweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Agent-ready = 148.0 ÷ 210 × 100 = 70.5

API quality2.6/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers flexibility and the ability to define precisely the data you want to fetch.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensyou will receive the `X-Accepted-GitHub-Permissions` header in the REST API response. The header will tell you what permissions are required in order to access the endpoint.
  • [probe] https://docs.github.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.github.com/openapi.json, https://docs.github.com/swagger.json, https://docs.github.com/api/openapi.json, https://docs.github.com/.well-known/openapi.json)

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.github.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.github.com/openapi.json, https://docs.github.com/swagger.json, https://docs.github.com/api/openapi.json, https://docs.github.com/.well-known/openapi.json)
  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 3 (quality) × 0.6 (partial) = 1.8 of 10 max

  • [claimed-docs] https://github.comLaunch a full, cloud-based development environment in seconds.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot can research a repository, create an implementation plan, and make code changes on a branch. You can review the diff, iterate, and create a pull request when you're ready.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot cloud agent can: * Research a repository * Create implementation plans * Fix bugs * Implement incremental new features * Improve test coverage * Update documentation * Address technical debt * Resolve merge conflicts

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensyou will receive the `X-Accepted-GitHub-Permissions` header in the REST API response. The header will tell you what permissions are required in order to access the endpoint.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions. Permissions define what resources the token can access via the API.

API quality = 1.8 ÷ 70 × 100 = 2.6

Openness21.0/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 7 (quality) × 0.6 (partial) = 8.4 of 20 max

  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensyou will receive the `X-Accepted-GitHub-Permissions` header in the REST API response. The header will tell you what permissions are required in order to access the endpoint.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions. Permissions define what resources the token can access via the API.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensWhen you create a fine-grained personal access token, you grant it a set of permissions.
  • [claimed-docs] https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokensPermissions define what resources the token can access via the API.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cli/quickstartEnter `gh repo clone OWNER/REPO`. For example, `gh repo clone octo-org/octo-repo` clones the `octo-org/octo-repo`
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line.
  • [probe] https://cli.github.com/official CLI documented at https://cli.github.com/
  • [probe] https://github.com/github/github-mcp-serverofficial MCP server documented at https://github.com/github/github-mcp-server

Export all of my data in open formats and leaveweight 3

3 (weight) × 5 (quality) × 0.6 (partial) = 9.0 of 30 max

  • [claimed-docs] https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-githubYou can: Download a snapshot of a repository's files as a zip file to your own (local) computer. Clone a repository to your local computer using Git. Fork a repos
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agentyou must generate a new SSH key to use for authentication... you can add the public key to your account on GitHub.com to enable authentication for Git operations over SSH.
  • [community] https://news.ycombinator.com/item?id=47939579Ghostty project is leaving GitHub; author kept a journal marking an 'X' next to every date a GitHub outage negatively impacted his ability to work - almost every day has an X.
  • [community] https://news.ycombinator.com/item?id=47939579Critic argues GitHub was always proprietary and locks users in, and welcomes anyone moving off it: 'Fuck Github. Every single outage Microslop vibe codes is a good thing.'

Read the product's source under an open licenseweight 2

2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max

  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line.

Self-host the core productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 21.0 ÷ 100 × 100 = 21.0

Built-in AI80.0/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://github.comApply fixes in seconds. Spend less time debugging and more time building features with Copilot Autofix.
  • [claimed-docs] https://github.comThe user switches from 'Ask' mode to 'Agent' mode from a dropdown menu, then sends the prompt 'Update the website to allow searching for running races by name.' Copilot analyzes the codebase, then explains the required edits for three files before generating them.
  • [claimed-docs] https://github.comLeverage security campaigns and Copilot Autofix to reduce application vulnerabilities.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-reviewGitHub Copilot can review your code and provide feedback. Where possible, Copilot's feedback includes suggested changes which you can apply with a couple of clicks.
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/featuresIt suggests code as you type, answers questions about a codebase, reviews your changes, and works on tasks you assign it.
  • [community] https://news.ycombinator.com/item?id=27676266Early Copilot user reports: 'Copilot guesses the exact code I want to write about one in ten times... when it guesses right, it feels like it's reading my mind... Copilot has made me a better programmer.'

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/actionsAutomate, customize, and execute your software development workflows right in your repository with GitHub Actions.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot can research a repository, create an implementation plan, and make code changes on a branch. You can review the diff, iterate, and create a pull request when you're ready.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot cloud agent can: * Research a repository * Create implementation plans * Fix bugs * Implement incremental new features * Improve test coverage * Update documentation * Address technical debt * Resolve merge conflicts
  • [claimed-docs] https://docs.github.com/en/copilotUse one centralized control page to jump between agent sessions, check progress, and stay in control without losing your place.
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/quickstartThis quickstart shows how to ask questions about code and assign a coding task to Copilot cloud agent. It takes about ten minutes.

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://github.comThe user switches from 'Ask' mode to 'Agent' mode from a dropdown menu, then sends the prompt 'Update the website to allow searching for running races by name.'
  • [claimed-docs] https://github.comThe user switches from 'Ask' mode to 'Agent' mode from a dropdown menu, then sends the prompt 'Update the website to allow searching for running races by name.' Copilot analyzes the codebase, then explains the required edits for three files before generating them.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot can research a repository, create an implementation plan, and make code changes on a branch. You can review the diff, iterate, and create a pull request when you're ready.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot cloud agent can: * Research a repository * Create implementation plans * Fix bugs * Implement incremental new features * Improve test coverage * Update documentation * Address technical debt * Resolve merge conflicts
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/quickstartThis quickstart shows how to ask questions about code and assign a coding task to Copilot cloud agent. It takes about ten minutes.
  • [claimed-docs] https://github.comAssign initial reviews to Copilot for greater speed and quality.
  • [claimed-docs] https://github.comManage projects and assign tasks to Copilot, all from your mobile device.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/use-copilot-agents/cloud-agent/create-custom-agents-in-your-ideYou can create specialized agents with tailored expertise for specific development tasks.
  • [claimed-docs] https://docs.github.com/en/copilotUse one centralized control page to jump between agent sessions, check progress, and stay in control without losing your place.
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/featuresIt suggests code as you type, answers questions about a codebase, reviews your changes, and works on tasks you assign it.

Operate the product with natural-language commandsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://github.comThe user switches from 'Ask' mode to 'Agent' mode from a dropdown menu, then sends the prompt 'Update the website to allow searching for running races by name.'
  • [claimed-docs] https://github.comThe user switches from 'Ask' mode to 'Agent' mode from a dropdown menu, then sends the prompt 'Update the website to allow searching for running races by name.' Copilot analyzes the codebase, then explains the required edits for three files before generating them.
  • [claimed-docs] https://docs.github.com/en/copilot/how-tos/copilot-cli/use-copilot-cli/overviewThe command-line interface (CLI) for GitHub Copilot allows you to use Copilot directly from your terminal.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot can research a repository, create an implementation plan, and make code changes on a branch. You can review the diff, iterate, and create a pull request when you're ready.
  • [claimed-docs] https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agentCopilot cloud agent can: * Research a repository * Create implementation plans * Fix bugs * Implement incremental new features * Improve test coverage * Update documentation * Address technical debt * Resolve merge conflicts
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/quickstartThis quickstart shows how to ask questions about code and assign a coding task to Copilot cloud agent. It takes about ten minutes.
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/featuresIt suggests code as you type, answers questions about a codebase, reviews your changes, and works on tasks you assign it.
  • [claimed-docs] https://docs.github.com/en/copilot/get-started/quickstartGitHub Copilot is built into GitHub, so you can use it without installing anything.

Built-in AI = 72.0 ÷ 90 × 100 = 80.0

Automation37.5/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/graphqlThe GitHub GraphQL API offers more precise and flexible queries than the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.
  • [claimed-docs] https://docs.github.com/en/github-cli/github-cliGitHub CLI is an open source tool for using GitHub from your computer's command line.
  • [claimed-docs] https://docs.github.com/en/actionsAutomate, customize, and execute your software development workflows right in your repository with GitHub Actions.
  • [probe] https://cli.github.com/official CLI documented at https://cli.github.com/

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 7 (quality) × 1.0 (full) = 21.0 of 30 max

  • [claimed-docs] https://docs.github.com/en/actionsAutomate, customize, and execute your software development workflows right in your repository with GitHub Actions.

Schedule recurring jobs or workflowsweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://docs.github.com/en/actionsAutomate, customize, and execute your software development workflows right in your repository with GitHub Actions.

Version, review, and roll back my automationsweight 1

1 (weight) × 5 (quality) × 0.6 (partial) = 3.0 of 10 max

  • [claimed-docs] https://docs.github.com/en/actionsAutomate, customize, and execute your software development workflows right in your repository with GitHub Actions.
  • [claimed-docs] https://docs.github.com/en/restCreate integrations, retrieve data, and automate your workflows with the GitHub REST API.

Automation = 30.0 ÷ 80 × 100 = 37.5