review

Review code for quality, style, and issues across configurable scopes and strictness levels.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/madhavmadupu/atlas-mobile --skill review-madhavmadupu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/madhavmadupu/atlas-mobile/tree/main/.agent/skills/review
Command: npx skills add https://github.com/madhavmadupu/atlas-mobile --skill review-madhavmadupu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, style, and potential issues, ensuring higher standards and fewer bugs.

Core Features & Use Cases

  • Automated Code Analysis: Identifies blockers, warnings, and suggestions based on configurable strictness levels.
  • Contextual Review: Can review changed files, related files, or specific files as needed.
  • Use Case: After a developer commits new code, this Skill can automatically perform a review, flagging critical errors before they are merged, or a user can ask for a review of a specific piece of code.

Quick Start

Use the review skill to check the code for any issues.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for quality and security issues?

Automated code review analyzes your codebase to identify blockers, warnings, and suggestions based on configurable strictness levels. It enforces standards from conventions.md and testing.md, including security checklists, to ensure higher code quality and fewer bugs before merging.

Can I review only changed files or do I need to scan the whole project?

Contextual code review can assess changed files, related files, or specific files as needed. This allows you to target specific code pieces after a developer commits new code or review focused areas without scanning the entire project scope.

Does this code review tool work with TDD workflows?

The code review tool supports integration with TDD workflows and standalone usage for code assessment. It enforces testing standards defined in testing.md, ensuring your test-driven development practices align with overall quality and security checks.

What is static analysis for code quality and how does it handle strictness?

Static analysis for code quality automatically checks your code against defined conventions to catch potential issues. It offers configurable strictness levels, allowing you to adjust the sensitivity of blockers, warnings, and suggestions based on your project needs.

How do I enforce coding conventions and security checklists during development?

To enforce coding conventions and security checklists, use automated code analysis to flag violations based on standards defined in conventions.md and testing.md. This ensures higher standards and fewer bugs by catching critical errors before code is merged.