Agent skill
commerce-returns
Handle returns, refunds, and exchanges. Use when running `stateset-returns`, `stateset-direct returns`, or creating return flows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-returns
SKILL.md
Commerce Returns
Process returns from request through approval and refund.
How It Works
- Locate the order and create a return request.
- Approve or reject the return based on policy.
- Receive items and trigger refund or exchange.
- Update inventory as needed.
Usage
- CLI:
stateset-returns ...orstateset-direct returns <action> - Writes require
--apply. - MCP tools:
list_returns,get_return,create_return,approve_return,reject_return.
Output
{"status":"approved","return_id":"rma_123","refund_amount":79.99}
Present Results to User
- Return status, reasons, and refund/exchange details.
- Inventory adjustments made.
- Any customer-facing next steps.
Troubleshooting
- Return not eligible: verify policy window and status.
- Refund mismatch: confirm totals and fees.
References
- references/returns-flow.md
- /home/dom/stateset-icommerce/cli/.claude/skills/commerce-returns/SKILL.md
- /home/dom/stateset-icommerce/examples/workflows.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?