Review Management
Helps with code review, management as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-management npx -- -y @trustedskills/review-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
review-management
What it does
This skill enables AI agents to interact with app store review systems, allowing them to discover, install, and manage reviews for applications. It streamlines the feedback loop by automating the retrieval and handling of user ratings and comments directly within the agent's workflow.
When to use it
- Automating the collection of user feedback from multiple app stores into a central dashboard.
- Responding to negative reviews or thanking users for positive ratings without manual intervention.
- Analyzing review trends to inform future app development or marketing strategies.
- Triggering alerts when critical issues are flagged in recent user comments.
Key capabilities
- Discovery of available skills within the
eronred/aso-skillscollection. - Installation and configuration of the review management module.
- Integration with app store APIs to fetch real-time review data.
- Execution of predefined actions based on review sentiment or keywords.
Example prompts
- "Install the review-management skill from eronred/aso-skills and configure it for my latest iOS release."
- "Use the review-management tool to pull all 4-star reviews from the last week and summarize common praise points."
- "Set up an automated response workflow using review-management to address any negative feedback regarding login issues."
Tips & gotchas
Ensure you have appropriate API credentials for your target app stores before attempting to install or configure this skill, as access permissions are required to read or write reviews. Verify that the eronred/aso-skills repository is up to date, as review platform APIs frequently change their structures and authentication methods.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.