vercel-agent

Automates PR code review, incident investigation, and SDK installation on Vercel.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/AarnavBaddam/skills --skill vercel-agent-aarnavbaddam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-agent
Source: https://github.com/AarnavBaddam/skills/tree/main/vercel-agent
Command: npx skills add https://github.com/AarnavBaddam/skills --skill vercel-agent-aarnavbaddam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manual PR reviews, slow incident root-cause analysis, and tedious analytics SDK setup consume developer time. This Skill guides you through Vercel Agent, the platform-level AI service that automates code review, anomaly investigation, and SDK installation. ## Core Features & Use Cases - Automated Code Review: Triggers multi-step PR analysis on push or via @vercel mention, detecting security vulnerabilities, logic errors, and performance issues with validated patch proposals. - Incident Investigation: Queries logs and metrics to find patterns and root causes when anomaly alerts fire (requires Observability Plus). - SDK Installation: Automatically installs Web Analytics and Speed Insights SDKs by analyzing your repo, writing integration code, and opening a PR. - Use Case: A team enables Vercel Agent on their project so every pull request receives an automated security and quality review, and anomaly alerts trigger automatic root-cause investigations. ## Quick Start Ask the assistant to explain how to configure Vercel Agent code review for my project's pull requests.

Frequently Asked Questions about vercel-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up automated code review on Vercel pull requests?

Enable Vercel Agent in your project settings at vercel.com under the AI section. Reviews trigger automatically on push or when you mention @vercel in a PR comment, with no npm package installation required.

How much does Vercel Agent code review cost?

Code Review and Investigation each cost $0.30 per run plus token costs. Pro teams receive a $100 promotional credit, and SDK installation for analytics is completely free.

Does Vercel Agent investigation require a subscription?

Yes, the Investigation capability requires an Observability Plus subscription. It analyzes anomaly alerts by querying logs and metrics to identify root causes across deployment data.

Can Vercel Agent install analytics SDKs automatically?

Yes, the Installation capability auto-installs Web Analytics and Speed Insights SDKs. It analyzes your repo structure, installs dependencies, writes integration code, and creates a PR with the changes at no cost.

What kinds of issues does Vercel Agent code review detect?

It identifies security vulnerabilities, logic errors, and performance issues using multi-step reasoning. Patches are generated and validated in Vercel Sandbox, a secure execution environment, before being proposed.