review-code

Review uncommitted local code changes against codebase patterns and Jira requirements.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill review-code-edlng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/edlng/agents/tree/main/skills/claude/review-code
Command: npx skills add https://github.com/edlng/agents --skill review-code-edlng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the challenge of catching bugs, security vulnerabilities, and unfinished work before code is ever pushed to a repository, reducing the cost of rework.

Core Features & Use Cases

  • Multi-Phase Analysis: Combines codebase alignment, security checks, and requirement verification using specialized subagents.
  • Local-Only Workflow: Operates entirely on local changes and cached context, ensuring no sensitive code is leaked to external review tools.
  • Auto-Fix Capability: Offers to automatically apply small, unambiguous fixes for identified issues, streamlining the development loop.

Quick Start

Ask the agent to review my local changes using the review-code skill to identify potential bugs and unfinished work in the current branch.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I perform an automated local code review on uncommitted git changes?

Automated local code review analyzes uncommitted changes against codebase patterns and Jira requirements using a multi-phase subagent architecture. It evaluates correctness, security, and unfinished work entirely locally to prevent sensitive code leaks.

Can I automatically fix bugs and security vulnerabilities found during static analysis?

Static analysis identifies bugs and security vulnerabilities, then offers to automatically apply small, unambiguous auto-fixes. This streamlines the development loop by resolving identified issues directly within the local environment.

Do I need local git access and Valkey caching to review code for unfinished work?

Local git access and Valkey caching are required to review code for unfinished work. Git provides uncommitted changes for analysis, while Valkey maintains state and context to provide actionable auto-fix suggestions.

What is the best way to verify if local code aligns with Jira requirements before pushing?

Verifying code alignment with Jira requirements before pushing is achieved through multi-phase requirement verification. Specialized subagents analyze local changes against cached context to ensure correctness and completeness.

Does local code review work without sending sensitive code to external tools?

Local code review operates entirely on local changes and cached context, ensuring a local-only workflow. No sensitive code is leaked to external review tools during the comprehensive analysis process.