返回 Skill 列表
extension
分类: 开发与工程无需 API Key

code-quality-workflow

在评估或改进代码质量、可维护性、性能或安全卫生时使用 - 提供包含分析、代码审查和带有验证步骤的系统性改进的工作流程。

person作者: jakexiaohubgithub

Code Quality Workflow

Overview

Standardize how to analyze, review, and improve code quality. This skill centralizes quality assessment, code review practices, and systematic improvements with validation gates.

When to Use

  • Quality assessment or code analysis requests
  • Code review (PRs, refactors, pre-merge checks)
  • Maintainability or performance improvements
  • Security hygiene improvements (non-audit level)

Avoid when:

  • A full security audit is required (use security-specific skills)
  • The task is purely dependency or artifact cleanup (use repo-cleanup)

Quick Reference

| Task | Load reference | | --- | --- | | Code analysis | skills/code-quality-workflow/references/analyze-code.md | | Code review | skills/code-quality-workflow/references/code-review.md | | Systematic improvements | skills/code-quality-workflow/references/quality-improve.md |

Workflow

  1. Select the mode: analyze, review, or improve.
  2. Load the matching reference file for the expected structure.
  3. Inspect code and identify findings or opportunities.
  4. Apply changes (if improving) with safety validation.
  5. Verify with tests or lint as appropriate.
  6. Report findings, fixes, and follow-ups.

Output

  • Findings or improvements summary
  • Validation evidence or recommended checks
  • Follow-up backlog items if needed

Common Mistakes

  • Skipping severity prioritization
  • Mixing review and improvement without sign-off
  • Applying fixes without baseline tests
  • Overlapping with full security audit scopes