code-review-and-quality

Review code changes for correctness, design, and dependency management.

Updated Dec 18, 2021
One-click install
npx skills add https://github.com/isihigameKoudai/utils --skill code-review-and-quality-isihigamekoudai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/isihigameKoudai/utils/tree/main/.agents/skills/code-review-and-quality
Command: npx skills add https://github.com/isihigameKoudai/utils --skill code-review-and-quality-isihigamekoudai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates comprehensive code reviews, assessing changes across multiple dimensions and providing actionable feedback to improve code quality and maintainability.

Core Features & Use Cases

  • Multi-axis Review: Evaluates changes for correctness, design, dependency flow, type safety, and test coverage.
  • Actionable Feedback: Provides detailed feedback with importance levels and references, allowing developers to prioritize their actions.
  • Use Case: Before merging code, use this skill to ensure changes meet quality standards and are free of blockers.

Quick Start

Run the code-review-and-quality skill on the current branch to review changes.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
How do I automate pre-merge code review for continuous integration?

Automate pre-merge code review by executing this skill on your current branch to evaluate changes across correctness, design, and dependency management before integration. It outputs actionable feedback with assigned importance levels to ensure quality standards are met.

What is multi-axis code review and how does it assess type safety?

Multi-axis code review evaluates changes across multiple dimensions of quality, explicitly including type safety, dependency flow, and test coverage. It analyzes your code changes to generate detailed feedback, ensuring correctness and design standards are maintained.

Does this code review skill work with version control and continuous integration systems?

Yes, this code review skill is compatible with common project setups that utilize version control and continuous integration systems. It is specifically intended for pre-merge reviews to verify changes meet quality standards and are free of blockers.

How do I get actionable feedback with importance levels for code changes?

Get actionable feedback by running this skill on your code changes, which generates detailed review results prioritized by importance levels and references. This allows developers to quickly identify blockers and prioritize their remediation actions.

Can I use this skill for dependency analysis and test coverage evaluation?

Yes, you can use this skill for dependency analysis and test coverage evaluation as part of its multi-axis review process. It assesses dependency flow and test coverage alongside correctness and design to provide comprehensive quality assurance.