code-review

Analyze code quality metrics and review pull requests for best practices.

5|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/htafolla/StringRay --skill code-review-htafolla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/htafolla/StringRay/tree/main/ci-test-env/.opencode/skills/code-review
Command: npx skills add https://github.com/htafolla/StringRay --skill code-review-htafolla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for consistent and thorough code quality assessment, helping to identify potential bugs, enforce coding standards, and suggest improvements before code is merged.

Core Features & Use Cases

  • Automated Code Analysis: Analyzes code for quality metrics, adherence to best practices, and potential issues.
  • Pull Request Review: Provides comprehensive feedback on changes within pull requests.
  • Improvement Suggestions: Offers actionable recommendations for code enhancement.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically review every pull request, ensuring high code quality and reducing the burden on human reviewers.

Quick Start

Use the code-review skill to analyze the quality of the code in the current repository.

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 pull requests?

Automated code review assesses pull requests by examining changed files to check adherence to coding best practices and standards. It integrates into CI/CD pipelines to continuously ensure code quality and provide improvement suggestions.

What is automated code quality assessment and how does it work?

Automated code quality assessment analyzes code to evaluate quality metrics and identify potential issues. It reviews the codebase against established best practices, offering actionable recommendations to enhance code and prevent bugs before merging.

Can I use automated code analysis in my CI/CD pipeline?

Yes, you can integrate automated code analysis into your CI/CD pipeline. This setup automatically reviews every pull request, ensuring high code quality and reducing the manual burden on human reviewers.

What's the best way to enforce coding standards before a merge?

The best way to enforce coding standards is through automated code review. It analyzes code quality metrics and checks adherence to best practices, providing actionable feedback on pull requests to prevent bugs.

Do I need specific dependencies to run automated code improvement checks?

No specific dependencies are required to run automated code improvement checks. The skill operates independently using its internal scripts to perform comprehensive quality assessment and provide improvement suggestions.

Why should I use automated quality assessment instead of manual code review?

Automated quality assessment provides consistent and thorough code evaluation that manual review might miss. It automatically identifies potential bugs, enforces coding standards, and offers improvement suggestions before code is merged.