Appstore review cs
Skill 2sem/mobile-team-skills/plugins/mobile-team-skills/skills/appstore-review-cs
Use when the cs agent needs to fetch App Store reviews or submit responses through the App Store Connect customer review workflow.From its SKILL.md
npx -y skills add 2sem/mobile-team-skills --skill appstore-review-csAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
Appstore Review CS
Use the external App Store skill installed at ~/.config/opencode/skills/appstore.
Workflow
- Get the numeric app ID if needed:
getappid {bundle_id} - Fetch reviews:
reviews {app_id} {count?} - If a last report date is provided, exclude reviews dated before that date from the report
- Submit a response:
response {review_id}
Requirements
- Use the external
appstoreskill for command execution details and auth setup. - Always include the Review ID when reporting actionable feedback to the reporter agent.
- Preserve review categorization: Bug, Feature Request, Question, Praise, Complaint.
- When producing a review report, include only reviews dated on or after the last report date if one is provided.
Example
getappid com.2sem.wherewego
reviews 1234567890 5
response 00000046-ea46-3002-cf40-2d5b00000000
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.