code-review

Analyze source code files for security vulnerabilities and style adherence.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/silva2kand/silva-ide --skill code-review-silva2kand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/silva2kand/silva-ide/tree/main/_cowork_os_pack/package/resources/skills/code-review
Command: npx skills add https://github.com/silva2kand/silva-ide --skill code-review-silva2kand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers identify issues in their code quickly, ensuring adherence to best practices and reducing bugs before deployment.

Core Features & Use Cases

  • Automated Code Evaluation: Review code files for potential issues, security concerns, and style violations.
  • Pre-merge Feedback: Provide quick insights during code review processes to improve code quality.
  • Use Case: Developers submit a pull request and ask the AI to analyze the differences for possible improvements and vulnerabilities.

Quick Start

Use the code-review skill to analyze the file located at 'src/app.py' for any potential issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I analyze source code for security vulnerabilities and style violations?

You can analyze source code for security vulnerabilities by running automated evaluation scripts against your files to detect potential issues, security concerns, and style violations, providing quick, actionable feedback to improve software quality.

Can I get pre-merge feedback on my pull request differences?

Yes, you can obtain pre-merge feedback by submitting your pull request differences for automated code evaluation. This process reviews the changes for potential issues, security concerns, and style violations to ensure software quality before merging.

Does this code review approach work across various programming languages?

Yes, this code review approach works across various programming languages for bug risk assessment and coding standards enforcement. It requires language-specific parsers and analysis scripts to properly evaluate the source code files.

What's the best way to enforce coding standards automatically?

The best way to enforce coding standards automatically is by running analysis scripts that evaluate source code files for best practices and style adherence. This quickly identifies issues and reduces bugs before deployment.

Do I need language-specific parsers to conduct a bug risk assessment?

Yes, you need language-specific parsers and analysis scripts to conduct a bug risk assessment. These tools allow the automated code evaluation process to accurately understand and review source code files across different programming languages.