code-review

Review pull requests for security, TDD, and code quality standards.

9|2|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/ilandahan/AID --skill code-review-ilandahan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ilandahan/AID/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/ilandahan/AID --skill code-review-ilandahan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to perform thorough, standards-compliant code reviews for commits and pull requests, ensuring security, testing discipline, and high-quality documentation.

Core Features & Use Cases

  • Security-focused Review: Identify OWASP Top 10 risks and enforce safe coding practices.
  • TDD Validation: Verify tests exist and cover behavior, not implementation details.
  • Code Quality & Documentation: Check readability, patterns, and documentation standards.
  • Use Case: When a PR touches authentication logic, a reviewer runs the skill to assess risk, test coverage, and documentation quality, returning a verdict and suggested improvements.

Quick Start

Run the skill on a pending PR to produce a structured review including changed files, security findings, TDD gaps, and a verdict.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a pull request for OWASP Top 10 security risks?

To review a pull request for security risks, analyze authentication changes and commits against an OWASP Top 10 security checklist to identify vulnerabilities and enforce safe coding practices across all languages.

What is the best way to validate test-driven development coverage in a PR?

Validating TDD coverage in a PR requires checking that tests exist and verify behavior rather than implementation details, ensuring bug fixes and performance tweaks maintain strict testing discipline.

How do I enforce documentation standards during a code review?

Enforce documentation standards during a code review by systematically checking that updated files include necessary documentation, verifying readability and patterns alongside code quality checks.

Can I use a structured code review process for refactoring commits?

Yes, a structured code review process applies to refactoring commits and architectural updates across languages, examining changed files to return a final verdict and suggested improvements.

Does this code review approach work for performance tweaks and bug fixes?

Yes, this code review approach works for performance tweaks and bug fixes by guiding reviewers through a structured examination of code changes to assess risk, test coverage, and documentation quality.