Install
$ agentstack add skill-maroffo-claude-forge-clickup ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ABOUTME: ClickUp MCP integration for task management and workflow automation
ABOUTME: Task CRUD, comments, time tracking, workspace hierarchy, search
ClickUp MCP Integration
Critical Rules
- ALL content in English - task names, descriptions, comments
- Never guess IDs - always search or ask
- Read before update - understand current state
- Check comments - automation adds branch names, CI links
Quick Reference
# Search → Get → Update flow
clickup_search → keywords: "task name"
clickup_get_task → task_id: "abc123"
clickup_update_task → task_id, status: "in progress"
clickup_get_task_comments → task_id (check for branch name)
clickup_create_task_comment → task_id, comment_text: "..."
All tools available via MCP: clickup_* prefix. See tool schemas for parameters.
Key: Always search before creating. Never guess IDs. create_task requires list_id - ask user.
Workflow: Starting a Task
- Search:
clickup_search→ keywords - Get details:
clickup_get_task→ task_id - Check comments:
clickup_get_task_comments→ find branch name - Update status:
clickup_update_task→ status: "in progress" - Create branch using name from comment
Workflow: Completing a Task
- Add comment:
clickup_create_task_comment→ "Completed. MR: https://..." - Update status:
clickup_update_task→ status: "ready for review"
Git Integration
Branch format from automation: /_CU-
Example: feature/user-auth_CU-abc123
- Task created → automation adds branch comment
- Read comment → get branch name
- Work & commit → reference task ID
- Create MR → link to task
- Update status → "ready for review" → "complete"
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: maroffo
- Source: maroffo/claude-forge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.