review

Review code post-execution and document prioritized fixes in EXECUTION_PLAN.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rchanda1392/VibeCodeProjects --skill review-rchanda1392
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/rchanda1392/VibeCodeProjects/tree/main/.claude/skills/review
Command: npx skills add https://github.com/rchanda1392/VibeCodeProjects --skill review-rchanda1392

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify issues in code after the execution phase and prioritize remediation to improve reliability, security, and maintainability.

Core Features & Use Cases

  • Comprehensive multi-category analysis covering security, reliability, performance, quality, testing, and architecture
  • Failure scenario planning to anticipate edge cases and mitigation strategies
  • Plan integration by updating EXECUTION_PLAN.md with prioritized remediation tasks
  • Collaborative prioritization to align fixes with business risk and developer capacity

Quick Start

Run the code review on the latest execution changes to generate a prioritized remediation plan.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a thorough code review covering security and architecture risks?

A thorough code review identifies issues across security, reliability, performance, quality, testing, and architecture, prioritizing remediation by severity and impact to ensure risk-aware fixes.

What's the best way to prioritize code fixes after the execution phase?

Prioritize code fixes by documenting findings with severity, business impact, and actionable remediation steps, then add these tasks to EXECUTION_PLAN.md to align with developer capacity.

How does risk-aware code analysis handle failure scenario planning?

Risk-aware code analysis anticipates edge cases and mitigation strategies by evaluating failure scenarios, ensuring reliability and maintainability issues are documented with actionable fixes.

Can I run a code review on specific files instead of the entire project?

Yes, code review applies to specified files or the entire project, assessing security, reliability, performance, quality, testing, and architecture to generate targeted remediation tasks.

Does automated code review integrate with execution plans for task tracking?

Automated code review integrates with execution plans by updating EXECUTION_PLAN.md with prioritized remediation tasks, ensuring findings are documented with severity and actionable fixes.