code-quality

Guide structured code-quality reviews, refactoring, debugging, and verification workflows.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/dige04/hieu-ccsetup --skill code-quality-dige04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/dige04/hieu-ccsetup/tree/main/config/skills/code-quality
Command: npx skills add https://github.com/dige04/hieu-ccsetup --skill code-quality-dige04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Code quality struggles accelerate when teams grow, causing bugs, debt, and fragile systems. This Skill provides a structured approach to reviews, refactoring, debugging, and verification to systematically elevate code quality.

Core Features & Use Cases

  • Guided Code Review: Establishes patterns for receiving feedback, verifying changes, and avoiding misguided fixes.
  • Refactoring Playbooks: Catalogs patterns (extract method, move method, etc.) and best practices to safely improve design.
  • Systematic Debugging: Emphasizes root-cause analysis and defense-in-depth validation to prevent regressions.
  • Quality Verification: Encourages explicit verification before completion and regression testing.

Quick Start

Start a guided code-quality session by invoking the skill with a plan for a refactor, a debugging task, or a code review.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I establish structured code review patterns for a growing software team?

Guided code review provides structured patterns for receiving feedback, verifying changes, and avoiding misguided fixes to systematically elevate code quality across growing software teams.

What is the best way to safely refactor code without introducing regressions?

Safe refactoring uses cataloged patterns like extract method and move method alongside explicit verification and regression testing before completion to prevent introducing new bugs.

How does systematic debugging prevent recurring software bugs and technical debt?

Systematic debugging emphasizes root-cause analysis and defense-in-depth validation to prevent regressions, addressing the underlying issues rather than applying superficial fixes.

Can I apply standardized code-quality practices to software projects of any size?

Yes, these code-quality workflows apply to software projects of any size, enabling standardized review, refactoring, debugging, and verification practices across teams of varying scales.

Do I need an existing test suite to integrate code-quality verification workflows?

The skill integrates with existing test suites to perform explicit verification before completion and regression testing, ensuring refactoring and debugging tasks are safely validated.