magicreviewlisted
Install: claude install-skill Xrequillart/magic-slash
# magic-slash v0.57.3 - /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 `~/.config/magic-slash/config.json` 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
CONFIG_FILE=~/.config/magic-slash/config.json
# Magic Slash Desktop (cloud) is the source of truth. When the app is running, fetch the live
# config; otherwise fall back to