원클릭으로
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 직업 분류 기준
| 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/
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