بنقرة واحدة
review-mr-repo
Repo-specific wrapper around the core review-mr workflow for GitLab merge request reviews.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Repo-specific wrapper around the core review-mr workflow for GitLab merge request reviews.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Bootstrap the issue triage configuration for a repository by analyzing existing issues, labels, and contributors to generate `.gitlab/issue-triage/config.json` and `.gitlab/CODEOWNERS`. Use when setting up triage automation on a new or existing repository for the first time.
Compare a merge request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during MR review when approved or repository spec context is available.
Create or update a GitLab merge request from a pushed branch after local review, base-branch sync, validation, and issue linking.
Create a product spec from a GitLab issue in this repository by applying the local shared `write-product-spec` workflow with issue context and output paths. Use when an issue should be turned into a product spec artifact stored under `specs/issue-<issue-number>/product.md` and the agent should prepare file changes only, without creating commits or merge requests itself.
Create a technical spec from a GitLab issue in this repository by applying the local shared `write-tech-spec` workflow with issue context and output paths. Use when an issue should be turned into a tech spec artifact stored under `specs/issue-<issue-number>/tech.md` and the agent should prepare file changes only, without creating commits or merge requests itself.
Repo-specific dedupe guidance . Only the categories declared overridable by the core dedupe-issue skill may be specialized here.
| name | review-mr-repo |
| specializes | review-mr |
| description | Repo-specific wrapper around the core review-mr workflow for GitLab merge request reviews. |
Use this skill for reviewing merge requests in this repository.
This is a repository-local wrapper around the core review-mr skill. The core
skill remains authoritative for the CI job, snapshot contract, output schema,
severity labels, validation rules, and safety rules.
.agents/skills/review-mr/SKILL.md.review-mr workflow exactly.Prioritize findings that affect this repository's skills and MR-review automation:
mr_description.txt, mr_diff.txt,
and review.json stable and reproducible.glab, post comments, fetch live MR state, or
regenerate snapshots while the review skill is running..agents/skills/....Future self-evolution should normally update this skill, not
.agents/skills/review-mr/. Treat core review-mr changes as higher risk
because they alter the shared review contract used by CI.