Skip to main content

groove-utilities-task-archive

Archive a completed task in the configured backend.

설치로 이동

소스 정보

저장소
andreadellacorte/groove
최근 소스 활동
2026년 3월 9일 19:59
감지된 SKILL.md 언어
영어
스타
5
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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
GitHub에서 보기