code-reviewer-autodetect

Toggle the automatic code review gate for git push actions.

Updated May 18, 2026
One-click install
npx skills add https://github.com/cfactolerin/code_reviewer --skill code-reviewer-autodetect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer-autodetect
Source: https://github.com/cfactolerin/code_reviewer/tree/main/skills/code-reviewer-autodetect
Command: npx skills add https://github.com/cfactolerin/code_reviewer --skill code-reviewer-autodetect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the review gate for 'git push' actions, providing a seamless integration for code quality control.

Core Features & Use Cases

  • Automated Review Gate: Toggles the automatic code review process for 'git push' actions.
  • Configurable: Allows users to enable or disable the review gate with a simple command.
  • Use Case: For developers looking to streamline their workflow by automatically triggering code reviews before pushing changes to the repository.

Quick Start

Enable the automatic code review gate by running: /code-reviewer:autodetect true

Frequently Asked Questions about code-reviewer-autodetect

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

FAQPage Schema
How do I automate code review for git push actions?

You can automate code review for git push actions by toggling the automatic review gate, which triggers code quality checks before committing changes to the repository. Run the command `/code-reviewer:autodetect true` to enable it.

What is an automated review gate in a development workflow?

An automated review gate is a quality control mechanism that intercepts git push actions to trigger code reviews automatically. It ensures code quality checks run before changes are committed to the repository.

Can I disable the automatic code review gate after enabling it?

Yes, the automatic code review gate is configurable and can be toggled on or off. You can disable the review process by running the command `/code-reviewer:autodetect false`.

Do I need specific configuration access to enable automated code quality checks?

Yes, enabling automated code quality checks requires access to your code review configuration. The Skill integrates with your existing development workflow setup to toggle the review gate for git push actions.

Why should I use an automated review gate instead of manual code checks?

An automated review gate streamlines your development workflow by consistently triggering code quality checks before pushing changes, eliminating the risk of skipping manual reviews. This ensures repository integrity without interrupting your process.

When should I not use an automated code review gate?

You should not use an automated code review gate if your development workflow does not use standard git push actions or if you lack access to modify your code review configuration to apply the toggle.