一键导入
zuora-review
Review work for Zuora best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review work for Zuora best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate Credit Memos / Debit Memos migration implementation artifacts based on the plan
Produce Credit Memos / Debit Memos migration strategy, code inventory, and phases
This skill should be used when the user mentions "Zuora API", "Zuora SDK", "Zuora Billing", "Zuora Revenue", "Zuora CPQ", "Zuora Payments", "subscription billing", "invoice settlement", "zuora-mcp", "rate plan", "product rate plan charge", "order API", or discusses integration with Zuora systems. Do not activate for generic billing or subscription discussions that are not Zuora-specific.
Compose an importable Zuora Workflow JSON from a design or requirement
Design a Zuora Workflow-based solution
Generate legacy Zuora CPQ Apex, Visualforce, Component Library, zQuoteUtil, controller extension, or plugin-interface artifacts directly into a Salesforce DX repo
| name | zuora-review |
| description | Review work for Zuora best practices |
| argument-hint | ["file path or description of what to review"] |
| allowed-tools | ["Read","Glob","Grep","Bash","Agent","mcp__zuora-mcp__zuora_codegen","mcp__zuora-mcp__ask_zuora","mcp__zuora-mcp__query_objects"] |
Codex-only path resolution: When an instruction refers to ${CLAUDE_PLUGIN_ROOT}, treat it as the root of this installed plugin. In Codex, resolve that root as the ancestor directory containing skills/, references/, and .codex-plugin/.
You are reviewing Zuora-related implementation work for best practices, completeness, and correctness. This is broader than /zuora-validate — it evaluates the overall approach, not just individual code correctness.
What to review: $ARGUMENTS
Use local file reads and bundled references for implementation facts and baseline best practices. Use mcp__zuora-mcp__zuora_codegen for SDK/API-specific rules and mcp__zuora-mcp__query_objects only when tenant state matters to the review. Use mcp__zuora-mcp__ask_zuora only for a concrete product-behavior or best-practice judgment that remains unresolved after those sources.
Read the files or description. Determine what aspects to review:
Use MCP tools as needed:
mcp__zuora-mcp__ask_zuora — for unresolved product-level best-practice questions; prefer reading the bundled references (Step 3) first when they are likely to have the answer, but call earlier if the question is clearly qualitativemcp__zuora-mcp__zuora_codegen with code_rules — for SDK-specific patternsmcp__zuora-mcp__query_objects — to check tenant state if relevant to the reviewRead the relevant files from ${CLAUDE_PLUGIN_ROOT}/references/:
best-practices.md — always read for general Zuora best practicesapi-integration-patterns.md — for API integration reviewsworkflow-patterns.md — for workflow reviewsis-migration-patterns.md — for IS migration reviewsorder-migration-patterns.md — for Order API migration reviewsSummary: Overall assessment in 1-2 sentences
Strengths: What is done well (2-3 points)
Issues (prioritized by severity): For each issue:
Suggestions: Non-blocking improvements for consideration
Next steps: What to do after addressing the review findings