review

Review code for OWASP security, performance, accessibility, and quality issues.

1.2k|140|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/first-fluke/oh-my-agent --skill review-first-fluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/first-fluke/oh-my-agent/tree/main/.claude/skills/review
Command: npx skills add https://github.com/first-fluke/oh-my-agent --skill review-first-fluke

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for security vulnerabilities, performance issues, accessibility problems, and general code quality, including a fix-verify loop.

Core Features & Use Cases

  • Automated Code Review: Leverages QA agents to perform comprehensive code reviews based on established standards.
  • Fix-Verify Loop: Facilitates an iterative process of identifying issues, attempting fixes with domain-specific agents, and re-reviewing the changes.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical security flaws before they reach production, or use it interactively to quickly address code quality concerns.

Quick Start

Run the review skill on the files changed in the current git diff.

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 security and performance issues?

Automated code review for security and performance is performed by running QA agents on specified files to detect OWASP vulnerabilities and quality issues. This Skill evaluates code changes against established standards without requiring manual inspection.

Can I integrate accessibility checks into my CI/CD pipeline?

Accessibility checks can be integrated into a CI/CD pipeline to automatically flag critical flaws before production. The review process evaluates code changes for compliance issues and quality concerns during automated deployments.

What is a fix-verify loop in code quality assurance?

A fix-verify loop in code quality assurance iteratively identifies issues, delegates fixes to domain-specific agents, and re-validates changes with a QA reviewer. This workflow ensures identified security and performance problems are resolved and confirmed.

Does code review support both frontend and backend implementations?

Code review supports frontend, backend, and mobile implementations by delegating fixes to specific agents. The fix-verify loop routes issues to the appropriate domain agent and re-checks the applied changes.

How do I run a quality assurance review on my current git diff?

To run a quality assurance review on your current git diff, execute the review Skill on the changed files. It will scan the modified code for OWASP security, performance, accessibility, and quality problems.