aidd-review

Review code for quality, security, and adherence to standards.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/janhesters/aidd-jan --skill aidd-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidd-review
Source: https://github.com/janhesters/aidd-jan/tree/main/.claude/skills/aidd-review
Command: npx skills add https://github.com/janhesters/aidd-jan --skill aidd-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for thorough code reviews, ensuring code quality, adherence to best practices, security, and functional requirements.

Core Features & Use Cases

  • Comprehensive Code Analysis: Evaluates code against established standards, best practices, and security vulnerabilities (OWASP Top 10).
  • Test Coverage Assessment: Integrates with testing skills to verify test quality and coverage.
  • Requirement Adherence: Compares completed work against functional requirements and project plans.
  • Use Case: Before merging a pull request, use this Skill to perform a deep-dive review, identifying potential bugs, security flaws, and areas for improvement.

Quick Start

Use the aidd-review skill to conduct a thorough code review of the latest changes.

Frequently Asked Questions about aidd-review

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

FAQPage Schema
How does automated code review check for OWASP Top 10 vulnerabilities?

Automated code review checks for OWASP Top 10 vulnerabilities by evaluating development artifacts against established security references, identifying potential flaws like improper JWT handling and timing attacks before merging. It ensures comprehensive evaluation by referencing specific security guides.

How do I ensure my JavaScript and TypeScript code adheres to best practices?

To ensure JavaScript and TypeScript code adheres to best practices, conduct a thorough code review comparing completed work against functional requirements, project standards, and specialized reference guides for syntax and structural compliance.

Can I evaluate test coverage during a pull request code review?

Yes, you can evaluate test coverage during a pull request code review by integrating specialized testing skills that verify test quality and assess coverage depth alongside standard security and functional requirement checks.

What is the best way to verify React components meet project standards before merging?

The best way to verify React components meet project standards before merging is to perform a deep-dive code review using reference guides, checking for adherence to functional requirements, best practices, and potential security vulnerabilities.

Does comprehensive code analysis work without predefined functional requirements?

Comprehensive code analysis relies heavily on predefined functional requirements to compare completed work against project plans. Without them, the review can still assess code quality and security vulnerabilities but cannot fully verify requirement adherence.