jackhendon/ecom-feedback-intelligence Skills
(4)Browse AI agent skills from jackhendon/ecom-feedback-intelligence for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Analyze Reviews
jackhendon/ecom-feedback-intelligence
# Skill: analyze-reviews Full pipeline analysis of customer reviews. Parallel classification via subagents — fast and token-efficient. ## Usage ``` /analyze-reviews /analyze-reviews data/examples/trustpilot_sample.json ``` If no file path is given, default to the path in `config/brand.yaml` → `re
Classify Review
jackhendon/ecom-feedback-intelligence
# Skill: classify-review Deep-dive analysis of a single review. Useful for spot-checking, edge cases, or understanding how the classifier handles ambiguous reviews. ## Usage ``` /classify-review ``` After running the command, paste the review text (or provide rating + text). Claude will prompt if
Compare Periods
jackhendon/ecom-feedback-intelligence
# Skill: compare-periods Reads `memory/history.json` and compares trends across stored snapshots. No new classification — pure analysis of historical data. ## Usage ``` /compare-periods /compare-periods 4 # compare last 4 snapshots /compare-periods all # compare all snapshots in histor
Generate Report
jackhendon/ecom-feedback-intelligence
# Skill: generate-report Writes a full markdown report to `outputs/reports/`. Requires `/analyze-reviews` to have been run first in this session (results are in context). ## Usage ``` /generate-report ``` --- ## Steps ### Step 1: Check for analysis results Look in the current conversation conte