Structured Code Review

Review code changes for architecture, correctness, tests, and security risks.

13|8|Updated May 8, 2026
One-click install
npx skills add https://github.com/ishandutta2007/Awesome-Claude-Skills --skill structured-code-review-ishandutta2007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Structured Code Review
Source: https://github.com/ishandutta2007/Awesome-Claude-Skills/tree/main/skills/code-review
Command: npx skills add https://github.com/ishandutta2007/Awesome-Claude-Skills --skill structured-code-review-ishandutta2007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps reviewers catch correctness, architectural, idiomatic, and security issues in code changes before they reach production.

Core Features & Use Cases

  • Severity-leveled feedback: organizes findings as CRITICAL, SUGGESTION, QUESTION, and NIT for faster prioritization.
  • Architectural deepening: flags opportunities to turn shallow modules into deeper, well-factored components.
  • Repo-aligned consistency: checks that changes fit the project’s domain glossary and ADRs while recommending idiomatic patterns.
  • Correctness, tests, and security checks: audits edge cases, verifies appropriate test coverage, and calls out common risks like XSS, SQLi, and auth bypass.

Quick Start

Paste your PR description and changed files into the skill prompt and ask for a structured review with severity levels, architectural focus, security checks, and recommended next actions.

Frequently Asked Questions about Structured Code Review

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

FAQPage Schema
How do I get structured PR feedback with severity levels for my code changes?

Structured PR feedback categorizes findings into CRITICAL, SUGGESTION, QUESTION, and NIT severity levels for faster prioritization. You paste your PR description and changed files into the prompt to receive a review covering architecture, logic correctness, tests, and security risks.

What is severity triage in code review and how does it help catch issues before production?

Severity triage in code review organizes architectural, correctness, and security findings by impact level. It helps reviewers catch issues like XSS, SQLi, and auth bypass before production by providing a prioritized, actionable feedback list with recommended next steps.

Can I use this code review skill for refactors and pre-submission checks across any codebase?

Yes, this code review skill is applicable to PR reviews, code audits, and pre-submission checks for feature development or refactors across any codebase. It checks changes against the project’s domain glossary and ADRs while recommending idiomatic patterns.

How do I check test coverage and security risks like XSS and SQLi during a code audit?

To check test coverage and security risks during a code audit, you provide the changed files to review. The process audits edge cases, verifies appropriate test coverage, and calls out common security risks like XSS, SQLi, and auth bypass.

What is the best way to review architectural integrity and idiomatic patterns in a pull request?

The best way to review architectural integrity is to evaluate changes for deeper, well-factored components and glossary consistency. This approach flags opportunities to turn shallow modules into deeper ones and enforces idiomatic patterns aligned with project ADRs.