code-review

Identify production-critical issues in code changes with actionable feedback.

8|Updated Dec 16, 2008
One-click install
npx skills add https://github.com/sebnow/configs --skill code-review-sebnow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sebnow/configs/tree/main/home-manager/agentic/skills/code-review
Command: npx skills add https://github.com/sebnow/configs --skill code-review-sebnow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing code for production readiness can miss critical failures that cause data loss, security breaches, race conditions, or performance degradation. This Skill helps teams focus on measurable, production-impact issues rather than style concerns.

Core Features & Use Cases

  • Systematic risk identification across code changes, pull requests, and deployments.
  • Actionable feedback with precise locations and reasoning for issues found.
  • Use Case: pre-merge reviews, post-change validations, after significant refactors.

Quick Start

Review the latest code change against the production-readiness checklist to surface any critical issues before merging.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code for production readiness before merging?

Review code for production readiness by applying a structured checklist covering error handling, security, race conditions, performance, and maintainability. This surfaces critical issues like data loss or concurrency bugs early, providing actionable feedback with precise code locations.

What is the best way to check a pull request for race conditions and security risks?

Checking a pull request for race conditions and security risks requires systematic risk identification across code changes. This process evaluates production-impact issues rather than style concerns, delivering concrete feedback and reasoning for any vulnerabilities found.

Can I use a code review checklist for post-change validation after a major refactor?

You can use a production-readiness checklist for post-change validation after major refactors. It identifies critical failures that cause data loss or performance degradation, ensuring your code changes remain stable and secure before deployment.

Does production-readiness analysis focus on style or actual runtime risks?

Production-readiness analysis focuses on measurable runtime risks rather than style concerns. It targets critical failures causing security breaches, race conditions, and performance degradation, outputting actionable feedback with specific locations to prevent production issues.

Why does my code review miss critical concurrency and performance issues?

Code reviews miss critical concurrency and performance issues without a structured checklist for production readiness. Systematic risk identification across error handling and race conditions is required to surface these measurable production-impact failures.

What are the limitations of automated code review for pre-deployment validation?

Automated code review for pre-deployment validation focuses strictly on measurable production-impact issues. It does not address subjective code style concerns, requiring a structured checklist to systematically identify risk factors like security vulnerabilities and race conditions.