From lumar-analytics
Review Lumar Analyze remediation tasks — list active tasks across an account or project, prioritise by deadline and severity, and flag overdue or stale work. Use this skill whenever someone asks "what tasks do I have open?", "show me the SEO backlog", "what's assigned to <person>?", "any tasks due this week?", or wants a prioritised view of remediation work. Also trigger when users want to clean up the task list and decide what to tackle next.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lumar-analytics:analyze-task-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface Analyze remediation tasks (project- or account-scoped), prioritise them, and call out anything overdue, deadline-imminent, or unassigned.
Surface Analyze remediation tasks (project- or account-scoped), prioritise them, and call out anything overdue, deadline-imminent, or unassigned.
This skill is read-only. The Lumar MCP server exposes task creation (via analyze-report-deep-dive → analyze_create_report_task) but not task updates. Status, priority, assignee, and deadline changes happen in the Lumar dashboard.
project or account. Default account when the user asks "what's on my plate" without naming a project.scope=project. Account name when scope=account (auto-pick if single).Backlog, ToDo, InProgress, Testing, Done. Default: all active.Critical, High, Medium, Low, Note.true (excludes tasks with fixedAt set). Set false only when the user explicitly wants the full history.lumar_get_me → Analyze-entitled account (auto-pick if single, ask if multiple).scope=project, analyze_list_projects with query to resolve projectId.analyze_list_tasks with:
projectId (project scope) or accountId (account scope; omit to auto-resolve).activeOnly, status, priority, query (substring on title), segmentId as supplied.limit: 100 to minimise pagination on review-style use.If pagination.has_next_page, mention the cap and offer to page further only if the user asks.
Sort and bucket the returned tasks:
deadline < now and status != "Done".deadline within next 7 days.priority in (Critical, High) with no deadlineAt. Flag for assignment.status: "InProgress" with updatedAt > 14 days ago (if returned). Suggest a status check.assignees empty.Apply assignee filter (if given) before bucketing — match against assignees[].email or display name.
Each task carries reportTemplate.code + the saved filter rules. Where useful, name the report in plain English (e.g. "duplicate_pages → Duplicate pages report on crawl ") so the user remembers what each task is about. If identified is set, include the count.
Markdown:
activeOnly=true by default — completed tasks (fixedAt set) are excluded. Switch off only when the user wants history.priority: ["Critical", "High"] + a short window unless the user explicitly wants everything.segmentId filter only matters for projects with segments enabled; passing it to a project without segments narrows results to nothing.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub deepcrawl/lumar-plugins --plugin lumar-analytics