AI SummaryA parent skill providing code quality assurance strategies that integrates security reviews and systematic debugging for AI-assisted coding agents. Developers using Claude Code will benefit from structured approaches to identifying and fixing code quality, security, and reliability issues.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "quality" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/quality && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/quality/SKILL.md "https://raw.githubusercontent.com/xiaobei930/cc-best/main/skills/quality/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/quality/code-health.md "https://raw.githubusercontent.com/xiaobei930/cc-best/main/skills/quality/code-health.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Code quality assurance strategies. Parent skill for quality-related skills: security (security review) and debug (systematic debugging).
代码质量保障
> 关联 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
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster