afc:review

Automate code review across quality, security, performance, and architecture dimensions.

7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afc:review
Source: https://github.com/jhlee0409/all-for-claudecode/tree/main/skills/review
Command: npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive review of code changes, ensuring quality, security, and adherence to architectural standards, thereby streamlining the development feedback loop.

Core Features & Use Cases

  • Automated Code Analysis: Performs in-depth reviews covering code quality, security vulnerabilities, performance bottlenecks, and architectural compliance.
  • Multi-faceted Perspectives: Analyzes code from various angles including quality, security, performance, architecture, reusability, maintainability, and extensibility.
  • Use Case: After implementing a new feature, use this Skill to automatically review all modified files for potential bugs, security flaws, and adherence to project coding standards before merging.

Quick Start

Use the afc:review skill to review the code changes in the current Git branch.

Frequently Asked Questions about afc:review

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

FAQPage Schema
How do I automate code review for security vulnerabilities and architecture compliance?

Automated code review analyzes changed files for security vulnerabilities and architecture compliance, mapping dependent code using LSP and grep to ensure changes adhere to project standards.

What does static analysis cover when checking code quality and correctness?

Static analysis for code quality covers multiple dimensions including performance bottlenecks, reusability, maintainability, extensibility, and security flaws to validate correctness before merging.

Can I review code changes in a specific Git branch automatically?

Yes, you can review code changes in the current Git branch automatically by analyzing modified files and their impact on dependent code to validate findings against project configurations.

How does dependency mapping work during code review?

Dependency mapping during code review works by leveraging Language Server Protocol and grep to analyze changed files and assess their impact on dependent code across the project.

Do I need any external dependencies to run static analysis on modified files?

No external dependencies are required to run static analysis on modified files, as the review process relies on internal scripts, references, and standard language server protocols.

How to validate code review findings against historical retrospectives?

Validating code review findings against historical retrospectives involves checking discovered quality and security issues against past project configurations and retrospective data to prevent recurring defects.