requesting-code-review

Automate pre-commit code reviews with security scans and quality gates.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill requesting-code-review-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/software-development/requesting-code-review
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill requesting-code-review-nyxoraai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the pre-commit code review process, ensuring security and quality standards are met before code is committed.

Core Features & Use Cases

  • Security Scan: Identifies hardcoded secrets, shell injection, and other security vulnerabilities.
  • Quality Gates: Runs tests and linters to ensure code quality and functionality.
  • Independent Reviewer: Uses a separate subagent for an unbiased code review.
  • Auto-Fix Loop: Offers automatic fixes for certain issues, with up to two cycles.

Quick Start

Run the skill to perform a pre-commit code review on your changes.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate pre-commit code reviews for security and quality?

Automating pre-commit code reviews for security and quality is done by running this skill on your local git repository. It scans for hardcoded secrets, runs tests and linters, and uses an independent subagent to ensure your changes meet predefined standards before merging.

What is the best way to scan my code for hardcoded secrets and shell injection before committing?

Scanning your code for hardcoded secrets and shell injection vulnerabilities is handled by the security scan feature during the pre-commit review process. It identifies these security flaws along with other vulnerabilities before your code is committed.

Can I automatically fix code quality issues found during a pre-commit review?

Yes, you can automatically fix code quality issues using the built-in auto-fix loop. It offers automatic fixes for certain problems detected by the linters and security scans, running for up to two cycles to resolve the identified issues.

Does pre-commit automated testing work with my existing linters and external testing tools?

Pre-commit automated testing works with your existing external tools by requiring access to them for running tests and linting. It integrates with your local git repository setup to enforce quality gates and ensure functionality before merging.

How does an independent subagent perform an unbiased code review on my local changes?

An independent subagent performs an unbiased code review by evaluating your local git changes separately from the primary development process. This ensures an objective assessment of security and quality standards before the code is committed.

What are the limitations of using an automated pre-commit review for collaborative code changes?

The limitations of an automated pre-commit review include a maximum of two auto-fix cycles for certain issues. It also requires access to the local git repository and external testing tools to function properly during collaborative code changes.