code-review

Run parallel security, quality, and functional reviews on code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies and enhances the code review process by automating checks and providing insights, saving developers time and improving code quality.

Core Features & Use Cases

  • Automated Code Review: Perform security, quality, and functional reviews on code changes.
  • Task-Specific Subagents: Run multiple review lenses in parallel, each focusing on different aspects of the code.
  • Use Case: Before merging a pull request, use this Skill to ensure the code meets security standards, is of high quality, and functions correctly.

Quick Start

Request a code review for the current branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate PR review for security and code quality?

Automate PR review by deploying task-specific subagents that run parallel checks on security, quality, and functional correctness. This streamlines the code review process before merging pull requests.

What does automated code review check for in a pull request?

Automated code review checks pull requests for security standards, code quality, and functional correctness using multiple review lenses. It analyzes code changes and provides insights before merging.

Can I run multiple security and quality checks in parallel on code changes?

Yes, you can run multiple security and quality checks in parallel by deploying task-specific subagents for each review lens. Each subagent focuses on different aspects of the code changes simultaneously.

Do I need subagents to perform automated testing and security review?

Yes, subagents are required to perform automated testing and security review. The tool is designed to deploy a subagent for each review lens, focusing on security, quality, and functional correctness.

What is the best way to streamline code reviews before merging?

The best way to streamline code reviews is automating checks with task-specific subagents. This method runs parallel reviews on security, quality, and functional correctness to ensure standards are met.

When should I not use automated code review for my branch?

Automated code review is not suitable when manual architectural feedback is needed or subagent deployment is not possible. It focuses on security, quality, and functional checks rather than subjective design critiques.