code-review

Identify code quality, security, and maintainability issues in diffs and pull requests.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill code-review-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/YeaChan05/Remittance --skill code-review-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thoroughly evaluates code changes to uncover security vulnerabilities, code-quality issues, and maintainability concerns before merging.

Core Features & Use Cases

  • Parallel lanes ensure both correctness-focused code-review and architectural tradeoff analysis are performed simultaneously.
  • Comprehensive review categories include security, code quality, performance, best practices, and maintainability.
  • Deterministic synthesis combines lane findings into a final verdict with gating rules to gate merges.
  • Works with diffs, pull requests, and feature branches, delivering actionable feedback to developers.

Quick Start

Provide a git diff or targeted files and invoke the two review lanes to produce a final, synthesis-backed verdict.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a git diff for security and maintainability issues before merging?

This Skill evaluates code changes in diffs or pull requests to identify security vulnerabilities, quality issues, and maintainability concerns. It runs parallel review lanes to analyze correctness and architectural tradeoffs, producing a synthesis-backed final verdict to gate merges.

What is the best way to automate code review for feature branches?

Automating code review for feature branches requires analyzing diffs against security, performance, and best practice standards. This Skill applies dual review lanes to feature branches, delivering deterministic synthesis and actionable feedback to gate merges based on comprehensive findings.

Can I perform architectural analysis and code review simultaneously on a pull request?

Yes, you can perform architectural analysis and code review simultaneously on a pull request. This Skill supports parallel lanes, allowing a correctness-focused code-reviewer and an architect analysis to run concurrently before synthesizing a final merge verdict.

Does this code review approach check for security vulnerabilities and performance bottlenecks?

Yes, this code review approach checks for security vulnerabilities and performance bottlenecks. The comprehensive review categories explicitly include security, code quality, performance, best practices, and maintainability to ensure thorough evaluation before merging.

How do I ensure merge readiness across multiple modules in a pull request?

Ensuring merge readiness across modules requires evaluating changes for quality, security, and maintainability. This Skill applies deterministic gating rules to combine findings from parallel review lanes into a final synthesis, ensuring merge readiness across affected modules.

When do I need deterministic gating for code review synthesis?

Deterministic gating for code review synthesis is needed when combining findings from multiple review perspectives into a final merge verdict. This Skill uses deterministic synthesis to merge correctness and architectural tradeoff analyses, gating merges based on the combined findings.