一键导入
mr-review
Pre-submission self-review checklist — catches what reviewers historically flag on your MRs before they get a chance to
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pre-submission self-review checklist — catches what reviewers historically flag on your MRs before they get a chance to
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Writing, running, and debugging RSpec specs in the GitLab monorepo — commands, patterns, undercoverage, system specs, and GitLab-specific conventions
Fast file name search with fd — correct pattern modes, type filters, ignore behavior, exec patterns, and common misuse to avoid
Extract and analyze all failures from the most recent GitLab pipeline
Working with GitLab security policies — reading, writing, gnerating security policies including approval policies, scan execution policies
GitLab workflow automation using glab CLI
Generate GitLab MR descriptions matching the project's writing conventions — includes database queries, background context, series references, and validation steps
| name | mr-review |
| description | Pre-submission self-review checklist — catches what reviewers historically flag on your MRs before they get a chance to |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"gitlab-mr"} |
Use glab skill to fetch MRs
Run RuboCop and fix any reported issues
Check if any branch is uncovered by tests for if / unless / &.
Output the review feedbacks in git diff style
Make sure the MR is not unnecessarilty disabling rubocop violations when they can be addressed
Migration styleguide
If there is a migration file introduced, fetch the following url and review against the gitlab migration style guide: https://docs.gitlab.com/development/migration_style_guide/
If the MR is big(containing change across many files), fetch the following url and review against the gitlab test style guide: https://docs.gitlab.com/development/testing_guide/best_practices/