Agent Skills
› MimicHunterZ/PocketMind
› code-reviewer
code-reviewer
GitHub用于审查Java代码,检查安全漏洞、Spring框架规范及空指针风险,并提供可读性和可维护性改进建议。适用于用户请求代码审查、分析或审计的场景。
Trigger Scenarios
用户要求审查代码
用户请求分析代码质量
用户需要审计代码安全性
Install
npx skills add MimicHunterZ/PocketMind --skill code-reviewer -g -y
SKILL.md
Frontmatter
{
"name": "code-reviewer",
"description": "Reviews Java code for best practices, security issues, and Spring Framework conventions. Use when user asks to review, analyze, or audit code."
}
Code Reviewer
Instructions
When reviewing code:
- Check for security vulnerabilities (SQL injection, XSS, etc.)
- Verify Spring Boot best practices (proper use of @Service, @Repository, etc.)
- Look for potential null pointer exceptions
- Suggest improvements for readability and maintainability
- Provide specific line-by-line feedback with code examples
Version History
- c1dc382 Current 2026-08-20 13:18


