Archive Task banner
vishnu-77 vishnu-77

Archive Task

Productivity community

Description

--- description: Move settled fix rows (DONE / SKIPPED) out of backlog.md into backlog-archive.md to keep the backlog lean. argument-hint: "[FIX-NNN | all-done]" --- Keep `docs/backlog.md` lean by relocating settled rows. Markdown-only; never touches code, git, or tracker state. 1. Resolve targets: - `FIX-NNN` → that one row (must be `DONE` or `SKIPPED`; refuse otherwise). - `all-done` (or no arg) → every row whose status is `DONE`. 2. For each target, **move** (not copy) the task-table

Installation

Installs to ~/.claude/skills/vishnu-77-bugrabbit-archive-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vishnu-77-bugrabbit-archive-task && curl -fsSL https://raw.githubusercontent.com/vishnu-77/bugrabbit/HEAD/commands/archive-task.md -o ~/.claude/skills/vishnu-77-bugrabbit-archive-task/SKILL.md

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

Full documentation available on GitHub

View Source Repository