implement-review

Automate code review via git diff analysis for quality and security.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill implement-review-fandhe-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-review
Source: https://github.com/Fandhe-AI/agent-cli-skills/tree/main/skills/implement-review
Command: npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill implement-review-fandhe-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The 'implement-review' skill automates the process of ensuring code quality and security compliance in Conventional Commits before commits or PRs are made. This skill streamlines the pre-commit/pre-PR review process to reduce manual work and enhance code safety.

Core Features & Use Cases

  • Automated Code Review: Ensures architecture adherence, naming conventions, and security checks before commits or PRs are made.
  • OWASP Security Scanning: Scans for common security vulnerabilities like XSS, CSRF, and injection attacks.
  • Version Control Integration: Integrates seamlessly with version control systems to enforce code quality standards.

Quick Start

Run the implement-review skill on your local branch before committing to initiate an automated code quality and security review.

Frequently Asked Questions about implement-review

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

FAQPage Schema
How do I automate code review and security scanning before a git commit?

Automated code review before a git commit uses script-based checks on git diff analysis to enforce architecture adherence, naming conventions, and security standards. This process targets pre-commit scenarios to reduce manual work and ensure code safety.

How does pre-PR security scanning handle OWASP Top 10 vulnerabilities?

Pre-PR security scanning identifies OWASP Top 10 vulnerabilities by analyzing code changes for common flaws like XSS, CSRF, and injection attacks. This mechanism enforces security compliance before pull requests are submitted to version control systems.

Can I enforce conventional commit standards using automated PR checks?

Automated PR checks can enforce conventional commit standards by running script-based validations on your local branch. This integration with version control systems ensures architectural compliance and naming conventions are met before submission.

What is the best way to integrate code quality checks into a local development workflow?

The best way to integrate code quality checks is running automated review scripts on your local branch pre-commit. This analyzes the git diff to validate architectural compliance and security, ensuring only compliant code reaches the repository.

Does automated security scanning work without external code review dependencies?

Automated security scanning operates independently using internal scripts to analyze git diffs for vulnerabilities. It requires integration with your existing version control system but does not list external dependencies to execute its compliance checks.

Why should I run automated checks on a local branch before creating a PR?

Running automated checks on a local branch before creating a PR prevents non-compliant code from entering the repository. It validates architecture adherence and security against OWASP practices, reducing manual review overhead and enhancing safety.