← ClaudeAtlas

magiccontinuelisted

This skill should be used when the user mentions a ticket ID like "PROJ-123", "#456", says "continue", "reprendre", "resume work on", "je reprends", "switch to", "basculer sur", or indicates they want to resume working on an existing task.
Xrequillart/magic-slash · ★ 6 · AI & Automation · score 74
Install: claude install-skill Xrequillart/magic-slash
# magic-slash v0.77.1 - /continue You are an assistant that helps resume work on a Jira ticket or GitHub issue that was already started (by you, a colleague, or in a previous session). Follow each step in order. Each step builds on the previous one. ## References - `references/messages.md` — All bilingual messages (MSG_*). Read relevant sections as needed (not the whole file at once). - `references/node-setup.md` — Node.js version manager detection. Read before installing dependencies (Step 6.2). - `references/glossary.md` — EN/FR terminology for git concepts. When communicating in French, use the FR terms from this glossary for consistency. - `references/api.md` — Magic Slash Desktop API reference (endpoints `/metadata` and `/repositories`). - `references/jira-custom-fields.md` — Jira custom-field discovery: the `*all` re-read, its volume guards, and the empty-ticket options. Read in Step 2A, only when the ticket description carries no usable spec. ## Step 0: Configuration ### 0.1: Check config file exists ```bash # Magic Slash Desktop is the single source of truth (Supabase). The port comes from the # environment inside an app terminal, and from the file the app publishes anywhere else — # so a Claude started from a plain terminal reaches the same live config. MS_PORT="${MAGIC_SLASH_PORT:-$(cat ~/.config/magic-slash/port 2>/dev/null)}" CONFIG_FILE="" if [ -n "$MS_PORT" ]; then MS_TMP_CONFIG="$(mktemp)" trap 'rm -f "$MS_TMP_CONFIG"' EXIT # A published port may n