code-review

Automate pull request reviews with role-based gating and human sign-off.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/AAbdulghany/fms --skill code-review-aabdulghany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AAbdulghany/fms/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/AAbdulghany/fms --skill code-review-aabdulghany

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review PRs for quality, security, and standards compliance across code changes, ensuring consistent reviews and faster risk mitigation.

Core Features & Use Cases

  • Automated code-quality checks, security gate, and policy conformance for pull requests.
  • Role-based review workflow with Rex as the primary reviewer and human sign-off by Tech Lead or Security Auditor.
  • Use Case: When a PR is opened, the system triggers an automated pass that flags issues, enforces approvals, and provides an actionable review summary.

Quick Start

Submit a pull request to trigger an automated, Rex-led code-review pass on the changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews for code quality and security?

Automated pull request reviews enforce code quality, security, and standards by triggering an automated pass when a PR is opened. The system flags issues, enforces role-based approvals, and provides an actionable review summary before merge.

Can I enforce role-based approvals and human sign-off in an automated code review workflow?

Role-based approvals require human sign-off by a Tech Lead or Security Auditor. The automated workflow uses a primary reviewer agent to flag issues, but final gating and merge sign-off are explicitly handed off to designated human leads.

How does automated code review handle conditional security and UI checks?

Automated code review applies conditional security and UI review prompts based on the changes detected. This ensures specific risk areas are evaluated by the primary reviewer agent before advancing to the human sign-off stage.

Does automated PR review work across code bases of varying sizes?

Automated PR review works across code bases of varying sizes by applying consistent quality, security, and policy conformance checks. The automated pass scales to evaluate changes and provide an actionable summary regardless of repository volume.

What is the best way to gate merges for standards compliance in a CI-CD pipeline?

Gating merges for standards compliance requires an automated review pass upon PR opening. The primary reviewer agent flags policy violations and security issues, enforcing approvals and providing a summary to gate the merge.