Linear Cleanup banner
Elnora-AI Elnora-AI

Linear Cleanup

Security community

Description

--- name: linear-cleanup description: Audit Linear issues for problems (missing labels, stale, duplicates, wrong state, orphaned, unactionable) and propose fixes argument-hint: "<scope: all | team key | project name>" allowed-tools: Bash, AskUserQuestion, Read --- # Linear cleanup Audit Linear issues in **{{scope}}** and propose fixes. Walks six checks, summarizes findings, and asks per-category before any mutation. All `elnora-linear` mutations default to dry-run — explicit `--yes` is require

Installation

Installs to ~/.claude/skills/elnora-ai-elnora-linear-linear-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-elnora-linear-linear-cleanup && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/elnora-linear/HEAD/commands/linear-cleanup.md -o ~/.claude/skills/elnora-ai-elnora-linear-linear-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository