Drag delete
Delete Tempo Cloud worklogs with Drag. Use when the user explicitly asks to preview or delete one or more worklogs by numeric ID.From its SKILL.md
npx -y skills add treramey/drag --skill drag-deleteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 339 tokens by cl100k_base, as published. Nobody here has run it
drag delete
Shared Drag rules
- Run
drag doctorwhen configuration state is uncertain. Never print credential values. - Prefer explicit structured output for automation. Use
drag --output json, or NDJSON only withlist. - Inspect unfamiliar arguments with
drag <command> --helpand inspect the machine contract withdrag schema. - Use
drag setup --from-env --dry-runto validate unattended configuration without writing it. - Preview mutations with
--dry-run; execute them only when the user's request explicitly authorizes the change. - Successful JSON uses
{"ok":true,"data":...}. Errors use{"ok":false,"error":{...}}on stderr.
Delete one or more worklogs.
Usage
Usage: drag delete [OPTIONS] [WORKLOG_IDS]...
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
<worklog_ids> | conditional | — | Numeric Tempo worklog IDs |
--json | no | — | Raw input JSON, or '-' to read it from stdin |
--dry-run | no | false | Show what would be deleted without changing Tempo |
Destructive-operation policy
delete permanently removes Tempo worklogs and a multi-ID deletion is not atomic. First run the exact IDs with --dry-run. Execute without --dry-run only when the user explicitly authorizes deleting those IDs. Never infer IDs from position or stale output.
Inspect the contract
drag delete --help
drag schema
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.