code-review

Automates security and quality review of code changes for branch comparisons and uncommitted edits.

3|3|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/StartaleGroup/app-sdk --skill code-review-startalegroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/StartaleGroup/app-sdk/tree/main/.claude-lib/project/skills/code-review
Command: npx skills add https://github.com/StartaleGroup/app-sdk --skill code-review-startalegroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security and quality review of code changes, ensuring risks are caught before integration.

Core Features & Use Cases

  • Branch-aware review detects changes relative to a parent branch and surfaces relevant diffs.
  • Uncommitted changes mode enables evaluation of in-progress work without committing.
  • Agent-driven analysis enforces project standards and produces a structured report.

Quick Start

Run the code-review skill to analyze changes against project standards for branch comparisons or uncommitted edits.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate security and quality checks for uncommitted code changes?

You can automate security and quality review for uncommitted code changes by running an agent-driven analysis that evaluates in-progress edits against project standards without requiring a commit.

What is the best way to review branch diffs for security risks before integration?

Reviewing branch diffs for security risks is best handled by branch-aware automation that detects changes relative to a parent branch, surfaces relevant diffs, and enforces a deterministic rule-based evaluation.

Can I evaluate code quality against project standards without committing to git?

Yes, you can evaluate code quality without committing to git by using an uncommitted changes mode that applies agent-driven analysis to enforce project standards and produce a structured report.

How does automated code review enforce project standards?

Automated code review enforces project standards by applying a deterministic analysis process and rule-based evaluation to code changes, ultimately generating standardized reporting outputs.

Does automated code review work with both branch comparisons and local edits?

Yes, automated code review works with both branch comparisons and local uncommitted edits, applying rule-based evaluation to detect security risks and ensure quality before integration.

What kind of output should I expect from an automated code quality and security review?

An automated code quality and security review produces standardized reporting outputs, delivering a structured report that surfaces security risks and quality issues found in your code changes.