code-review

Analyzes source code for quality, security, and performance issues in Git-based repositories.

Updated Oct 6, 2025
One-click install
npx skills add https://github.com/andisab/casdk-harness --skill code-review-andisab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/andisab/casdk-harness/tree/main/src/harness/skills/code-review
Command: npx skills add https://github.com/andisab/casdk-harness --skill code-review-andisab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eslint, prettier, semgrep, sonarcloud-github-action, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, automating quality checks, and providing in-depth analysis to enhance code quality and facilitate collaboration.

Core Features & Use Cases

  • Automated Code Analysis: Performs static analysis for quality, security, and performance issues.
  • Customizable Review Process: Tailored to accommodate various review styles and workflows.
  • Documentation and Training: Offers guidelines for effective code reviews and mentoring.

Quick Start

To initiate a code review, execute the following command: code-review start.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for quality and security vulnerabilities in Git repositories?

Automating code review for Git repositories involves running static analysis to detect security vulnerabilities and quality issues. This process identifies flaws and suggests improvements to maintain code health across collaborative environments.

Can I use ESLint and Prettier together for static code analysis during a code review?

Yes, you can use ESLint and Prettier together for static code analysis during a code review. They automate quality checks by enforcing formatting rules and identifying problematic patterns in the source code.

What is the best way to integrate SonarCloud and Semgrep into a collaborative code review workflow?

The best way to integrate SonarCloud and Semgrep into a code review workflow is through automated GitHub actions. This setup performs in-depth security analysis and performance optimization checks directly within collaborative Git-based version control.

How do I start an automated code quality check for my source code?

To start an automated code quality check for your source code, initiate the review process using the designated command. This triggers static analysis to evaluate quality, security, and performance issues automatically.

Does automated code analysis support customizable review processes for different team workflows?

Yes, automated code analysis supports customizable review processes tailored to accommodate various review styles and team workflows. It provides in-depth analysis and guidelines to facilitate collaboration and effective mentoring.

When should I not rely on automated code review for maintaining code health?

Automated code review should not be the sole reliance for maintaining code health when evaluating complex architectural logic or nuanced business requirements. It excels at static analysis for security and performance, but human oversight remains necessary for context.