app-review-analyzer

Analyze app store review CSV data to generate rating distribution, trend, and version feedback reports.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill app-review-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-review-analyzer
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/app-review-analyzer
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill app-review-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, matplotlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the analysis and visualization of app store review CSV data, providing insights into user sentiment, trends, and version-specific feedback.

Core Features & Use Cases

  • Data Analysis: Analyzes CSV data for rating distribution, temporal trends, and version-specific performance.
  • Visualization: Generates charts for rating distribution, monthly trends, and version ratings.
  • Keyword Extraction: Identifies key themes in positive and negative reviews.
  • Use Case: Upload your app store reviews CSV to understand user satisfaction, identify bugs in specific app versions, and track how app quality changes over time.

Quick Start

Analyze the attached app reviews CSV file and provide a summary report.

Frequently Asked Questions about app-review-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze app store reviews from a CSV file?

To analyze app store reviews from a CSV file, this Skill processes the data using pandas to generate visualizations for rating distribution, temporal trends, and version-specific feedback. It also performs data validation and keyword extraction.

Can I visualize app rating trends over time using matplotlib?

Yes, you can visualize app rating trends over time using matplotlib. This Skill generates charts for monthly trends and version ratings, allowing you to track how app quality and user satisfaction change across different release periods.

What is the best way to extract keywords from positive and negative user feedback?

The best way to extract keywords from positive and negative user feedback is to use this Skill's built-in keyword extraction feature. It analyzes your app reviews CSV data to identify key themes in user comments, helping you isolate bugs and track satisfaction.

Does this app review analyzer require data validation before processing CSV data?

Yes, the app review analyzer supports data validation before processing CSV data. The Skill validates your app store review inputs to ensure they are formatted correctly before generating reports and visualizations with pandas and matplotlib.

How do I identify bugs in specific app versions from user reviews?

To identify bugs in specific app versions from user reviews, this Skill analyzes version-specific performance and feedback within your CSV data. It isolates negative reviews and extracts keywords related to particular versions to highlight potential issues.

Do I need pandas and matplotlib to generate app review visualizations?

Yes, you need pandas and matplotlib installed to generate app review visualizations. This Skill depends on pandas for data manipulation and matplotlib to render the charts for rating distribution and temporal trends.