review

Run layered build, typecheck, lint, and security checks on JavaScript/TypeScript code changes.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djnsty23/claude-auto-dev --skill review-djnsty23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/djnsty23/claude-auto-dev/tree/main/skills/review
Command: npx skills add https://github.com/djnsty23/claude-auto-dev --skill review-djnsty23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews and security checks can be time-consuming and error-prone. This Skill automates adaptive evaluation of code changes to accelerate safe shipping.

Core Features & Use Cases

  • Adaptive effort scaling based on change type (typo, feature, refactor).
  • Integrated checks: build, typecheck, lint, security considerations.
  • Use case: run on a PR to surface issues, recommendations, and risk flags.

Quick Start

Run the review command to automatically perform checks on your latest changes and surface issues.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code quality and security checks for TypeScript pull requests?

Automated code quality and security checks for TypeScript pull requests run a layered verification pipeline covering build, typecheck, lint, and security scans. This pipeline outputs a structured report with prioritized issues to accelerate safe shipping.

What is the best way to run an adaptive code review on a feature branch?

The best way to run an adaptive code review on a feature branch is using a pipeline that scales effort based on change type. It automatically adjusts verification depth for features or refactors, surfacing issues and risk flags before shipping.

Can I use automated lint and typecheck scans for major refactors in JavaScript projects?

Yes, you can use automated lint and typecheck scans for major refactors in JavaScript projects. The pipeline evaluates backend and frontend components, implementing integrated checks to surface prioritized issues during large structural changes.

Does the code review pipeline support both small commits and large refactors?

Yes, the code review pipeline supports both small commits and large refactors. It implements adaptive effort scaling based on the change type, ensuring appropriate verification depth whether processing a minor typo fix or a major project refactor.

How do I surface security considerations and risk flags before shipping code changes?

Surface security considerations and risk flags before shipping code changes by running an automated multi-step quality review. This process executes security scans alongside build and typecheck validations, outputting a structured report with prioritized issues.