← Back to list

code-quality-workflow
by NickCrew
Claude Cortex
⭐ 7🍴 2📅 Jan 17, 2026
SKILL.md
name: code-quality-workflow description: Use when assessing or improving code quality, maintainability, performance, or security hygiene - provides workflows for analysis, code review, and systematic improvements with validation steps.
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
- Select the mode: analyze, review, or improve.
- Load the matching reference file for the expected structure.
- Inspect code and identify findings or opportunities.
- Apply changes (if improving) with safety validation.
- Verify with tests or lint as appropriate.
- 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
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


