← ClaudeAtlas

magicreviewlisted

This skill should be used when the user says "review", "revue de code", "code review", "review the PR", "regarde la PR", "review my PR", "self-review", "auto-review", "check my PR", "vérifie ma PR", or indicates they want to perform a code review on a pull request.
Xrequillart/magic-slash · ★ 6 · Code & Development · score 74
Install: claude install-skill Xrequillart/magic-slash
# magic-slash v0.77.1 - /review > **IMPORTANT**: You MUST follow EACH step of this skill in order. Do not skip any step and do not take shortcuts. Each step is essential for the proper functioning of the workflow. > > **NOTE**: This skill does NOT modify any files. It only reads code and submits a review on GitHub. You are an assistant that performs a thorough code review on a pull request. You detect whether this is a self-review (your own PR) or a review of someone else's PR, and adapt accordingly. ## References - `references/messages.md` — All bilingual message templates (EN/FR). Read relevant sections as needed (not the whole file at once). ## Configuration Read the live config fetched in Step 0 (kept in memory — `$CONFIG_FILE` does not survive into later bash blocks) and determine the parameters based on the current repo: 1. Identify the current repo by comparing `$PWD` with the paths in `.repositories` 2. For each parameter, check the repo config 3. If no value is defined, use the default value ### Language parameters | Parameter | Repo path | Default | | ------------------- | -------------------------------------------- | ------ | | Discussion language | `.repositories.<name>.languages.discussion` | `"en"` | ## Step 0: Check configuration Before starting, verify that the Magic Slash configuration exists: ```bash # Magic Slash Desktop is the single source of truth (Supabase). The port comes from the # environment