Agent Skills
› MimicHunterZ/PocketMind
› code-reviewer
code-reviewer
GitHub针对Java代码的审查技能,重点检查安全漏洞、Spring Boot最佳实践、空指针风险及代码可读性,提供逐行反馈与改进建议。
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


