Agent Skills
› zereight/gitlab-mcp
› review
review
GitHub提供系统化的代码审查服务,支持规格合规性与质量检查。通过委派子代理执行安全与质量分析,输出分级问题及修复建议,并给出明确审查结论。
Trigger Scenarios
review this
code review
review my changes
Install
npx skills add zereight/gitlab-mcp --skill review -g -y
SKILL.md
Frontmatter
{
"name": "review",
"description": "Code review with spec compliance and quality checks. Activate when user says: review this, code review, review my changes.\n",
"argument-hint": "[--style|--performance|--quality] [files or scope]"
}
Review
Systematic code review with severity-rated feedback.
Modes
- Default: Full two-stage review (spec compliance + code quality)
--style: Lightweight style-only checks--performance: Performance analysis and hotspot identification--quality: Release readiness and quality gate assessment
Workflow
- Delegate to @code-reviewer for spec compliance + code quality
- Delegate to @security-reviewer for vulnerability detection
- Compile findings with severity ratings
Output
- Issues rated: CRITICAL / HIGH / MEDIUM / LOW
- Each issue includes file:line, description, and fix suggestion
- Clear verdict: APPROVE / REQUEST CHANGES / COMMENT
Version History
- a8f5d4f Current 2026-07-25 10:04


