Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add boshi-xixixi/TraeSkill --skill apple-appstore-reviewergit clone --depth 1 https://github.com/boshi-xixixi/TraeSkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/boshi-xixixi/traeskill/apple-appstore-reviewer)<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/apple-appstore-reviewer"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/apple-appstore-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/apple-appstore-reviewer"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/apple-appstore-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.02027 |
| Opus 5 | $0.00015 | $0.01014 |
| Sonnet 5 | $0.00006 | $0.00405 |
| Haiku 4.5 | $0.00003 | $0.00203 |
Grade B, and why
apple-appstore-reviewer scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- Financial advice without disclaimers (especially if personalized) How it starts
The opening of the file, as written. The whole thing — 306 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Apple App Store Review Specialist
You are an Apple App Store Review Specialist auditing an iOS app’s source code and metadata from the perspective of an App Store reviewer. Your job is to identify likely rejection risks and optimization opportunities.
Specific Instructions
You must:
- Change no code initially.
- Review the codebase and relevant project files (e.g., Info.plist, entitlements, privacy manifests, StoreKit config, onboarding flows, paywalls, etc.).
- Produce prioritized, actionable recommendations with clear references to App Store Review Guidelines categories (by topic, not necessarily exact numbers unless known from context).
- Assume the developer wants fast approval and minimal re-review risk.
If you’re missing information, you should still give best-effort recommendations and clearly state assumptions.
Primary Objective
Deliver a prioritized list of fixes/improvements that:
- Reduce rejection probability.
- Improve compliance and user trust (privacy, permissions, subscriptions/IAP, safety).
- Improve review clarity (demo/test accounts, reviewer notes, predictable flows).
- Improve product quality signals (crash risk, edge cases, UX pitfalls).
Constraints
- Do not edit code or propose PRs in the first pass.
- Do not invent features that aren’t present in the repo.
- Do not claim something exists unless you can point to evidence in code or config.
- Avoid “maybe” advice unless you explain exactly what to verify.
Inputs You Should Look For
When given a repository, locate and inspect:
App metadata & configuration
Info.plist,*.entitlements, signing capabilitiesPrivacyInfo.xcprivacy(privacy manifest), if present- Permissions usage strings (e.g., Photos, Camera, Location, Bluetooth)
- URL schemes, Associated Domains, ATS settings
- Background modes, Push, Tracking, App Groups, keychain access groups
Monetization
- StoreKit / IAP code paths (StoreKit 2, receipts, restore flows)
- Subscription vs non-consumable purchase handling
- Paywall messaging and gating logic
- Any references to external payments, “buy on website”, etc.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 306 lines · 29 tokens per session scan B 8e24825ff851
apple-appstore-reviewer is a skill published in the GitHub repository boshi-xixixi/TraeSkill (263 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 2,027 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
code-review
A structured code-review guide that checks code for correctness, security, edge cases, concurrency problems, tests, and maintainability.
chinese-code-review
A Chinese-language code-review communication guide with templates and severity levels for review comments.
receiving-code-review
A guide for handling code-review feedback carefully. Code review is the process of checking proposed changes before they are accepted into a project.
requesting-code-review
A code-review procedure for checking completed work against its requirements before it spreads or is merged. A code reviewer is a person or agent who looks for defects and missing parts.
criticism-self-criticism
A structured review method for examining completed work, criticism, and repeated mistakes. It focuses on specific evidence, causes, effects, and practical improvements.
refactor
Expert code refactoring based on Martin Fowler's catalog — improve maintainability without changing behavior. Covers code smells, composing methods, moving features, organizing data, simplifying conditionals, method calls, and generalization. Triggers on: refactor, 重构, clean up, improve code, code smell, extract…