ln-511-code-quality-checker

Analyze code quality with quantitative metrics and architectural compliance checks.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-511-code-quality-checker-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-511-code-quality-checker
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-511-code-quality-checker
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-511-code-quality-checker-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the assessment of code quality, identifying violations of principles like DRY, KISS, and YAGNI, and ensuring architectural compliance, thereby improving the maintainability and robustness of the codebase.

Core Features & Use Cases

  • Quantitative Code Quality Score: Calculates a score based on metrics and identified issues.
  • Architectural Validation: Checks for adherence to architectural decisions and best practices.
  • Issue Reporting: Identifies and categorizes code quality issues with specific prefixes (SEC-, PERF-, MNT-, ARCH-, BP-, OPT-).
  • Use Case: After a developer completes an implementation task, this Skill can be invoked to automatically review the code for quality issues before it's merged, flagging potential problems early in the development cycle.

Quick Start

Run the ln-511-code-quality-checker skill to analyze the code quality of the latest commits.

Frequently Asked Questions about ln-511-code-quality-checker

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

FAQPage Schema
How do I automate code review for architectural compliance and maintainability?

Automate code review by validating implementations against DRY, KISS, and YAGNI principles alongside architectural decisions. This process identifies violations and reports issues categorized by security, performance, maintainability, and architecture.

What is a quantitative code quality score and how is it calculated?

A quantitative code quality score numerically evaluates code health by analyzing static code metrics and identified issues. It assesses security, performance, maintainability, and architectural compliance to produce a measurable rating.

How do I check my latest commits for DRY and KISS principle violations?

Check recent commits by running an automated quality analysis on the implementation tasks. This validates the code against DRY, KISS, and YAGNI principles, flagging issues with specific prefixes like MNT- and ARCH-.

Does automated static code analysis detect security and performance issues?

Yes, automated static code analysis detects security and performance issues by scanning the codebase. It reports these findings using specific prefixes such as SEC- for security vulnerabilities and PERF- for performance bottlenecks.

When should I run an automated code quality check in the development cycle?

Run an automated code quality check after a developer completes an implementation task and before merging. This early assessment flags architectural and maintainability issues, improving codebase robustness prior to integration.

What are the limitations of using automated metrics for code quality assessment?

Automated code quality assessment metrics require MCP Ref validation and static analysis to function, limiting their scope to detectable architectural and structural violations rather than complex business logic flaws.