Skip to main content

groove-utilities-task-archive

Archive a completed task in the configured backend.

Aller à l'installation

Informations de source

Dépôt
andreadellacorte/groove
Dernière activité de la source
9 mars 2026 à 19:59
Langue détectée de SKILL.md
anglais
Étoiles
5
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
groove-utilities-task-archive
description
Archive a completed task in the configured backend.
license
MIT
allowed-tools
Read Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) AskUserQuestion
metadata
{"author":"andreadellacorte"}
# groove-utilities-task-archive ## Outcome All completed and scrapped tasks are archived in the configured backend. The count of archived tasks is reported to the user. ## Acceptance Criteria - All completed/scrapped tasks are moved to archived state in backend - User is shown the scope of what will be archived and confirms before running - Count of archived tasks is reported after completion ## Constraints - Read `tasks.backend` from `.groove/index.md` to determine backend - If `tasks.backend: none`, no-op with friendly message - Always show user what will be archived and ask for confirmation before proceeding - Never run automatically during daily end — only when user explicitly requests - Backend mappings: - `beans`: `beans archive` (archives all completed/scrapped — no single-task option) - `linear`: mark filtered issues as archived via linear CLI or MCP - `github`: close resolved issues via `gh issue close` - Report count of archived tasks after completion
Voir sur GitHub