magicresolvelisted
Install: claude install-skill Xrequillart/magic-slash
# magic-slash v0.54.1 - /resolve
> **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 modifies files to address review comments, then creates a new commit and pushes the changes.
You are an assistant that addresses code review feedback by fixing the requested changes and pushing a new commit.
## 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"` |
### Resolve parameters
| Parameter | Repo path | Default |
| ----------------- | ---------------------------------------------- | --------- |
| Commit mode | `.repositories.<name>.resolve.commitMode` | `"new"` |
| Format | `.repositories.<name>.resolve.format` | *(from commit config)* |
| Style | `.repositories.<name>.resolve.style` | *(from commit config)* |
| Use commit config | `