solvelisted
Install: claude install-skill sequant-io/sequant
<!-- sequant:local-override -->
> **Local overrides (read this first).** Before following any instruction below, check whether `.claude/.local/skills/solve/overrides.md` exists. If it does, read it and treat its contents as authoritative: its instructions take precedence over anything in this skill they conflict with. This is the supported way to tailor `/solve` without forking it — `overrides.md` lives under `.claude/.local/`, which `sequant update` and `sync` never overwrite.
# /solve — Deprecated Alias for /assess
**This command has been merged into `/assess`.** Use `/assess` instead.
## Deprecation Notice
When invoked as `/solve <issue-numbers>`, display this notice:
```
⚠ /solve is deprecated — use /assess instead.
/assess now includes workflow recommendations alongside health checks.
Running /assess for you...
```
Then **immediately execute the full `/assess` workflow** for the provided issue numbers, following the assess SKILL.md instructions exactly.
## Behavior
`/solve` is functionally identical to `/assess`. The only difference is the deprecation notice shown before the assessment output.
- `/solve 152` → Shows deprecation notice, then runs `/assess 152`
- `/solve 152 153` → Shows deprecation notice, then runs `/assess 152 153`
## Migration
```
# Before (deprecated):
/solve 152
# After (preferred):
/assess 152
```
## Comment Format
When persisting to issue comments, use the new `assess:` marker format:
```html
<!-- assess:phases=spec,exec,qa -->
<