review

Analyze code changes against quality, security, and performance standards.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill review-goffity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/goffity/dev-km/tree/main/skills/review
Command: npx skills add https://github.com/goffity/dev-km --skill review-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the process of code review before committing changes, helping to catch bugs, security vulnerabilities, and performance issues early in the development cycle.

Core Features & Use Cases

  • Automated Checks: Performs checks for code quality, bugs, security, performance, and tests.
  • Severity Levels: Classifies issues into CRITICAL, WARNING, and INFO for prioritized action.
  • Integration: Seamlessly integrates with the /td command for a complete development workflow.
  • Use Case: Before pushing a new feature, run /review to ensure the code adheres to best practices and is free of critical vulnerabilities, preventing potential production issues.

Quick Start

Run the review skill to check your code changes.

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 before pushing changes?

Automated code review before pushing changes is done by analyzing code against predefined quality, security, and performance standards. This process catches bugs and vulnerabilities early by classifying issues into critical, warning, and info severity levels.

Can I integrate automated code review with my CI/CD pipeline?

Automated code review integrates with CI/CD pipelines and commit workflows to facilitate early detection of critical issues. Running review commands before deployment ensures code adheres to best practices and prevents potential production issues.

What types of issues does automated code review check for?

Automated code review checks for code quality, bugs, security vulnerabilities, and performance issues. It classifies these detected issues into CRITICAL, WARNING, and INFO severity levels to help prioritize developer action items.

How do I run a code review check on my recent git changes?

To run a code review check, execute the review command to analyze your recent git changes. The skill evaluates code changes against predefined standards, providing warnings and informational suggestions to improve code integrity.

Does automated code review require external dependencies?

Automated code review requires no external dependencies to function. It operates independently using its internal references and scripts to analyze code changes against quality, security, and performance standards.

When should I use automated code review in my development workflow?

Automated code review should be used before pushing a new feature to ensure code adheres to best practices. Running it early in the development cycle helps catch bugs, security vulnerabilities, and performance issues before deployment.