Code Review

Review source code for defects, vulnerabilities, and maintainability issues.

373|53|Updated Sep 11, 2025
One-click install
npx skills add https://github.com/zapier/zapier-mcp --skill code-review-zapier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/zapier/zapier-mcp/tree/main/dist/plugins/zapier-eng-plugin/skills/code-review
Command: npx skills add https://github.com/zapier/zapier-mcp --skill code-review-zapier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs comprehensive code reviews of a branch against the base branch, providing actionable feedback on code quality, security, performance, and best practices.

When to Use This Skill

Activate this skill when:

  • The user types "review" or "code review" (with or without slash command)
  • The user types "review BRANCH-NAME" to review a specific branch
  • The user types "review TICKET-ID" (e.g., "review AGP-123" or "review AICC-456") to review the branch associated with a Jira ticket
  • The user asks to review a branch, pull request, or merge request
  • Analyzing code changes before merging
  • Performing code quality assessments
  • Checking for security vulnerabilities or performance issues
  • Reviewing branch diffs

Core Features & Use Cases

  • Branch Review: Review a specific branch or a Jira-ticket-associated branch
  • Diff & Analysis: Analyze changes using git diff and log
  • Jira Context: Fetch Jira ticket details to align review with ticket intent

Quick Start

Say "review BRANCH-NAME" or "review AGP-123" to start a code review.

Frequently Asked Questions about Code Review

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

FAQPage Schema
How do I review code changes in a pull request or branch?

Code review analyzes source code changes to identify defects, security vulnerabilities, and maintainability issues. Trigger it by typing 'review BRANCH-NAME' or 'review TICKET-ID' to assess code quality, performance, and best practices across JavaScript, TypeScript, Python, and Go with actionable findings and severity levels.

What security vulnerabilities can a code review detect?

Code review performs language-aware static analysis to detect security vulnerabilities, common anti-patterns, and style violations. It generates structured reports with issue type, location, severity, and suggested fixes to help remediate risks before merging.

Can code review work with Jira tickets?

Yes. Code review fetches Jira ticket details to provide context-aware analysis. Use 'review TICKET-ID' (e.g., 'review AGP-123') to review the branch associated with a Jira ticket and align feedback with ticket intent.

What programming languages does code review support?

Code review supports JavaScript, TypeScript, Python, and Go. It performs language-aware static analysis and detects common anti-patterns specific to each language to ensure style conformance and best practices.

How detailed are code review findings?

Code review delivers comprehensive, structured reports with issue type, exact location, risk level, and suggested fixes. Findings cover code quality, security, performance, best practices, and maintainability across full repositories, diffs, or inline snippets.

Related Skills