testing-clickup-cli

A test guide and manager for clickup-cli, a command-line tool for ClickUp, covering isolated unit tests and end-to-end tests against a real ClickUp workspace.

In plain words
What is it for?
Use it to run unit tests, select specific test folders or names, execute real-API end-to-end tests, and prepare their ClickUp test workspace.
Why use it?
It provides the commands, test fixtures, and environment requirements needed to run the project's tests consistently.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/krodak/clickup-cli/testing-clickup-cli
Any agent
npx skills add krodak/clickup-cli --skill testing-clickup-cli
Clone the repo
git clone --depth 1 https://github.com/krodak/clickup-cli

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,262 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00054 $0.01262
Opus 5 $0.00027 $0.00631
Sonnet 5 $0.00011 $0.00252
Haiku 4.5 $0.00005 $0.00126

Measured 2d ago against content hash f2215b4ad365, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

testing-clickup-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/testing-clickup-cli/SKILL.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Test Suite Overview

Suite Command Files What it tests
Unit npm test tests/unit/**/*.test.ts All commands, API client, formatters, config. Mocks ClickUpClient.
E2E npm run test:e2e tests/e2e/**/*.e2e.ts Real API calls against a live ClickUp workspace.

Unit tests run in CI. E2E tests require CLICKUP_API_TOKEN in .env.test and are not part of CI.

Running Tests

npm test                          # all unit tests
npm test -- tests/unit/commands/  # just command tests
npm test -- -t "sprint"           # filter by test name
npm run test:e2e                  # e2e tests (needs .env.test)

The unit test global setup runs npm run build before tests start.

E2E Test Workspace

Tests run against the personal ClickUp workspace (profile: personal).

Space: E2E Tests (90166622768)

Pre-populated with test fixtures:

Fixture What it contains
Sprints folder 3 sprint lists with (M/DD - M/DD) date ranges. Sprint 2 is "current".
Backlog list General tasks for CRUD testing. E2E lifecycle tests create/delete tasks here.
Tasks 11 tasks with varied statuses, priorities, assignees, due dates, tags.
Subtasks 3 subtasks under "Implement user authentication".
Checklist "CI Steps" with 5 items (3 resolved).
Tags backend, frontend, security, design, bug.
Comments 2 comments on the auth task.
Dependencies "Design landing page" depends on "Set up CI pipeline".
Overdue task "Fix login redirect bug" in Sprint 1 with past due date.

Read the full file on GitHub · 132 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 132 lines · 54 tokens per session scan A f2215b4ad365

Subscribe to this mod's changes

testing-clickup-cli is a skill published in the GitHub repository krodak/clickup-cli (115 stars, last pushed 2d ago), licensed MIT. It adds 54 tokens to every session and 1,262 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

clickup-cli

ClickUp CLI for managing tasks, sprints, comments, statuses, Docs, and archiving. Use when the user needs to interact with ClickUp — creating/editing/archiving tasks, checking sprint status, adding comments, linking PRs, managing Docs and pages, or searching tasks. Includes a generic clickup api passthrough covering…

triptechtravel/clickup-cli · 90 tokens

ClickUp Automation

Automate ClickUp workspace management, task workflows, time tracking, and team productivity.

claude-office-skills/skills · 20 tokens

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

setup-matt-pocock-skills

Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

mattpocock/skills · 44 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens