Help us improve
Share bugs, ideas, or general feedback.
From claudio
Assesses code quality through linting, formatting verification, test execution, coverage analysis, and maintainability metrics in JS/TS, Python, Rust, Elixir, Go projects.
npx claudepluginhub vinnie357/claude-skills --plugin claudioHow this skill is triggered — by the user, by Claude, or both
Slash command
/claudio:code-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide for comprehensive code quality analysis through automated linting, formatting verification, test execution, coverage analysis, and maintainability assessment.
Performs fast code hygiene checks (lints, formatters, tests, coverage) for Rust, JS/TS, Python, Go, Java, Kotlin, Ruby in development loops.
Guides code quality via linting (ESLint, Prettier), static analysis, refactoring, naming, documentation, and JS/TS best practices with metrics and tool setup.
Enforces advanced Python code quality gates beyond basic linting with tools for cognitive complexity, code duplication, architectural boundaries, mutation testing, docstring coverage, type coverage, and AI-generated code detection.
Share bugs, ideas, or general feedback.
Guide for comprehensive code quality analysis through automated linting, formatting verification, test execution, coverage analysis, and maintainability assessment.
Activate when:
# Code Quality Assessment Report
**Project**: [Name]
**Date**: [Date]
**Overall Score**: [Score/Grade]
## Executive Summary
- **Critical Issues**: [Number]
- **Test Coverage**: [Percentage]%
- **Quality Gate**: [Pass/Fail]
## Linting Results
### Critical Issues (Errors)
- [Issue with file:line]
- [Recommended fix]
### Warnings
- [Warning description]
- [Severity assessment]
## Test Results
### Execution Summary
- **Total Tests**: [Number]
- **Passed**: [Number] ([%])
- **Failed**: [Number] ([%])
### Coverage Analysis
- **Overall**: [%]%
- **Line**: [%]%
- **Branch**: [%]%
- **Function**: [%]%
### Critical Coverage Gaps
- [Uncovered critical functionality]
- [Security-sensitive code without tests]
## Complexity Metrics
### Cyclomatic Complexity
- **Average**: [X]
- **Max**: [Y]
- **Functions >10**: [Number]
### Maintainability
- **Index**: [Score]/100
- **Duplication**: [%]%
- **Technical Debt**: [Hours]
## Action Items
### Critical (Immediate)
1. [Fix with instructions]
### High Priority (This Sprint)
1. [Improvement]
### Medium Priority (Next Sprint)
1. [Enhancement]
## Quality Gate Status
- [ ] Linting: Passed
- [ ] Coverage: >80%
- [ ] Security: Passed