code-review

Automatically review source code changes for logic errors, security vulnerabilities, and quality issues.

95|4|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/try-works/role-model --skill code-review-try-works
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/try-works/role-model/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/try-works/role-model --skill code-review-try-works

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the review of code changes, flagging bugs, errors, and code quality issues without manual inspection.

Core Features & Use Cases

  • Bug Detection: Identifies logic errors, security issues, and code quality concerns in real-time.
  • Quality Assurance: Ensures maintainability, performance, and adherence to best coding practices.
  • Use Case: After a developer makes changes to a pull request, use the code-review skill to automatically analyze the updated code for issues before human review.

Quick Start

Review the changes for 'example.ts' in pull request 'PR-1234'.

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 changed lines in a pull request?

Automated code review flags bugs, security vulnerabilities, and quality issues in changed lines without manual inspection, analyzing source code changes to identify logic errors before human review.

What is source code analysis for bug detection?

Source code analysis for bug detection identifies logic errors, security vulnerabilities, and code quality problems by automatically reviewing changes in source code to ensure maintainability and performance.

Can I use automated code review to ensure quality assurance in software development?

Automated code review ensures quality assurance by flagging code quality issues, logic errors, and security vulnerabilities in real-time, ensuring adherence to best coding practices during development automation.

How do I detect security vulnerabilities in updated source code?

Detect security vulnerabilities in updated source code by utilizing code analysis tools to automatically review changes, identifying and flagging common issues like logic errors and security concerns.

Does automated code review work with existing code review workflows?

Automated code review is applicable in existing code review workflows, analyzing updated code in pull requests to flag issues before human review, requiring no specific dependencies to function.

What are the limitations of automated bug detection in source code analysis?

Automated bug detection limitations include focusing primarily on changed lines within pull requests to identify common issues, serving as a preliminary check before human review rather than replacing it.