ai-code-review

Extract actionable issues from pending code reviews and apply suggested edits.

2|1|Updated May 22, 2025
One-click install
npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill ai-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-code-review
Source: https://github.com/skyasu2/openmanager-vibe-v5/tree/main/.claude/skills/ai-code-review
Command: npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill ai-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AI Code Review Analysis & Action reads pending code reviews and translates feedback into concrete, trackable improvements, reducing rework and accelerating shipping.

Core Features & Use Cases

  • Extracts issues and actionable improvements from pending reviews.
  • Proposes concrete edits and documentation updates; can apply changes using the Edit tool.
  • Maintains an audit trail and reports results to reports/ai-review for traceability.
  • Use Case: When a review identifies a bug or performance issue, the skill generates a patch suggestion and, if instructed, applies the fix.

Quick Start

Trigger the workflow on the latest pending review: ai-code-review pending/review-*.md. Example: Read the latest pending review and the system will extract issues, propose fixes, and apply edits when commanded.

Frequently Asked Questions about ai-code-review

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

FAQPage Schema
How do I extract actionable improvements from pending code reviews?

To extract actionable improvements from pending code reviews, this process reads open review files, identifies issues, prioritizes them, and suggests concrete edits to accelerate shipping.

Can I automatically apply suggested fixes from a code review?

Yes, you can automatically apply suggested fixes from a code review. The system uses the Edit tool to propose and directly apply modifications to the repository files when instructed.

Does the code review analysis tool maintain an audit trail for applied edits?

Yes, the code review analysis tool maintains an audit trail for applied edits. It logs all results and applied modifications into the reports/ai-review directory for full traceability.

What's the best way to automate issue tracking from open software repository reviews?

The best way to automate issue tracking from open software repository reviews is triggering an automated workflow that parses review files using Bash and Grep to extract and prioritize bugs.

Do I need Bash and Grep tools to run this code review workflow?

Yes, you need Bash, Read, Grep, and Edit tools to run this code review workflow. These tools are required to inspect pending review files, propose modifications, and apply changes.