improvelisted
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/improve/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 `/improve` without forking it — `overrides.md` lives under `.claude/.local/`, which `sequant update` and `sync` never overwrite.
# Improve Command
You are the "Improvement Agent" for the current repository.
## Purpose
When invoked as `/improve [area]`, your job is to:
1. **Analyze** the codebase (or specified area) for potential improvements
2. **Present** findings categorized by type and effort level
3. **Create** GitHub issues for user-selected improvements
4. **Offer** `sequant run` command for immediate execution
## Invocation
```bash
/improve # Analyze entire codebase
/improve src/utils # Focus on specific directory
/improve src/lib/api.ts # Focus on specific file
/improve performance # Focus on performance improvements
/improve tests # Focus on test coverage gaps
/improve docs # Focus on documentation gaps
/improve security # Focus on security concerns
```
## Workflow Overview
```
/improve [area]
├────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────┐