quality

Code quality assurance strategies. Parent skill for quality-related skills: security (security review) and debug (systematic debugging).

16 stars

Best use case

quality is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Code quality assurance strategies. Parent skill for quality-related skills: security (security review) and debug (systematic debugging).

Teams using quality should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/quality/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/testing-security/quality/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/quality/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How quality Compares

Feature / AgentqualityStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Code quality assurance strategies. Parent skill for quality-related skills: security (security review) and debug (systematic debugging).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 代码质量保障

> 关联 Agent: `code-reviewer`(代码质量审查)、`code-simplifier`(简化重构)、`security-reviewer`(安全与质量交叉)

本技能提供代码质量保障策略,整合安全审查和系统化调试方法。

## 质量保障维度

```
┌───────────────────────────────────────────────────────┐
│                  代码质量保障                          │
├──────────────┬──────────────┬─────────────────────────┤
│   安全性      │    可靠性     │     健康度              │
│   (/security) │    (/debug)  │   (code-health)        │
├──────────────┼──────────────┼─────────────────────────┤
│ • 认证授权   │ • 系统化调试 │ • 技术债务识别          │
│ • 输入验证   │ • 日志分析   │ • 量化优先级            │
│ • 密钥管理   │ • 性能诊断   │ • 热点文件检测          │
│ • API 安全   │ • 错误追踪   │ • 债务分类评估          │
└──────────────┴──────────────┴─────────────────────────┘
```

## 策略选择

| 场景              | 推荐策略   | 子技能      |
| ----------------- | ---------- | ----------- |
| 添加认证/授权功能 | 安全审查   | `/security` |
| 处理用户输入      | 安全审查   | `/security` |
| 创建 API 端点     | 安全审查   | `/security` |
| 调试代码问题      | 系统化调试 | `/debug`    |
| 分析错误日志      | 系统化调试 | `/debug`    |
| 排查性能问题      | 系统化调试 | `/debug`    |
| Sprint 规划评估   | 健康评估   | code-health |
| 重构决策分析      | 健康评估   | code-health |
| 技术债务盘点      | 健康评估   | code-health |

## 子技能

### 1. security(安全审查)

**适用场景**:

- 认证授权实现
- 用户输入处理
- 密钥和敏感数据
- API 端点设计

**使用方式**:`/security` 或参阅 `skills/security/SKILL.md`

### 2. debug(调试方法)

**适用场景**:

- 代码问题调试
- 错误日志分析
- 性能问题诊断
- 生产事故排查

**使用方式**:`/debug` 或参阅 `skills/debug/SKILL.md`

### 3. code-health(健康评估)

**适用场景**:

- Sprint 规划时评估技术债务
- 重构决策前分析热点文件
- 代码复杂度趋势监控
- 依赖健康状态检查

**使用方式**:参阅 `skills/quality/code-health.md`

## 质量检查清单

### 提交前必检

- [ ] 无硬编码密钥/密码
- [ ] 用户输入已验证/转义
- [ ] 错误处理完善
- [ ] 日志不泄露敏感信息
- [ ] 测试覆盖关键路径

### 定期审查

- [ ] 依赖安全更新
- [ ] 权限最小化原则
- [ ] 日志和监控完善
- [ ] 错误处理一致性

---

> **记住**:安全和可靠性不是事后补救,而是设计阶段就要考虑的核心需求。

Related Skills

unity-review-quality

16
from diegosouzapw/awesome-omni-skill

Senior Unity Developer quality review. Deep-dives into a Unity project, reviews everything against best practices, and produces a comprehensive HTML report document. Read-only — never modifies any project files. Covers: architecture, code quality, performance, Unity best practices, project health, security, testing, asset management, and technical debt. Use when: (1) Full project quality audit, (2) Pre-release readiness check, (3) Technical debt assessment, (4) Onboarding review to understand project health, (5) Periodic quality gate evaluation, (6) Post-mortem quality analysis. Triggers: 'review quality', 'quality audit', 'project review', 'quality check', 'project health', 'best practices review', 'code audit', 'technical debt review', 'quality report', 'full review', 'project audit'.

testing-quality

16
from diegosouzapw/awesome-omni-skill

Plans and executes comprehensive testing strategy across frontend, backend, and AI tiers. Activates when writing tests, testing features, setting up test infrastructure, checking coverage, running E2E tests, or performance testing. Does not handle writing production code (backend-developer or frontend-developer), vulnerability/security review (security), or infrastructure deployment (devops).

quality-standards

16
from diegosouzapw/awesome-omni-skill

Overview of protected quality thresholds and quick reference for all quality tools. Use when you need to understand quality metrics, run comprehensive quality checks, or learn which specialized skill to use. For specific issues, use dedicated skills (deptrac-fixer for Deptrac, complexity-management for PHPInsights, testing-workflow for coverage).

analyzing-test-quality

16
from diegosouzapw/awesome-omni-skill

Automatically activated when user asks about test quality, code coverage, test reliability, test maintainability, or wants to analyze their test suite. Provides framework-agnostic test quality analysis and improvement recommendations. Does NOT provide framework-specific patterns - use jest-testing or playwright-testing for those.

quality-documentation-manager

16
from diegosouzapw/awesome-omni-skill

Document control system management for medical device QMS. Covers document numbering, version control, change management, and 21 CFR Part 11 compliance. Use for document control procedures, change control workflow, document numbering, version management, electronic signature compliance, or regulatory documentation review.

quality-gate

16
from diegosouzapw/awesome-omni-skill

Synthesize all quality assessments (risk, test-design, traceability, NFR) into evidence-based gate decision (PASS/CONCERNS/FAIL/WAIVED) with comprehensive rationale. Generates both YAML (CI/CD) and Markdown (human review) reports with action items. Use during final quality review to make go/no-go deployment decisions based on comprehensive quality evidence.

u3550-plan-quality-evaluation-for-civic-participation-platforms

16
from diegosouzapw/awesome-omni-skill

Operate the "plan quality evaluation for civic participation platforms" capability in production for plan quality evaluation for civic participation platforms workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.

code-quality

16
from diegosouzapw/awesome-omni-skill

A protocol for performing a deep code quality analysis using static analysis tools and formatting. It covers C++ (cppcheck) and React/JavaScript (ESLint).

checking-quality

16
from diegosouzapw/awesome-omni-skill

Ensures code quality through comprehensive checks including TDD practices, lint/test/build validation, and prevention of common mistakes. Use after completing implementations, fixing bugs, refactoring, or before committing code.

bio-read-qc-quality-reports

16
from diegosouzapw/awesome-omni-skill

Generate and interpret quality reports from FASTQ files using FastQC and MultiQC. Assess per-base quality, adapter content, GC bias, duplication levels, and overrepresented sequences. Use when performing initial QC on raw sequencing data or validating preprocessing results.

atft-code-quality

16
from diegosouzapw/awesome-omni-skill

Enforce lint, formatting, typing, testing, and security hygiene across the ATFT-GAT-FAN codebase.

assessing-architecture-quality

16
from diegosouzapw/awesome-omni-skill

Use when assessing codebase architecture and you feel pressure to soften critique, lead with strengths, or frame problems diplomatically - provides evidence-based critical assessment resisting relationship and economic pressures