requesting-code-review

Automate pre-commit code review for security issues, regressions, and quality problems.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill requesting-code-review-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/guccang/blogclaw/tree/main/cmd/hermes-agent/vendor/hermes_runtime/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/guccang/blogclaw --skill requesting-code-review-guccang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents unreliable code from reaching commits or releases by automating pre-commit verification, security checks, and independent review workflows.

Core Features & Use Cases

  • Security and Quality Verification: Scans code changes for common vulnerabilities, regressions, and quality issues before delivery.
  • Independent Review Workflow: Uses a separate reviewer process to evaluate diffs, logic risks, and potential defects without relying on the implementer's context.
  • Auto-Fix and Validation Loop: Guides targeted fixes and repeats verification for failed checks before allowing a verified commit.

Quick Start

Use the requesting-code-review skill to review my current code changes for security issues, test regressions, and merge readiness.

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 security checks and static analysis before a git commit?

Automate pre-commit verification by scanning code diffs for security issues, regressions, and quality problems to ensure unreliable code never reaches commits or releases.

What is an independent code review workflow and how does it detect regressions?

An independent code review workflow uses a separate reviewer process to evaluate diffs and logic risks without relying on the implementer's context, detecting potential defects and regressions.

How do I enforce quality gates for pull request preparation?

Enforce quality gates by applying automated diff inspection, static analysis, and testing checks to validate feature implementation and bug fixes before preparing a pull request or release.

Can I auto-fix failed security scans and validate code changes in a loop?

Yes, you can guide targeted fixes and repeat verification for failed checks in an auto-fix and validation loop before allowing a verified commit to be created.

What is the best way to verify code changes for merge readiness?

The best way to verify merge readiness is to run automated diff inspection alongside static analysis and independent review processes to catch vulnerabilities and quality issues pre-commit.