Code Review

Identify security vulnerabilities, maintainability issues, and correctness problems in code.

3|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/Sheldon-92/TAD --skill code-review-sheldon-92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/Sheldon-92/TAD/tree/main/.tad/skills/code-review
Command: npx skills add https://github.com/Sheldon-92/TAD --skill code-review-sheldon-92

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams identify security vulnerabilities, maintainability concerns, and correctness issues in code, providing structured severity levels (P0-P3) to guide triage and remediation.

Core Features & Use Cases

  • Comprehensive code quality assessment covering security, reliability, readability, and adherence to best practices.
  • Prioritized remediation guidance aligned with design reviews, gate checks, and PR reviews across languages and repositories.
  • Structured feedback with severity tagging (P0-P3) and actionable recommendations for fixes and improvements.

Quick Start

Provide the path to the code file you want reviewed and request a prioritized, structured feedback report.

Frequently Asked Questions about Code Review

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

FAQPage Schema
How do I check my pull request for security vulnerabilities and maintainability issues?

To check a pull request for security vulnerabilities and maintainability issues, provide the file path to receive a structured assessment covering reliability, readability, and best practices with severity levels P0-P3.

What is the best way to triage correctness problems found during a code review?

The best way to triage correctness problems during a code review is using structured severity tagging from P0 to P3, which guides remediation priority and provides actionable recommendations for fixes.

Can I use a single code review process across multiple programming languages and repositories?

Yes, you can use a single code review process across multiple programming languages and repositories, applying design reviews, implementation checks, and pull request gate processes uniformly.

How does an automated code quality check identify pass criteria for a pull request gate?

An automated code quality check identifies pass criteria for a pull request gate by evaluating the code against security, maintainability, and correctness standards, then outputting structured evidence with clear severity levels.

What specific code quality issues should I look for before shipping new code?

Before shipping new code, look for security vulnerabilities, maintainability concerns, and correctness problems, ensuring adherence to best practices through prioritized, structured feedback with actionable recommendations.

Does automated code review work for design reviews or only implementation checks?

Automated code review works for both design reviews and implementation checks, identifying security vulnerabilities and correctness problems while providing structured feedback with severity tagging to guide triage.