code-review-master

Validate pull requests against stated goals and code quality criteria.

2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Tomlord1122/tomtom-skill --skill code-review-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-master
Source: https://github.com/Tomlord1122/tomtom-skill/tree/main/skills/code-review-master
Command: npx skills add https://github.com/Tomlord1122/tomtom-skill --skill code-review-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a goal-first PR review framework that validates whether a PR actually solves the problem it set out to address, before evaluating security, quality, and performance.

Core Features & Use Cases

  • Goal validation: Confirms the PR achieves its stated objective.
  • Security: Checks for potential vulnerabilities and safe coding practices.
  • Correctness & Consistency: Verifies logical correctness and alignment with the codebase.
  • Quality & Performance: Assesses readability, maintainability, and performance implications.
  • Use Case: Ideal for code reviews, security audits, or complex code changes where goal alignment matters.

Quick Start

Run the pr-diff.sh script with a PR number to fetch and format the PR diff for review.

Frequently Asked Questions about code-review-master

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

FAQPage Schema
How do I validate if a PR actually achieves its stated goals during a code review?

To validate if a PR achieves its stated goals during a code review, use a goal-first evaluation workflow. This approach confirms the PR solves its intended problem before checking security, correctness, consistency, quality, and performance, outputting structured review results.

What is the best way to automate security audits and quality checks for PR diffs?

The best way to automate security audits and quality checks for PR diffs is using a goal-first review framework. It streamlines the process by enforcing checks for potential vulnerabilities, safe coding practices, readability, and performance implications.

Do I need gh and jq installed to run goal-first PR reviews?

Yes, you need gh and jq installed to run goal-first PR reviews. These dependencies are required to execute the scripts that fetch and format the PR diff data, enabling the structured evaluation of security, correctness, and performance.

How does a goal-first code review workflow handle complex code changes?

A goal-first code review workflow handles complex code changes by initially confirming the PR achieves its stated objective. It then systematically verifies logical correctness, alignment with the codebase, maintainability, and performance implications.

Can I use this review tool to assess performance implications in my software projects?

Yes, you can use this review tool to assess performance implications in your software projects. It explicitly evaluates performance alongside security, correctness, and consistency to ensure code changes meet quality and efficiency standards.