Features

Purpose-built for Azure DevOps teams who want intelligent, automated PR feedback without changing their workflow.

// FEATURES

Everything you need for AI code reviews

features/built-for-azure-devops

Built for Azure DevOps

Native Azure DevOps extension — not a GitHub port. Installs from the Marketplace, integrates with service hooks, and posts inline PR comments using the ADO API.

features/zero-configuration

Zero Configuration

Install the extension, authorize, and reviews start automatically on every PR. No pipeline YAML changes, no webhook setup, no CI/CD modifications needed.

features/editorial-ai-review

Editorial AI Review

Claude audits its own draft findings before anything reaches your PR — flagging overreach and dropping comments it can't defend, so your team sees signal, not noise.

features/pay-for-reviews,-not-seats

Pay for Reviews, Not Seats

Usage-based pricing means you only pay for what you use. No per-seat costs — add your entire team without multiplying your bill.

features/pr-status-checks

PR Status Checks

ADO Pilot posts status checks that integrate with your branch policies. Require AI review approval before merging, just like any other check.

features/inline-comments

Inline Comments

Review comments appear directly on the relevant lines of code in the PR diff view — exactly where developers expect them.

features/smart-file-filtering

Smart File Filtering

Automatically excludes lock files, generated code, and other noise. Configure custom exclusion patterns per organization.

features/powered-by-claude

Powered by Claude

Built on Anthropic's Claude — one of the most capable AI models available. Understands code context, design patterns, and security implications.

Editorial AI Review

Reliability comes from self-critique. Before anything reaches your pull request, Claude audits its own draft findings against the diff, flags overreach, and drops comments it can't defend. The result: fewer drive-by nitpicks, fewer hallucinated bugs, and a review your senior engineers will actually trust.

review.log
PR
Analyzedraft findings
Challengeself-critique
Prunedrop weak takes
Publish
> analyze 7 candidate findings
> challenge dropped 4 weak takes
> publish 3 findings posted inline

Native Azure DevOps Integration

ADO Pilot is a native Azure DevOps extension, not a GitHub tool adapted for ADO. It uses service hooks for automatic triggering, the PR Status API for branch policy integration, and the PR Threads API for inline comments. Everything works within the ADO interface your team already uses.

ado-integration.tsx
AP
ADO Pilot✓ ai-pr-review · success
return eval(input);
Security: replace eval() — prefer a parser or sanitize input.
service-hookspr-status-apipr-threads-apiextension-data

Usage-Based Pricing

Unlike seat-based competitors, ADO Pilot charges per review using Review Credits. Add your entire team without multiplying your bill. A team of 5 developers reviewing 200 medium PRs/month pays $50 — compared to $120-$200 with competitors.

usage.json
$ adopilot usage --period current
[████████████████░░░░░░░░]67%
1,340 / 2,000 reviews
Reviews this period1,340
Avg cost per review$0.08
Projected total$107.20
↓ 23% vs last month

Smart File Filtering

ADO Pilot automatically excludes lock files, generated code, and binary assets from reviews. Configure custom exclusion patterns per organization to focus review effort on the code that matters. Excluded files don't consume Review Credits.

.adopilotignore
1node_modules/
2*.lock
3dist/
4**/*.generated.ts
5# only review src/
6!src/**/*.{ts,tsx}
Diff filter
42 files11 reviewed
31 skipped · 11 reviewed
$ adopilot review --target main --mode ai

Ready to improve your code reviews?

Install ADO Pilot and get AI-powered feedback on every pull request.