Borrowing it
Nothing to install: this file belongs to TwoFeetUp/clickup-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/TwoFeetUp/clickup-mcp/main/.claude/commands/review-design.mdgit clone --depth 1 https://github.com/TwoFeetUp/clickup-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/twofeetup/clickup-mcp/review-design)<a href="https://agentmods.dev/commands/twofeetup/clickup-mcp/review-design"><img src="https://agentmods.dev/badge/commands/twofeetup/clickup-mcp/review-design.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00407 |
| Opus 5 | $0.00000 | $0.00204 |
| Sonnet 5 | $0.00000 | $0.00081 |
| Haiku 4.5 | $0.00000 | $0.00041 |
Grade A, and why
review-design 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 5d 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.
What it actually says
Review Tool Design
Review MCP tool implementations against AI-first design principles.
Instructions
- Read
MCP_DESIGN_PRINCIPLES.mdfirst - Analyze the specified tool or all tools if not specified: $ARGUMENTS
Review Checklist
User Intent First
- Tool name describes user intent, not API operation
- Description helps AI understand when to use this tool
- Common use cases can be accomplished in a single tool call
Reduced Decision Complexity
- Related operations consolidated (not separate get/update/delete tools)
- Action-based routing for multiple operations
- Clear parameter distinctions (no confusing overlaps)
Natural Language Friendly
- Supports flexible identification (ID, name, custom ID)
- Date parameters accept natural language ("tomorrow", "next week")
- Parameters use semantic names (not internal API terminology)
Rich Contextual Results
- Returns helpful message with results
- Includes metadata (counts, date ranges)
- Supports detail level selection (minimal/standard/detailed)
- Optimizes token usage (field selection, pagination)
Performance
- Minimizes API calls per tool invocation
- Uses caching where appropriate
- Supports pagination for large results
- Handles rate limiting gracefully
Report Format
For each tool reviewed, report:
- Tool Name:
- Score: (1-5 stars)
- Strengths: What's done well
- Issues: Design violations found
- Recommendations: Specific improvements
Files to Check
- Tool schemas:
src/tools/*/consolidated-tools.ts,src/tools/*-tools.ts - Handlers:
src/tools/*/consolidated-handlers.ts,src/tools/*-handlers.ts - Response formatting:
src/utils/response-formatter.ts
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.
- 5d ago First seen · 53 lines · 0 tokens per session scan A 437d5d8d973c
review-design is a command published in the GitHub repository TwoFeetUp/clickup-mcp (0 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 407 tokens. 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-09-01.
Other commands, from other repositories
sdd-init
Initialize SDD context — detects project stack and bootstraps persistence backend.
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
init
Install the formatters this repository needs, with every command visible before it runs.
review-sdk-app
Review and validate a Claude Agent SDK application against best practices.
repo-audit
Audit a codebase (local or remote GitHub/GitLab) against architecture principles and requirements, surfacing drift, risk, and missing decisions.
security-review
AI-powered security review of the current git diff (or specified paths). Dispatches the security-reviewer agent and prints findings grouped by severity.