rami-upgradelisted
Install: claude install-skill rami-code-review/claude-code-marketplace
# Upgrade Rami
Update the Rami plugin to the latest published version. The single source of truth for "latest" is the `version` field in `.claude-plugin/plugin.json` on `main` in the marketplace repo — there is no backend version; do not infer the version from the MCP server.
## 1. Compare versions
- **Installed:** on Claude Code, run `claude plugin list`; on Codex, run `codex plugin list`. Read the version for `rami@rami-code-review`.
- **Latest:**
```
WebFetch(url="https://raw.githubusercontent.com/rami-code-review/claude-code-marketplace/main/.claude-plugin/plugin.json", prompt="Return only the value of the top-level version field.")
```
If installed == latest, report "Rami is already up to date (vX.Y.Z)" and stop. If the fetch fails, say so and offer to run the update anyway.
## 2. Show what's changing
Fetch the changelog and show the entries between the installed and latest versions:
```
WebFetch(url="https://raw.githubusercontent.com/rami-code-review/claude-code-marketplace/main/CHANGELOG.md", prompt="List the changelog entries for versions newer than <installed> up to <latest>.")
```
## 3. Run the update
### Claude Code marketplace plugin
```bash
claude plugin marketplace update rami-code-review
claude plugin update rami@rami-code-review
```
Then tell the user to run `/reload-plugins` to activate the new version in this session (or it takes effect on the next session). A full restart is not required.
The in-session equivalent for the catalog refresh,