requesting-code-review

Audit codebases for security vulnerabilities, architectural issues, and code quality concerns.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill requesting-code-review-humanerd-drew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill requesting-code-review-humanerd-drew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a systematic approach to codebase auditing, identifying security vulnerabilities, architectural flaws, and code quality concerns before they become critical issues.

Core Features & Use Cases

  • Full Codebase Audit: Identifies architecture, security, database, and quality issues in an entire codebase.
  • Pre-Commit Code Verification: Performs automated checks on code changes before they are committed to the repository.
  • Incremental Refactoring Strategy: Ensures safe and efficient code refactoring with a step-by-step approach.
  • Security Hygiene: Audits for hardcoded secrets, XSS, SQLi, CSP, OAuth flow, and other security risks.
  • Data Exposure Hardening: Migrates sensitive data from localStorage to sessionStorage for better security.
  • Verification via Local Dev Server: Validates changes in a live development environment before committing.

Quick Start

Use the 'requesting-code-review' skill to perform a full codebase audit on your project.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I audit my codebase for security vulnerabilities and code quality issues?

A full codebase audit identifies architecture, security, database, and quality issues. It systematically checks for hardcoded secrets, XSS, SQLi, CSP, and OAuth flow risks before they become critical problems in your project.

How do I perform automated code checks before committing changes?

Pre-commit code verification performs automated checks on code changes before they enter the repository. It validates modifications in a live local development server environment to ensure stability and compliance prior to submission.

What is the best way to ensure safe and efficient code refactoring?

Incremental refactoring strategy ensures safe code refactoring through a step-by-step approach. This methodical process prevents architectural flaws and maintains code quality while systematically improving the existing codebase structure.

How do I migrate sensitive data from localStorage to sessionStorage for security hardening?

Data exposure hardening migrates sensitive data from localStorage to sessionStorage. This security hygiene practice limits data persistence to the current session, reducing exposure to cross-site scripting and unauthorized access.

What security risks should I check for during a code review workflow?

Security auditing checks for hardcoded secrets, XSS, SQLi, CSP misconfigurations, and OAuth flow vulnerabilities. A code review workflow integrates these hygiene checks to identify security compliance issues and data exposure risks.