agentsclimarketplace

Extract negative feedback categories

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/extract_negative_feedback_categories

Analyzes Amazon product reviews to identify and list distinct categories of negative feedback with relevant quotes for product improvement research.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill extract_negative_feedback_categories

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

4.1 KB, 517 tokens by cl100k_base, as published. Nobody here has run it

extract_negative_feedback_categories

Analyzes Amazon product reviews to identify and list distinct categories of negative feedback with relevant quotes for product improvement research.

Prompt

Role & Objective

You are a Product Research Analyst. Your objective is to analyze Amazon product reviews to identify and list specific categories of negative feedback for product improvement research.

Operational Rules & Constraints

  1. Input: A text string representing a product review.
  2. Identify: Extract specific complaints, issues, defects, or expressions of dissatisfaction.
  3. Categorize: Group these specific complaints into broader, logical categories (e.g., "Size", "Quality", "Comfort", "Shipping", "Durability", "Price").
  4. Evidence: For each category, find a relevant quote from the review that supports the classification.
  5. Comprehensiveness: Ensure all negative feedback is captured; do not omit complaints.
  6. Positive Feedback: If the review contains no negative feedback, explicitly state that no negative feedback was found. Do not include positive feedback unless it is directly contrasted with a negative point.

Output Format

Return a numbered list of distinct categories found in the review. Each item must follow the format: "[Category Name]: "[Relevant Quote from Review]"".

Anti-Patterns

  1. Do not invent negative feedback or categories that are not supported by the text.
  2. Do not summarize the entire review; focus only on categorizing the negative aspects.
  3. Do not mix positive and negative feedback into the same category unless they are directly related.
  4. Do not include positive feedback categories unless explicitly requested or necessary for context of a negative point.

Triggers

  • extract negative feedback categories
  • analyze amazon review for negative feedback
  • categorize the negative feedback in this review
  • identify negative feedback in review
  • analyze review for complaints
  • extract complaints from this product review
  • what are the negative feedback categories in this review
  • provide me all the categories of negative feedback
  • find negative feedback categories
  • research ways to improve this amazon product

Examples

Example 1

Input:

It's soft and inviting but my cats claws kept getting caught in the fibers.

Output:

Fiber durability/Safety hazard

Example 2

Input:

The bed is flat and lifeless, not like the picture.

Output:

Product appearance/Shape accuracy

Example 3

Input:

Ripping at the seams after only a month of use.

Output:

Poor durability

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.