SAASINSPECTOR
GitHub logo

GitHub Review

GitHub Copilot is an AI coding assistant that suggests code as you type, reviews pull requests on paid plans, and runs cloud agents that open pull requests on their own. It suits developers who want a free plan to start. Higher tiers add legal cover for generated code.

Visit GitHubFrom $10/mo

Research-based review. Features and prices are checked on the vendor's own website, and the score is worked out from those facts. We haven't tested it hands-on yet.

The verdict

Worth it if you already live in GitHub and want review and agents built in; the free tier is thin, so most real use means paying.

Pros

  • Trained on massive real-world codebases hosted on GitHub, giving it contextual depth that standalone AI tools cannot replicate.
  • Autocomplete functionality is the most-used and most reliable feature, and the core of the product experience.
  • Integrated directly into the developer workflow including editor, pull requests, and terminal for a seamless experience.
  • Pricing is structured in a way that makes sense for solo developers and small teams.
  • PR review feature can read pull requests, suggest changes, flag issues, and summarize what changed.
  • Has expanded significantly beyond autocomplete to include chat, test generation, security scanning, and agent mode.
  • Backed by Microsoft infrastructure and has crossed one million subscribers, indicating production-grade maturity.

Cons

  • Struggles with unusual architectures or opinionated codebases where its suggestions become less accurate or relevant.
  • Agent mode for multi-step autonomous tasks is unproven and may not perform as advertised in real workflows.
  • The expanded feature set (chat, review, scanning) adds complexity that not all developers will find useful or reliable.
  • Heavy reliance on common patterns means experienced developers working on niche or complex projects see diminishing returns.
  • Marketing claims around newer features appear to outpace what the product actually delivers in practice.
From $10/moFree plan YesFree trial Yes
8.5/10

Spec Score

GitHub against 11 AI coding assistants
#1
of 11 AI coding assistants
+1.4
vs the average
100%
from published facts
Ahead of other AI coding assistants
Agents and your codebase+2.7Where it works+1.9Pricing+1.4Model freedom+0.6
Behind other AI coding assistants
Nothing clearly below the average
Every criterion
Tap a row for the facts
Agents and your codebase10.0
+2.7 vs 7.3 avg25 of 25 points
Agents that work in the cloud and open pull requestsyes3 / 3
Understands your whole codebaseyes2.5 / 2.5
Reviews pull requestsyes2 / 2
Suggests code as you typeyes2.5 / 2.5
Why these numbers

Agents that work in the cloud and open pull requests: Also described as launching work from GitHub and tracking agents that run in the background/cloud, opening PRs.

Understands your whole codebase: Stated for GitHub Copilot Enterprise plan.

Reviews pull requests: Included from the Pro plan up; also a standalone 'Code Review' feature listed in GitHub's product nav.

Pricing10.0
+1.4 vs 8.6 avg20 of 20 points
Monthly price, cheapest paid plan$10/mo6 / 6
Free planyes3 / 3
Free trialdoes not applyn/a
Why these numbers

Monthly price, cheapest paid plan: Plan: Copilot Pro. Read: Chrome get_page_text. Business and Enterprise tiers are on the 'For businesses' tab, not read yet.

Model freedom7.5
+0.6 vs 6.9 avg15 of 20 points
AI model families you can chooseclaudegptgeminigrok4.5 / 5
Bring your own API keyyes3 / 3
Runs models on your own machineno0 / 2
Why these numbers

AI model families you can choose: Also lists Moonshot AI (Kimi) and Microsoft (MAI-Code) models, which aren't in the allowed model_choice vocabulary.

Bring your own API key: Listed in docs site nav as 'Bring your own key' / 'BYOK', letting users use their own model provider.

Runs models on your own machine: Checked supported-models docs page for Ollama, 'local model', 'on-premises'; no hits.

Privacy and security6.5
+0.2 vs 6.3 avg13 of 20 points
Does not train AI on your codeunless you opt out1.5 / 3
Option to keep no copy of your codeyes2 / 2
Runs on your own servers or cloudno0 / 2
SOC 2yes2 / 2
Legal cover for generated codeyes1 / 1
Why these numbers

Does not train AI on your code: Individual Free/Pro/Pro+ plans train on prompts/code unless the user opts out; Business/Enterprise are stated as never used for training ('GitHub does not use either Copilot Business or Enterprise data to train its models.').

Option to keep no copy of your code: Default setting for Copilot Business and Enterprise customers using the IDE; other access paths retain prompts for 28 days.

Runs on your own servers or cloud: GitHub itself (GHES) can be self-hosted, but Copilot cannot run against a self-hosted instance.

SOC 2: Type (I/II) not stated on this page.

Legal cover for generated code: Listed as an Enterprise-plan feature (differentiator over Business).

Where it works8.0
+1.9 vs 6.1 avg12 of 15 points
Editors and terminals it works inclivscodejetbrainsvisual_studioneovimxcode8 / 8
Open sourceno0 / 2
Why these numbers

Editors and terminals it works in: Counted from platforms, plus its own editor where it is one.

Open source: Checked features/copilot for 'open-source project', 'open source license', MIT/Apache mentions; only hits were about Copilot referencing others' open-source licenses in suggestions, not Copilot's own code being published under a licence.

yesnonot published average for AI coding assistants
How the Spec Score works

Scored from what GitHub publishes on its own site. Not a hands-on test.

Compared with 12 AI coding assistants. Facts checked 14 Sep 2026.

A fact the vendor does not publish gets half the points, or the typical value for a number, and says so. It never counts as a no. How we score.

GitHub homepage screenshot
GitHub, Homepage

We worked through GitHub's vendor documentation and compared pricing pages across four competitors before writing this. The result isn't a clean verdict. Copilot is mature, credible, and priced in a way that works for most individual developers. The caveats are specific and worth naming.

What is GitHub?

GitHub Copilot launched in 2021, built on Microsoft's infrastructure, trained on a volume of public code that dwarfs what any individual developer produces in a career. It started as a line-completion tool. It's since grown into something that touches your editor, your pull requests, your terminal, and increasingly your CI/CD pipeline.

The feature surface has expanded considerably. Code completion is still the core. But there's a chat interface now, a PR review layer, test generation, security scanning, and an agent mode designed to handle multi-step tasks autonomously. Whether all of that holds up in daily production use is the longer question.

What no competitor can replicate is the platform underneath it. GitHub hosts more code than anywhere else. Copilot wasn't trained on curated samples. It was trained on real-world projects, real-world patterns, real-world mistakes. That context is structural, not a marketing claim.

The subscriber base crossed one million. Real number. Crowded market.

GitHub Features: Code Generation, Review & Developer Workflow

GitHub features screenshot
GitHub, Features

Start typing a function signature, or drop a comment describing what you want, and Copilot fills in what probably comes next. That's still the most-used feature by a wide margin, based on what we kept seeing across G2 reviews. Everything else builds on top of it.

Natural-language code generation is where the more ambitious promises live. Describe what you want in plain English and Copilot writes the code. It works well for common patterns. Users have noted consistent struggles when the architecture is unusual or the codebase has strong conventions of its own. Fair. That tracks with how these models behave.

PR review is worth calling out specifically. Copilot reads a pull request, flags potential issues, describes what a diff actually does, and suggests changes. Reception on G2 is genuinely mixed. Some teams find it useful for routine reviews. Others describe the suggestions as surface-level or generic. We'd call it a time-saver in low-stakes situations, not a replacement for a careful reviewer.

Test generation exists. It produces unit tests from existing functions. Not always the tests you'd write yourself, but a reasonable starting point for coverage you'd otherwise skip.

Security scanning deserves its own sentence. Copilot Autofix sits inside GitHub Advanced Security alongside CodeQL and Dependabot. It proposes code-level fixes, not just warnings. Most AI coding tools stop at flagging the problem. This one tries to close the loop.

Agent mode is the newest addition. Autonomous, multi-step task handling. Honestly, the user reviews on this are thin. Early adopters sound excited. We'd wait for more signal before building a workflow around it.

GitHub Code Quality: How Accurate and Reliable Is It?

Accuracy is simultaneously where Copilot earns its reputation and where the complaints concentrate.

More than 2,300 G2 reviews form a consistent picture. Copilot is excellent at routine work. Standard CRUD patterns, common library calls, familiar idioms in popular languages. Fast and usually correct.

The complaints are specific. Suggestions that look right but aren't is the most common failure mode described across reviews. Code that compiles, passes surface checks, and still has logic errors buried inside. This is a real productivity risk worth naming. You have to read everything it produces. Junior developers who trust output without scrutiny are the ones most likely to ship the bug.

Context handling is the other persistent issue. Copilot indexes your repository, which helps. Complex codebases still produce suggestions that don't account for how specific modules interact. We're not accepting the claim that it understands a codebase the way a senior developer does. It doesn't.

Multi-model access is a real capability here. The free tier offers Haiku 4.5, GPT-5 mini, and a few others. Pro and above unlock premium models including Claude Opus. Switching between models on the same prompt produces meaningfully different output, and having that flexibility inside one tool is genuinely useful. Worth noting, though, that Cursor also supports models from OpenAI, Anthropic, and Google. Multi-model access is not a Copilot-exclusive advantage.

GitHub IDE & Workflow Integration: Where Does It Work?

VS Code gets the most complete implementation. JetBrains IDEs are well-supported. Xcode, Neovim, Eclipse, and a handful of others have official plugins.

The JetBrains experience specifically is worth a closer look. The plugin works. It's not as polished as the VS Code version, and lag has been reported as worth flagging. Not a dealbreaker. Noticeable. Developers deep in IntelliJ or PyCharm might also look at the JetBrains AI Assistant, which is built specifically for that ecosystem.

The git integration isn't a configuration decision. Copilot lives natively inside the same platform that manages your repositories and pull requests, which means setup friction is effectively zero for teams already on GitHub. No separate account. No API key wrangling. Already there.

GitLab users don't have an equivalent path. Copilot is GitHub-only. That's a hard stop for a non-trivial slice of enterprise teams.

CLI support exists through the GitHub CLI. Functional. Rarely mentioned in user reviews, which probably says something about adoption.

Is GitHub Easy to Set Up and Use?

Installing Copilot in VS Code takes a few minutes. Install the extension, sign in with GitHub, done. That part is genuinely low-friction.

The free tier lands at 2,000 completions per month. Enough to evaluate the tool seriously. Not enough for sustained daily professional use. That ceiling is clearly designed to push you toward paid plans, and it works as intended.

Getting the most out of Copilot is the harder part. The tool doesn't improve output automatically. It improves output when you write clear, specific comments and structure code in ways the model can parse. Developers who treat it as an autocomplete on steroids get autocomplete results. Developers who prompt it deliberately get materially better suggestions.

That pattern appeared consistently across G2 reviews from 2024. Senior developers reported strong results. Earlier-career developers reported more frustration, often because they lacked the experience to evaluate what Copilot was producing. Not a tool failure. A calibration issue.

Documentation at docs.github.com is extensive and actually good. Community forums are active. Paid plans include email support. The live support chat is Copilot-powered, which is either clever product integration or circular logic depending on your tolerance for that kind of thing. We lean toward the second reading.

GitHub Pricing: Is It Worth It for Solo Devs and Teams?

GitHub pricing screenshot
GitHub, Pricing

The free tier is the most credible free tier we've encountered in AI developer tooling. 2,000 completions a month is real usage, not a teaser. You'll learn whether the tool fits your workflow before you spend anything.

Paid plans are structured across four tiers. Free at $0. Pro at $10 per user per month. Pro+ at $39. Max at $100. Each tier stacks on the previous one. Pro adds unlimited completions, access to third-party agents like Claude Code and Codex, model selection, and $15 in monthly AI credits. Pro+ adds premium models including Opus, audit logs, and $70 in monthly credits. Max, at the top, adds priority access to new models and $200 in monthly credits.

Credit-based billing is replacing the old request-cap system on June 1, 2026. This transition is worth watching, and the concern is fair. Consumption pricing makes monthly budgets harder to predict. We'd want GitHub to publish clearer guidance on what typical developer usage actually costs under the new model before teams sign annual commitments.

Individual Copilot plans don't include all enterprise protections. IP indemnity and certain organizational controls are enterprise-tier features, not defaults. Worth checking the fine print before assuming coverage.

Refund policy isn't stated anywhere we could find. That's a gap.

Compared to Cursor at $20 per month for individuals, Copilot Pro at $10 is cheaper for solo use. Whether it's better is a different question.

GitHub vs Cursor: Which AI Coding Tool Is Better?

No clean answer here.

Cursor is an AI-native editor that forked from VS Code and rebuilt the editing experience around AI from the start. Context handling on large, complex codebases is deeper. Agent mode is more mature. Developers working on substantial projects consistently describe Cursor as better at understanding project structure. That round goes to Cursor.

Copilot's advantages are different in kind. It lives inside GitHub natively. Repositories, pull requests, Actions, team management, all already there. Cursor requires switching editors entirely. For teams with established workflows, that's a meaningful ask, not a minor inconvenience.

Cursor holds SOC 2 Type II compliance, penetration testing documentation, zero-data-retention options, and SSO controls, so framing it as a tool without a security layer is inaccurate. GitHub has different capabilities, including public-code referencing controls and certain protections at the organizational level. Enterprise Copilot includes audit logs, but not self-hosted deployment. They're different security stories, not a one-sided comparison.

Multi-model support is a real feature on both sides. Both tools surface models from OpenAI and Anthropic. That's not a differentiator anymore.

Solo developers who want the sharpest AI editing experience. Cursor is the choice. Teams embedded in GitHub who don't want to change how they work. Copilot is the fit.

Who Should Use GitHub? (And Who Shouldn't)

Teams already inside the GitHub ecosystem. No ramp-up, no infrastructure change, just a line item.

Individual developers who want a credible free tier before committing to a paid plan.

Enterprise teams with security and compliance requirements. The Advanced Security stack covers ground most AI coding tools skip entirely.

GitLab shops. Not the fit.

Developers who want the most aggressive, AI-first editing experience. Cursor is sharper for that specific use case.

Teams anxious about consumption pricing. Watch the June 2026 transition before signing anything with a long term.

GitHub Review Verdict

Copilot is the most mature AI coding assistant in this category right now. That's not hollow praise. Maturity here means better accuracy on common tasks, a broader integration footprint, and a security story that most competitors haven't caught up to at the organizational level.

The weaknesses are real and specific. Context handling in complex codebases remains the most consistent limitation across user reports. The June 2026 shift to credit-based billing introduces genuine budget uncertainty. The JetBrains experience lags the VS Code version in ways that matter to developers in that ecosystem.

What holds across all of that is the platform advantage. No other AI coding tool sits natively inside the repository layer, the PR workflow, and the CI/CD pipeline simultaneously. That's not a feature list item. It's architecture. And it's genuinely hard to replicate.

For most developers and most teams, Copilot is the default choice. Not because everything else is weaker, but because the combination of quality, ecosystem depth, and pricing structure is hard to argue with at scale.

How GitHub compares

GitHub scores 8.5 out of 10 among the AI coding assistants we rate. These three do the same job and are the closest to it, compared on what each vendor publishes.

8.5GitHub
vs
8.4Cursor

Cursor

GitHub Copilot Pro costs $10 a month, half of Cursor Pro's $20. Copilot's Enterprise plan adds legal cover for generated code, something Cursor does not offer at any tier. Cursor, on the other hand, lets cloud agents run on your own infrastructure through what it calls Self-Hosted Machines, an option Copilot does not have. Both review pull requests and both suggest code as you type.

Pick Cursor if you want cloud agents that can run on your own infrastructure.
Pick GitHub if you want the cheaper plan and legal cover for generated code.

GitHub vs Cursor →
8.5GitHub
vs
7.5Tabnine

Tabnine

GitHub Copilot has a free plan and its Pro tier costs $10 a month; Tabnine has no free plan, and its Code Assistant plan costs $39 a month, nearly four times as much. Copilot reviews pull requests, which Tabnine's own assistant does not do. Tabnine can run on your own servers and states your code is never stored, options Copilot does not offer.

Pick Tabnine if you want on-prem hosting and a guarantee your code is never stored.
Pick GitHub if you want a free plan and built-in pull request review.

GitHub vs Tabnine →
8.5GitHub
vs
7.1JetBrains

JetBrains

GitHub Copilot reviews pull requests and, on its Enterprise plan, understands your whole codebase; JetBrains does neither. Both charge $10 a month for their cheapest paid plan. JetBrains commits flatly to not training on your code, while Copilot's Free, Pro and Pro+ plans train on it unless you opt out. Copilot also reaches more editors, including VS Code, Neovim and Xcode, alongside JetBrains and the CLI.

Pick JetBrains if privacy matters most and you want no training by default.
Pick GitHub if you want pull request review and full codebase understanding.

GitHub vs JetBrains →

Frequently Asked Questions

Is GitHub Copilot free to use?

There's a genuine free tier at 2,000 completions per month. Enough to evaluate the tool before committing. Paid plans start at $10 per user per month for Pro, stepping up to $39 for Pro+ and $100 for Max. Enterprise pricing starts at $21 per user per month and includes the full security and compliance stack.

Does GitHub Copilot work with JetBrains IDEs?

Yes. Official plugin support covers all major JetBrains IDEs. It works. The JetBrains experience is generally considered slightly behind VS Code in polish and response speed. Worth knowing before you commit to it as your primary environment, especially if you're coming from IntelliJ or PyCharm daily.

How does GitHub Copilot handle private code and security?

Organization-level policy controls let admins block suggestions that match public code. Enterprise plans add audit logs, though Copilot itself is not available for self-hosted GitHub Enterprise Server, which matters for teams with strict data residency requirements. IP indemnity is an enterprise-tier protection, not included on individual Pro plans. We'd recommend verifying current specifics directly with GitHub for regulated industries, since these policies have been updated more than once.

GitHub is featured in

Alternatives to GitHub

Other AI Developer Tool options we've reviewed.

JetBrains logo

JetBrains

Professional software developers using JetBrains IDEs seeking AI-powered code completion, agents, and enterprise governance

7.1
Rank #8 of 11 AI coding assistants
Best:Pricing10
Weakest:Where it works4
Agents that work in the cloud and open pull requests: yes
From $10Free plan
96% from published facts · checked 14 Sep
Cursor logo

Cursor

Software developers and engineering teams building complex, large-scale software with AI-assisted and agentic coding workflows

8.4
Rank #2 of 11 AI coding assistants
Best:Agents and your codebase10
Weakest:Where it works7
Agents that work in the cloud and open pull requests: yes
From $20Free plan
100% from published facts · checked 14 Sep
Tabnine logo

Tabnine

Enterprise development teams and individual developers who prioritize privacy, security, and compliance

7.5
Rank #4 of 11 AI coding assistants
Best:Privacy and security10
Weakest:Pricing3
Agents that work in the cloud and open pull requests: yes
From $39No free plan
100% from published facts · checked 14 Sep
Claude logo

Claude

Individuals, developers, teams, and enterprises needing advanced AI assistance for writing, coding, research, and complex reasoning

Not scored yet
Free plan: yesFree trial: noAPI: yes
From $0Free plan
CodeRabbit logo

CodeRabbit

Engineering teams and developers seeking automated AI-powered code review on GitHub and GitLab

9.1
Rank #1 of 5 code review and security tools
Best:Review quality10
Weakest:Privacy and deployment7
HIPAA: noISO 27001: no
From $24Free plan
100% from published facts · checked 14 Sep
AWS logo

AWS

Software developers, business analysts, and enterprise teams building on or managing AWS infrastructure

6.5
Rank #9 of 11 AI coding assistants
Best:Agents and your codebase10
Weakest:Model freedom1.5
Agents that work in the cloud and open pull requests: yes
From $0Free plan
100% from published facts · checked 14 Sep

User reviews

Review GitHub

Your rating

Reviews are moderated and appear once approved.