Code Review

Review TypeScript code for security, performance, and architecture issues.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Axolotl-Army/axobotl --skill code-review-axolotl-army
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/Axolotl-Army/axobotl/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/Axolotl-Army/axobotl --skill code-review-axolotl-army

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for security vulnerabilities, performance issues, and adherence to best practices, ensuring higher quality and more robust software.

Core Features & Use Cases

  • Comprehensive Checklist: Covers security, TypeScript quality, error handling, performance, testing, and architecture.
  • Structured Feedback: Provides clear severity, location, issue, fix, and rationale for each finding.
  • Automated Checks: Integrates with RuleCatch for pattern-based violation detection.
  • Use Case: A developer submits a pull request. This Skill is invoked to perform a thorough review, identifying potential bugs, security flaws, and areas for optimization before merging.

Quick Start

Use the code review skill to audit the provided code changes for security and best practices.

Frequently Asked Questions about Code Review

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

FAQPage Schema
How do I perform a TypeScript code review for security vulnerabilities?

Perform a TypeScript code review for security by systematically auditing code changes against a comprehensive checklist that identifies critical, warning, and suggestion-level security issues. This process provides detailed fixes and rationale for each vulnerability found.

What is the best way to automate pull request auditing for performance and architecture issues?

Automating pull request auditing evaluates code quality by running systematic checks for performance and architecture issues. It provides structured feedback including severity, location, issue, fix, and rationale to ensure robust software before merging.

Can I use automated checks to detect TypeScript best practice violations during code review?

Yes, you can detect TypeScript best practice violations during code review by using integrated pattern-based violation detection. This automated checking identifies structural issues and ensures adherence to established coding standards.

Does this code review process cover error handling and testing in addition to security?

Yes, the code review process covers error handling and testing comprehensively. It systematically evaluates these areas alongside TypeScript quality, performance, security, and architecture to ensure higher quality and more robust software.

How does structured feedback improve the code auditing process?

Structured feedback improves the code auditing process by providing clear severity, location, issue, fix, and rationale for each finding. This systematic output ensures developers understand exactly what the vulnerability is and how to resolve it.

When do I need to run a systematic code review on my codebase?

You need to run a systematic code review when a developer submits a pull request or when auditing existing code changes. This ensures potential bugs, security flaws, and areas for optimization are identified and resolved before merging.