vercel-agent

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually reviewing every pull request for security vulnerabilities and logic errors, and debugging production anomalies by digging through logs, consumes significant engineering time. Vercel Agent automates these tasks using platform-level AI with deep context about your codebase, deployments, and runtime behavior. ## Core Features & Use Cases - Automated Code Review: Triggers on push or via an @vercel mention in PR comments, identifying security vulnerabilities, logic errors, and performance issues, then validating patches in Vercel Sandbox. - Incident Investigation: Analyzes anomaly alerts by querying logs and metrics to find root causes across deployment data (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 on their project so every pull request receives an automated security and quality review, and when an anomaly alert fires in production, the agent investigates logs and surfaces the root cause. ## Quick Start Enable Vercel Agent in your project's AI settings at vercel.com and ask the agent to review my latest pull request for security and performance issues.

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 level under Settings → AI on vercel.com; no npm package is required. Once enabled, it automatically reviews 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, finding patterns and correlations across deployment data to surface root causes. This investigation capability requires an Observability Plus subscription.

How much does Vercel Agent cost?

Each Code Review or Investigation costs $0.30 plus token costs, with a $100 promotional credit 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 auto-installs Web Analytics and Speed Insights SDKs by analyzing your repository structure, installing dependencies, writing integration code, and opening a pull request with the changes.

What are the limitations of Vercel Agent code review?

Code review is a paid per-run service tied to the Vercel platform, so it only works for projects hosted on Vercel. Patches are generated and validated in Vercel Sandbox, but teams should still verify suggestions before merging.