review

Assess files or tasks for security, quality, and compliance.

3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/alxyrgin/agent-forge --skill review-alxyrgin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/alxyrgin/agent-forge/tree/main/.claude/skills/review
Command: npx skills add https://github.com/alxyrgin/agent-forge --skill review-alxyrgin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick, structured reviews of code files or development tasks, ensuring security, quality, and alignment with project standards.

Core Features & Use Cases

  • Delegates to a reviewer agent for in-depth evaluation of code or tasks
  • Checks security, quality, and compliance against project guidelines
  • Supports file-path reviews or task-based reviews by loading tasks from dev-infra/tasks/tasks.json

Quick Start

Provide a file path or task ID and let the Skill perform a review by delegating to the reviewer as needed.

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 quality compliance?

To automate code review for security and quality, provide a file path or task ID to the Skill. It evaluates the target against project guidelines and returns a concise verdict with actionable recommendations for security, quality, and compliance.

Can I review a development task by its ID instead of a file path?

Yes, you can review a development task by its ID. The Skill loads task details from the dev-infra/tasks/tasks.json configuration file and delegates the evaluation to a reviewer agent to assess security, quality, and compliance.

What does a security and quality code review check for?

A security and quality code review checks your code or tasks for security vulnerabilities, overall code quality, and alignment with project standards. It delegates in-depth evaluation to a reviewer agent to produce actionable recommendations.

Do I need any external dependencies to run automated task reviews?

No external dependencies are required to run automated task reviews. The Skill operates independently by loading task details from your local dev-infra/tasks/tasks.json file and delegating to a reviewer agent when needed.

What is the best way to get actionable recommendations from a code review?

The best way to get actionable recommendations from a code review is to provide a specific file path or task ID. The Skill delegates to a reviewer agent for in-depth evaluation and produces a concise verdict with actionable recommendations.