Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted CLI reference skill that excels at conciseness and actionability. Every section provides immediately executable commands with realistic examples. The main weakness is the lack of validation guidance for destructive operations like refunds and subscription cancellations, which could benefit from confirmation steps or error handling notes.
Suggestions
Add a brief note about confirming refund/cancellation operations or checking status after execution (e.g., 'Verify refund status: uni stripe refunds re_xxx')
Consider adding error handling guidance for common failure cases (invalid IDs, insufficient balance, etc.)
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely lean and efficient. No unnecessary explanations of what Stripe is or how payment processing works. Every line is actionable command syntax with minimal but sufficient context. | 3 / 3 |
Actionability | Fully executable commands throughout. Every section provides copy-paste ready CLI commands with realistic examples including IDs, amounts, and flags. No pseudocode or vague descriptions. | 3 / 3 |
Workflow Clarity | Commands are clearly organized by domain (payments, customers, invoices, etc.), but lacks validation checkpoints for potentially risky operations like refunds or subscription cancellations. No feedback loops for error handling. | 2 / 3 |
Progressive Disclosure | For a CLI reference skill of this scope (~80 lines), the flat structure with clear section headers is appropriate. Content is well-organized by feature area with no need for external file references. | 3 / 3 |
Total | 11 / 12 Passed |