Agent skill
commerce-warranties
Manage warranties and claims. Use when running `stateset-warranties` or handling warranty/RMA flows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-warranties
SKILL.md
Commerce Warranties
Track warranty coverage and process claims.
How It Works
- Create warranties for orders or products.
- Submit claims with issue details.
- Approve or deny claims and record resolution.
- Report warranty status and costs.
Usage
- CLI:
stateset-warranties ... - Writes require
--apply. - MCP tools:
list_warranties,create_warranty,create_warranty_claim,approve_warranty_claim.
Output
{"status":"approved","claim_id":"claim_123","resolution":"replace"}
Present Results to User
- Warranty or claim identifiers and status.
- Resolution details (repair, replace, refund).
- Any follow-up actions required.
Troubleshooting
- Warranty expired: confirm coverage dates.
- Claim already exists: show the open claim.
References
- references/warranties-flow.md
- /home/dom/stateset-icommerce/cli/.claude/agents/warranties.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?