code-review

Automate code review workflows with build, lint, and test checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-powered code reviews streamline autonomous development workflows by applying structured inspection patterns to changes, ensuring quality and security.

Core Features & Use Cases

  • Automated checks (build, lint, test) run prior to manual review.
  • Focus areas include API contracts, error handling, security, and maintainability.
  • Use Case: when evaluating a PR, generate a prioritized list of issues and suggested fixes.

Quick Start

Run an autonomous code-review pass on your change-set to generate a prioritized report and suggested fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for pull requests?

Automated code review evaluates pull requests by running build, lint, and test checks prior to manual inspection. It applies structured inspection patterns to changes to ensure quality, security, and maintainability across languages.

Can I run automated checks on staged or uncommitted changes locally?

Yes, automated code review supports reviewing staged or uncommitted changes locally. It runs build, lint, and test checks, enforcing consistent error handling and generating a prioritized list of issues and suggested fixes.

What is the best way to enforce consistent error handling in code changes?

Enforcing consistent error handling is achieved by running an autonomous code-review pass on your change-set. This process applies static analysis and structured inspection patterns to identify inconsistencies and generate a prioritized report.

Does automated code review work across different languages and teams?

Yes, automated code review is designed to scale across languages and teams. It provides autonomous, thorough inspection of API contracts, security, and maintainability regardless of the specific programming language used.

How do I generate a prioritized list of issues and suggested fixes for a PR?

To generate a prioritized list of issues and suggested fixes, run an autonomous code-review pass on your PR. The workflow evaluates code changes and provides structured fix-review cycles for identified vulnerabilities.

What are the limitations of autonomous code review workflows?

While autonomous code review automates checks for security and API contracts, it focuses on structured inspection patterns. It generates suggested fixes but still requires manual review cycles to validate complex architectural changes.