vercel-agent

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

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/sharad07072007/paras --skill vercel-agent-sharad07072007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-agent
Source: https://github.com/sharad07072007/paras/tree/main/.agents/plugins/vercel/skills/vercel-agent
Command: npx skills add https://github.com/sharad07072007/paras --skill vercel-agent-sharad07072007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manual PR reviews, slow incident root-cause analysis, and tedious analytics SDK setup consume engineering time. This Skill guides you through Vercel Agent, the platform-level AI service that automates these tasks using context from your codebase, deployments, and runtime behavior. ## Core Features & Use Cases - Automated Code Review: Triggers multi-step PR analysis on push or via an @vercel mention, detecting security vulnerabilities, logic errors, and performance issues, then validating patches in Vercel Sandbox. - 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 — free of charge. - Use Case: A team enables Vercel Agent so every pull request gets 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 configure Vercel Agent in your project's AI settings and enable automated code review on 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 https://vercel.com/{team}/{project}/settings under the AI section. No npm package is required since it is a platform-level service. Once enabled, it reviews PRs automatically on push or when you mention @vercel in a comment.

How does Vercel Agent investigate incidents and anomalies?

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

How much does Vercel Agent cost?

Each Code Review or Investigation run 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.

Does Vercel Agent require installing an npm package?

No npm package is required for Vercel Agent itself because it is a platform-level service configured in project settings. It can, however, install the Web Analytics and Speed Insights SDKs into your repo automatically and open a PR with the changes.

What are the limitations of Vercel Agent incident investigation?

Incident investigation requires an Observability Plus subscription, so teams without it cannot use anomaly root-cause analysis. Code review and investigation runs also incur per-run charges plus token costs, unlike the free SDK installation feature.