soda-review-lite

Review branch changes for functional correctness and completeness.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/whatasoda/agent-extensions --skill soda-review-lite
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: soda-review-lite
Source: https://github.com/whatasoda/agent-extensions/tree/main/plugins/dev-workflow/skills/soda-review-lite
Command: npx skills add https://github.com/whatasoda/agent-extensions --skill soda-review-lite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a rapid, automated sanity check for code changes before a pull request, focusing on critical issues to save time and prevent common errors.

Core Features & Use Cases

  • Lightweight Code Review: Analyzes changes for functional correctness and completeness.
  • Minimal Token Usage: Optimized for speed and efficiency, avoiding extensive output.
  • Use Case: Before pushing a small bug fix, run /soda-review-lite to quickly ensure the fix doesn't introduce obvious functional bugs or leave obvious TODOs.

Quick Start

Run the soda-review-lite skill to check the current branch changes.

Frequently Asked Questions about soda-review-lite

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

FAQPage Schema
How do I run a quick code sanity check before creating a pull request?▼

A pre-PR code sanity check is a rapid automated review of branch changes that identifies functional issues before submitting a pull request. It focuses on critical correctness and completeness problems to prevent common errors early.

How do I check my git branch changes for functional correctness automatically?▼

Automated branch change review works by dynamically generating diff commands and reusing base-branch detection infrastructure. It scans branch changes for functional correctness and outputs the top 5 findings without requiring user interaction.

Can I use this for a quick sanity check on a small bug fix without extensive setup?▼

You can use this lightweight code review for a small bug fix because it requires no dependencies and operates without user interaction. It is optimized for minimal token usage and speed, making it suitable for quick pre-pull request checks.

Does this automated code review work without user interaction during the git diff analysis?▼

The automated code review works without user interaction by dynamically generating diff commands and analyzing branch changes. It directly outputs the top 5 findings to complete the pre-PR sanity check efficiently.

What is the limitation of using a lightweight code review for branch changes?▼

The limitation of this lightweight code review is that it only outputs the top 5 findings to minimize token usage. It is designed for quick pre-pull request sanity checks rather than providing an exhaustive analysis of all potential branch issues.