requesting-code-review

Verify staged git changes with security checks, tests, and linting.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill requesting-code-review-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill requesting-code-review-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers verify changes before committing or pushing by catching security issues, logic errors, and regressions early, so broken or unsafe code is less likely to reach the repository.

Core Features & Use Cases

  • Diff-Based Verification: Reviews only the relevant changes from the current git diff to focus analysis on what actually changed.
  • Security and Quality Gates: Scans for secrets, shell injection, unsafe evaluation, deserialization risks, and SQL injection patterns while also running tests and linting when available.
  • Independent Review Workflow: Uses a separate reviewer perspective and can trigger an auto-fix cycle when problems are found.
  • Use Case: A developer finishes a feature with several file edits and wants a pre-commit checkpoint that validates the code, flags risks, and suggests fixes before shipping.

Quick Start

Use this skill to review my staged changes for security issues, test regressions, and logic errors before I commit.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I run a pre-commit code review on my git diff?

To run a pre-commit code review, use this Skill to verify staged git diff changes. It analyzes only the modified files to catch security issues, logic errors, and regressions before you commit.

Can I automatically fix security issues and linting errors before committing?

Yes, you can automatically fix detected problems before committing. The Skill uses an independent review workflow that can trigger an auto-fix cycle for security issues and linting errors found in your staged changes.

What types of security vulnerabilities can a pre-commit scan detect?

A pre-commit scan can detect multiple security vulnerabilities including secrets, shell injection, unsafe evaluation, deserialization risks, and SQL injection patterns within your staged code changes.

Does the code review check test regressions and run linting on staged changes?

Yes, the code review checks test regressions and runs linting on staged changes. It performs baseline-aware tests and linting when available, focusing analysis exclusively on the files modified in your current git diff.

Do I need any external dependencies or tools to use this pre-commit quality gate?

No, you do not need any external dependencies or tools to use this pre-commit quality gate. The Skill operates independently with no required dependencies to verify your staged code changes.