code-quality

Identify and rank code-quality issues with risk-scored findings and actionable snippets.

12|1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/robkam/ytreenova --skill code-quality-robkam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/robkam/ytreenova/tree/main/.ai/skills/code-quality
Command: npx skills add https://github.com/robkam/ytreenova --skill code-quality-robkam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and remedy high-impact code-quality issues before they cause defects, outages, or maintainability challenges.

Core Features & Use Cases

  • Automatic detection of code-quality smells and anti-patterns across repositories with risk-ranked recommendations.
  • Actionable remediation guidance with concrete before/after snippets and maintainable-by-default patterns.
  • Needs user approval before applying changes to preserve control and safety.

Quick Start

Analyze your repository to surface high-impact code-quality issues and present prioritized fixes for review.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I prioritize code-quality issues for refactoring before a release?

Prioritize code-quality issues by analyzing your repository to surface high-impact findings ranked by risk. This detects anti-patterns across languages and provides actionable remediation snippets to improve reliability and maintainability during refactors.

What is risk-prioritization in static analysis for code review?

Risk-prioritization in static analysis ranks code-quality smells and anti-patterns by their potential impact on reliability. It helps developers focus on high-impact issues first, providing risk-scored findings and maintainable-by-default remediation patterns for safer code reviews.

Can I use automated lint and static analysis to find anti-patterns across large repositories?

Automated static analysis can detect code-quality smells and anti-patterns across repositories of varying sizes. It automatically identifies maintainability challenges and generates risk-ranked recommendations with concrete before and after snippets for lean remediation.

How do I get actionable remediation guidance for code smells during an audit?

To get actionable remediation guidance during an audit, analyze the codebase to identify code-quality issues. The process generates concrete before and after snippets with maintainable-by-default patterns, requiring your approval before applying any changes to ensure safety.

Does this code-quality analysis automatically apply refactoring changes to my codebase?

Code-quality analysis does not automatically apply changes to your codebase. It requires explicit user approval before applying refactoring changes, presenting risk-scored findings and actionable snippets to preserve control and safety during the remediation process.