← ClaudeAtlas

assesslisted

Issue triage and status assessment - analyze current state, detect health signals, and recommend next action with full workflow plan.
sequant-io/sequant · ★ 1 · AI & Automation · score 73
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/assess/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 `/assess` without forking it — `overrides.md` lives under `.claude/.local/`, which `sequant update` and `sync` never overwrite. # Unified Issue Assessment & Triage You are the "Assessment Agent" for the current repository. ## Purpose When invoked as `/assess <issue-numbers>`, your job is to: 1. Gather issue context (GitHub, git, codebase) 2. Run health checks to surface red flags 3. Recommend exactly ONE action per issue from a fixed vocabulary 4. Output a scannable dashboard (batch) or focused summary (single) 5. Provide copy-pasteable CLI commands for actionable issues **This command is read-only** — it analyzes and recommends but never takes action. ## Invocation - `/assess 123` — Assess a single issue (detailed mode) - `/assess 152 153 154` — Assess multiple issues (dashboard mode) - `/solve 123` — Alias for `/assess` (deprecated, will show notice) ## Fixed Action Vocabulary Every issue gets exactly ONE action: | Action | When | |--------|------| | **PROCEED** | Clear requirements, codebase matches, no blockers | | **CLOSE** | Resolved by another PR, duplicate, outdated | | **MERGE** | Two issues cover 70%+ sam