code-review

Analyzes code changes and produces a structured findings report.

107|81|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/fullsend-ai/fullsend --skill code-review-fullsend-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/fullsend-ai/fullsend/tree/main/internal/scaffold/fullsend-repo/skills/code-review
Command: npx skills add https://github.com/fullsend-ai/fullsend --skill code-review-fullsend-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates comprehensive code-change reviews by analyzing the full source context and extracting actionable findings.

Core Features & Use Cases

  • Read full modified files and related tests to understand surrounding context.
  • Evaluate changes across six dimensions (Correctness, Intent alignment, Platform security, Content security, Injection defense, Style/conventions) and produce a structured findings report.
  • Use in PR workflows to provide audit-ready reviews and clear remediation guidance with traceable artifacts.

Quick Start

Invoke the code-review skill on the current changes and generate a structured findings report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests?

You can automate code reviews by analyzing full modified files and related tests, verifying diffs against the merge base, and evaluating changes across six dimensions to generate a structured report with severity, location, rationale, and concrete fixes.

What dimensions should a thorough code review evaluate?

A thorough code review evaluates changes across six dimensions: correctness, intent alignment, platform security, content security, injection defense, and style conventions, producing a structured findings report with severity, location, rationale, and concrete fixes.

How do I generate an audit-ready code review report for my diff?

To generate an audit-ready code review report, analyze the full source context of your changes, verify the diff against the merge base, and produce a structured report containing severity, location, rationale, and concrete fixes for traceable remediation.

Can I use static analysis to check injection defense and platform security in my git diff?

Yes, static analysis can check injection defense and platform security in a git diff by reading modified files, verifying changes against the merge base, and evaluating those specific security dimensions to produce actionable findings with concrete fixes.

Does automated code review work without configuring external dependencies?

Yes, automated code review works without external dependencies by directly analyzing the full source context of modified files and related tests in your environment to evaluate changes and produce a structured findings report.

What is the best way to provide structured remediation guidance on a pull request?

The best way to provide structured remediation guidance on a pull request is to evaluate the diff across six dimensions and output a report containing severity, location, rationale, and concrete fixes for each finding to ensure traceable and safe changes.