code-review

Analyze code, pull requests, or diffs for bugs, security vulnerabilities, and missing tests.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ivegamsft/work-tracker --skill code-review-ivegamsft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ivegamsft/work-tracker/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/ivegamsft/work-tracker --skill code-review-ivegamsft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill assists in the review of code, pull requests, or diffs by emphasizing risk assessment and best practices, simplifying the process of identifying potential issues.

Core Features & Use Cases

  • Risk-Focused Review: Prioritize issues based on potential impact.
  • Severity Ordering: Organize findings by level of concern.
  • Test Identification: Helps identify missing tests and regressions.
  • Use Case: Integrate this Skill into your code review process to streamline your assessment of pull requests, improving the quality of your codebase.

Quick Start

Analyze the code review for issues in the latest commit by running 'code-review'.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review to identify security vulnerabilities and data loss risks?

Automate code review using risk-focused analysis to identify security vulnerabilities and data loss risks by running the 'code-review' script. It prioritizes potential issues by severity to help streamline your pull request assessments and improve maintainability.

What is risk-focused analysis in a pull request review?

Risk-focused analysis in a pull request review prioritizes identified bugs, security vulnerabilities, and missing tests based on their potential impact and severity. This approach simplifies finding critical code maintainability issues before merging.

Can I use bash and git scripts to check for missing tests in my latest commit?

Yes, you can use bash, git, grep, and find scripts to check for missing tests in your latest commit. The tool executes directly in your environment to identify regressions and maintain code quality.

Does this code review tool work with various text editors and IDEs?

Yes, this code review tool works with various text editors and IDEs because it executes using standard bash, git, grep, and find commands. It requires no specific platform dependencies to analyze your diffs.

What is the best way to organize code review findings by level of concern?

The best way to organize code review findings by level of concern is using severity ordering. This automated process evaluates your diff for bugs and vulnerabilities, structuring the output by risk impact.