skillfed

Code Review

Code Review examines your code across quality, security, and performance dimensions to identify issues and recommend improvements. It categorizes findings by severity and provides actionable fixes grounded in design principles and testing best practices.

Code Review analyzes your code for quality issues, bugs, and best practice compliance with severity-ranked findings.

AI-generated summary based on this skill's SKILL.md

1,538 164 AGPL-3.0 updated by RTGS2017

Install

RTGS2017/NagaAgent/code-review · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/RTGS2017/NagaAgent
cp -r NagaAgent ~/.claude/skills/code-review

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does Code Review do?

Code Review examines your code across quality, security, and performance dimensions to identify issues and recommend improvements. It categorizes findings by severity and provides actionable fixes grounded in design principles and testing best practices.

Can I use Code Review to review my code?

Yes. Code Review is designed to analyze your code for quality, bugs, and standards compliance. It automates code inspection and static analysis, making it easy to spot issues without manual effort. You can review code changes, pull requests, and source files to catch problems early.

How does Code Review support peer code review?

Code Review facilitates peer code review and team collaboration by automating the inspection process and surfacing issues in a structured way. This lets your team focus discussion on meaningful findings rather than routine checks, improving both code quality and team workflows.

What code review best practices does Code Review follow?

Code Review improves code quality through a structured review process grounded in design principles and testing best practices. It categorizes findings by severity so your team can prioritize fixes, and provides actionable recommendations to guide improvements systematically.

Is Code Review free to use?

Code Review is distributed under the AGPL-3.0 license, which is a free and open-source license. You can use, modify, and distribute it under the terms of AGPL-3.0.

How does Code Review perform static code analysis?

Code Review automates code inspection and static analysis to detect issues without running your code. It examines your source for quality problems, security concerns, and performance gaps, then organizes findings by severity so you can address the most critical issues first.

Related skills

Tags

quality-assurance peer-collaboration static-analysis bug-detection code-standards pull-requests team-workflow best-practices