vercel-agent

Automates Vercel AI code review, incident investigation, and SDK installation for pull requests.

Updated Aug 21, 2025
One-click install
npx skills add https://github.com/Adithiya-S/AI-Study-Companion --skill vercel-agent-adithiya-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-agent
Source: https://github.com/Adithiya-S/AI-Study-Companion/tree/main/.agents/skills/vercel-agent
Command: npx skills add https://github.com/Adithiya-S/AI-Study-Companion --skill vercel-agent-adithiya-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams deploying on Vercel often lack automated, context-aware review of pull requests and struggle to diagnose production anomalies quickly. This Skill provides guidance on Vercel Agent, the platform's built-in AI tooling for PR analysis, incident root-cause investigation, and analytics SDK installation. ## Core Features & Use Cases - Automated Code Review: Trigger multi-step PR analysis on push or via @vercel mention, detecting security vulnerabilities, logic errors, and performance issues with validated patch proposals. - Incident Investigation: Query logs and metrics to find patterns and root causes when anomaly alerts fire (requires Observability Plus). - SDK Installation: Auto-install Web Analytics and Speed Insights SDKs by analyzing repo structure and creating integration PRs at no cost. - Use Case: A team enables Vercel Agent on their project so every pull request receives an automated security and quality review, and when a latency anomaly alert fires, the agent investigates logs to surface the root cause. ## Quick Start Ask the assistant to explain how to set up Vercel Agent for automated code review on your 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 Vercel Agent for automated code review?

Vercel Agent is configured at the project settings page under the AI section, with no npm package required. Once enabled, it automatically analyzes pull requests on push or when you mention @vercel in a PR comment.

How does Vercel Agent investigate production incidents?

Vercel Agent analyzes anomaly alerts by querying logs and metrics to find patterns and correlations across deployment data, then provides root cause insights. This investigation capability requires an Observability Plus subscription.

How much does Vercel Agent cost per code review?

Each code review or investigation costs $0.30 plus token costs, with a $100 promotional credit available for Pro teams. SDK installation for Web Analytics and Speed Insights is free with no credit cost.

Can Vercel Agent install analytics SDKs automatically?

Yes, Vercel Agent can auto-install Web Analytics and Speed Insights SDKs by analyzing your repository structure, installing dependencies, writing integration code, and creating a pull request with the changes.

What are the limitations of Vercel Agent incident investigation?

Incident investigation requires an Observability Plus subscription and only works within the Vercel platform's logs and metrics. It is a platform-level service, so it cannot be self-hosted or used outside Vercel deployments.