Skills Plugins MCP Prompt Model 博客 我的中心

common-code-review

代码审查技能,提供代码质量检查和改进建议

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=bage2014-study-study-ai-skills-skills-common-code-review-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name common-code-review description 代码审查技能,提供代码质量检查和改进建议 trigger 提交代码前进行代码审查时 disable-when 代码已通过审查或仅需格式检查 category common tags ["code-review","quality","best-practices"] 代码审查技能 功能描述 提供自动化代码审查服务,检查代码质量、安全性、规范性,并给出改进建议。 何时使用 提交代码前进行自检 代码审查会议前准备 团队代码规范执行检查 核心功能 代码风格检查 潜在 bug 识别 安全漏洞检测 性能优化建议 最佳实践建议 输入参数 参数 类型 必填 说明 code String 是 需要审查的代码内容 language String 否 编程语言(java/javascript/python等) framework String 否 使用的框架(spring/vue/react等) focus Array 否 审查重点(security/performance/style/bestpractice) 输出格式 { "status" : "SUCCESS" , "totalIssues" : 5 , "issues" : [ { "severity" : "HIGH" , "category" : "security" , "line" : 15 , "message" : "SQL 注入风险:直接拼接 SQL 语句" , "suggestion" : "使用预编译语句或 JPA 命名查询" } , { "severity" : "MEDIUM" , "category" : "performance" , "line" : 28 , "message" : "循环中频繁创建对象" , "suggestion" : "将对象创建移到循环外部" } ] , "improvements" : [ "建议添加单元测试" , "考虑使用 Lombok 简化代码" ] } 使用流程 输入代码片段或文件路径 指定语言和框架(可选) 选择审查重点(可选) 获取审查报告和改进建议 最佳实践 定期对关键模块进行代码审查 将审查结果纳入持续集成流程 团队共享审查标准和改进策略 配置要求 无需额外配置 扩展指南 支持自定义审查规则和检查项。 触发条件
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。