code-reviewer

Identifies code quality issues and security concerns in JavaScript/TypeScript changes.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill code-reviewer-jasonmichaelbell78-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/jasonmichaelbell78-creator/framework/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill code-reviewer-jasonmichaelbell78-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ad-hoc code review toolkit that automates analysis, enforces best practices, and generates a review checklist to speed up feedback and improve code quality.

Core Features & Use Cases

  • Automated code analysis and best-practice checks for changes
  • Security scanning and vulnerability detection during development
  • Review checklist generation for post-task quality gates, pre-merge reviews, and when debugging
  • Supports ad-hoc reviews, feature reviews, and refactors to surface issues early

Quick Start

After completing a task, invoke the code-reviewer to generate a structured feedback and checklist for the changed code.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for pull requests?

Automate code review by invoking the code-reviewer on changed code to generate a structured checklist and actionable fixes. It analyzes code changes to identify quality issues, security concerns, and framework convention violations.

What is static analysis for TypeScript and JavaScript security scanning?

Static analysis for TypeScript and JavaScript security scanning evaluates code patterns to detect vulnerabilities and enforce best practices. This process identifies security concerns in code changes without executing the code.

How do I generate a code review checklist for pre-merge quality gates?

Generate a code review checklist by running automated analysis on your code changes. The tool evaluates TypeScript/JavaScript patterns and framework conventions, returning a structured checklist with actionable fixes for pre-merge gates.

Can I use ad-hoc code review for refactoring and debugging?

Yes, ad-hoc code review supports refactoring and debugging by surfacing issues early. It applies automated best-practice checks and security scanning to provide feedback on code changes during post-task quality checks.

Does automated code review work without external dependencies?

Automated code review works without external dependencies. It operates as a standalone toolkit that applies static analysis and lint checks to evaluate code quality and security concerns in TypeScript and JavaScript changes.

What are the limitations of ad-hoc code review for security scanning?

Ad-hoc code review for security scanning is limited to evaluating TypeScript/JavaScript patterns and script safety. It focuses on identifying code quality issues and security concerns in specific code changes rather than full project audits.