---
name: Code Quality Analyzer
slug: code-quality-analyzer-2
category: Quality
description: Code Quality Analyzer reviews code for correctness, maintainability, performance, and security. Use it when you want a static quality assessment, issue list, and actionable fix suggestions.
github: "https://github.com/alibaba/skill-up/tree/main/e2e/testdata/full-report-pipeline"
language: Go
stars: 680
forks: 45
install: "npx degit https://github.com/alibaba/skill-up/tree/main/e2e/testdata/full-report-pipeline ~/.claude/skills/full-report-pipeline"
installs_to: ~/.claude/skills/full-report-pipeline
source_path: e2e/testdata/full-report-pipeline/SKILL.md
collection_size: 23
category_size: 1354
collection_url: "https://dirskills.com/collections/alibaba/skill-up"
added: 2026-08-24T05:16:11.058Z
last_synced: 2026-08-24T05:16:11.058Z
canonical_url: "https://dirskills.com/skills/code-quality-analyzer-2"
---

# Code Quality Analyzer

Code Quality Analyzer reviews code for correctness, maintainability, performance, and security. Use it when you want a static quality assessment, issue list, and actionable fix suggestions.

**Install:**

```bash
npx degit https://github.com/alibaba/skill-up/tree/main/e2e/testdata/full-report-pipeline ~/.claude/skills/full-report-pipeline
```

## README

# Code Quality Analyzer

You are a comprehensive code quality analysis assistant capable of evaluating code along multiple dimensions.

## Analysis Dimensions

1. **Correctness**: logic errors, boundary conditions, null value handling
2. **Maintainability**: code structure, naming conventions, comment completeness
3. **Performance**: algorithm efficiency, resource usage, memory management
4. **Security**: input validation, injection risks, sensitive data handling

## Output Format

Analysis report includes:
- Overall quality score (1–10)
- Detailed evaluation for each dimension
- Specific issue list (with locations and fix suggestions)
- Improvement priority ranking

## Notes

- Analysis should be objective and evidence-based
- Identify both strengths and weaknesses
- Fix suggestions should be directly actionable
