review

Review staged changes and diffs across any language with a prioritized checklist.

4|Updated Sep 6, 2013
One-click install
npx skills add https://github.com/mway/dotfiles --skill review-mway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/mway/dotfiles/tree/main/home/dot_codex/skills/review
Command: npx skills add https://github.com/mway/dotfiles --skill review-mway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps software teams perform thorough, consistent code reviews for staged changes and diffs across any language, ensuring issues are caught before merging.

Core Features & Use Cases

  • Prioritized review checklist: security, runtime safety, correctness, idiomaticity, performance, and test coverage.
  • Context-aware guidance: provides actionable fixes and discussion prompts for each issue.
  • Adaptive scope: applies to pull requests, commits, or diffs across multiple languages and repositories.

Quick Start

Provide the staged changes or target files to review and begin the guided evaluation.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for staged changes before merging a pull request?

Automated code review for staged changes applies a prioritized checklist covering security, runtime safety, correctness, idiomaticity, performance, and test coverage to surface issues across any programming language before merging.

What should I look for when reviewing diffs and commits for security and best practices?

Reviewing diffs for security and best practices involves checking runtime safety, code correctness, idiomaticity, performance, and test coverage, using context-aware guidance to provide actionable fixes and discussion prompts for each identified issue.

Can I run a code review on specific files instead of the entire pull request diff?

Code review supports adaptive scope, allowing you to target specific files, staged changes, commits, or full pull request diffs across multiple languages and repositories to evaluate issues before merging.

What is the best way to ensure consistent code quality checks across different programming languages?

Consistent code quality checks across different languages are achieved by applying a standardized prioritized checklist that evaluates security, runtime safety, correctness, idiomaticity, performance, and test coverage regardless of the repository context.

Does automated code review provide suggested fixes for issues found in pull requests?

Automated code review provides context-aware guidance for issues found in pull requests, delivering actionable suggested fixes and discussion prompts to help developers resolve security, performance, and correctness problems efficiently.