code-review

Review code changes, auto-fix mechanical issues, and suggest improvements.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AzrinPutra/schedulerv2 --skill code-review-azrinputra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AzrinPutra/schedulerv2/tree/main/.specsmd/fire/agents/builder/skills/code-review
Command: npx skills add https://github.com/AzrinPutra/schedulerv2 --skill code-review-azrinputra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code, identifying and fixing common issues, and suggesting improvements to enhance code quality and maintainability.

Core Features & Use Cases

  • Automated Code Analysis: Scans code for quality, security, and architectural issues.
  • Auto-Fixing: Corrects simple, non-semantic errors automatically.
  • Intelligent Suggestions: Provides actionable recommendations for more complex issues.
  • Use Case: After a developer commits code that passes tests, this Skill can automatically review the changes, fix minor formatting or unused variable issues, and flag potential security vulnerabilities or architectural flaws for the developer to address.

Quick Start

Review the code changes in the current run and apply any auto-fixable issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review and fix code quality issues after committing?

Automated code review scans committed changes to auto-fix mechanical issues like formatting and unused variables, while suggesting improvements for complex security and architectural flaws. It analyzes code quality and re-runs tests after applying fixes.

What is the best way to review code for security vulnerabilities and architecture flaws?

Reviewing code for security vulnerabilities involves analyzing changes against project coding standards to flag potential architectural flaws. The process provides intelligent, actionable recommendations for complex issues requiring developer confirmation before changes are applied.

Does the automated code review process respect existing project coding standards?

Yes, the automated code review process explicitly respects existing project coding standards when analyzing code quality, security, architecture, and testing. It ensures auto-fixes and suggestions align with your established project conventions.

Can I automatically fix mechanical code issues without manual intervention?

You can automatically fix simple, non-semantic mechanical code issues without manual intervention. The system corrects these minor errors directly and then re-runs tests to ensure the auto-fixes do not break existing functionality.

How does auto-fixing code changes handle testing standards?

Auto-fixing code changes handles testing standards by analyzing test coverage during the review and automatically re-running tests after mechanical issues are corrected. This ensures auto-fixes maintain project integrity and pass required testing standards.

What are the limitations of automated code analysis for refactoring suggestions?

The limitation of automated code analysis is that it only auto-fixes simple, non-semantic mechanical issues. Complex refactoring, security vulnerabilities, and architectural flaws are not fixed automatically but instead flagged as intelligent suggestions requiring developer confirmation.