bx-enhance-code-quality

Audit code quality, score it 0-10, and guide fixes via CLAUDE.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bitranox/skills --skill bx-enhance-code-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bx-enhance-code-quality
Source: https://github.com/bitranox/skills/tree/main/bx-enhance-code-quality
Command: npx skills add https://github.com/bitranox/skills --skill bx-enhance-code-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers systematically assess and improve the quality of their code by providing objective scoring, identifying issues, and guiding users through fixes while respecting prior decisions.

Core Features & Use Cases

  • Code Quality Scoring: Rates code quality on a 0-10 scale based on a defined rubric.
  • Issue Identification & Prioritization: Detects and categorizes issues by severity (SEVERE, MEDIUM, MINOR).
  • Guided Fix Implementation: Walks users through implementing suggested fixes one by one.
  • Decision Tracking: Records declined suggestions in CLAUDE.md to prevent re-raising.
  • Use Case: A developer wants to ensure their new feature branch meets high standards before merging. They use this Skill to get an objective assessment, address critical issues, and document any intentional deviations from best practices.

Quick Start

Use the bx-enhance-code-quality skill to audit the current project's code quality and suggest improvements.

Frequently Asked Questions about bx-enhance-code-quality

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

FAQPage Schema
How do I audit and improve code quality before merging a feature branch?

Run an automated code audit to score your project on a 0-10 scale and identify issues by severity. This Skill guides you through fixing severe, medium, and minor code review findings one by one before merging.

What is the best way to track declined code refactoring suggestions?

Track declined code refactoring suggestions by saving them to CLAUDE.md. This documents prior decisions so the code audit respects intentional deviations and prevents re-raising accepted issues in future reviews.

How does code review scoring work for identifying software development best practices issues?

Code review scoring evaluates your codebase against a defined rubric to assign a 0-10 score, then categorizes detected best practices violations into SEVERE, MEDIUM, and MINOR severity levels for prioritized refactoring.

Can I use this code audit tool with my existing project tools and configurations?

Yes, the code audit reads your CLAUDE.md file to respect prior architectural decisions and runs your project's available analysis tools during the scoring process, integrating seamlessly with existing configurations.

How do I fix severe code quality issues step by step?

Fix severe code quality issues through the Skill's guided workflow, which presents identified issues one by one with suggested fixes. Accept to implement fixes immediately or decline to document them in CLAUDE.md.