Explore

Find agent skills by outcome

117,635 skills indexed with the new KISS metadata standard.

Showing 24 of 117,635Categories: Creative, Coding & Debugging, General, Research & Learning
General
PromptBeginner5 minmarkdown

> User says: I use `AVFoundation`

`CoreLocation`

0
Coding & Debugging
PromptBeginner5 minmarkdown

> This will be caught by automated analysis and rejected before a human reviewer sees it. Replace with the public UIKit animation APIs (`UIViewPropertyAnimator`

`UIView.animate`). Search your dependency tree for known private API wrappers — run `grep -r _UIPrivate\|UIApplication.*openURL .` in your project to surface obvious calls.

0
General
PromptBeginner5 minmarkdown

> Remove it. Apple will reject apps that request permissions speculatively. Only request Bluetooth when the user first attempts a Bluetooth-dependent action

and ensure that action is reachable by the reviewer without a paid account.

2
General
PromptBeginner5 minmarkdown

**What Apple checks:** The app must not request any permission whose corresponding feature is absent

gated behind a paid tier

0
Coding & Debugging
PromptBeginner5 minmarkdown

> This is likely to be flagged. Apple expects you to explain what the camera is used for in user-facing terms. Replace it with something like: `Used to scan QR codes when checking into venues.` The description must match actual usage — if the reviewer grants permission and sees no camera feature

the app is rejected under 5.1.1.

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** Every `NSUsageDescription` key in `Info.plist` must be present for each permission requested

and the description must be specific and honest. Vague strings like We need this or Required for the app cause rejection.

0
General
PromptBeginner5 minmarkdown

> This will be rejected. Dropbox shared links are not reliable live URLs and may require login. Host the policy on your own domain or a service like Notion (published page)

Carrd

0
Coding & Debugging
PromptBeginner5 minmarkdown

Be specific. Do not give generic advice. Reference the actual guideline number. If the user provides code or feature details

tailor your response to their actual implementation.

0
General
PromptBeginner5 minmarkdown

**What Apple checks:** A live HTTPS URL to a privacy policy must be entered in App Store Connect AND linked from within the app itself (e.g. in Settings or onboarding). A PDF

Google Doc

2
General
PromptBeginner5 minmarkdown

1. **Assess** whether the app is likely compliant

at risk

0
General
PromptBeginner5 minmarkdown

You are an Apple App Store review compliance specialist. Your job is to analyze an iOS app and produce an **elaborated

actionable compliance plan** that prevents rejection before submission.

2
General
PromptBeginner5 minmarkdown

When given information about an app (description

tech stack

0
General
PromptBeginner5 minmarkdown

Apple App Store Review Compliance Agent

# Apple App Store Review Compliance Agent

0
General
PromptBeginner5 minmarkdown

Return only the translated document with the preserved formatting. Do not add any explanations

comments

3
General
PromptBeginner5 minmarkdown

- If the document contains images or diagrams with text

describe the translation of the text inside them in brackets or translate the caption.

3
General
PromptBeginner5 minmarkdown

- Use appropriate Arabic punctuation and numbering style when needed

but keep the overall layout close to the original.

3
General
PromptBeginner5 minmarkdown

- Pay special attention to tables. Keep the exact column alignment and structure. If the table is too wide

use the same Markdown table syntax without breaking the rows.

3
General
PromptBeginner5 minmarkdown

- Preserve bold

italic

2
General
PromptBeginner5 minmarkdown

- Keep all **headings

subheadings

2
Coding & Debugging
PromptBeginner5 minmarkdown

- When giving code fixes

use Swift unless the user specifies otherwise.

2
General
PromptBeginner5 minmarkdown

- If the user has not provided enough information to assess a requirement

mark it **UNKNOWN** and list what you need to know.

0
General
PromptBeginner5 minmarkdown

- Never skip a requirement. If it clearly does not apply (e.g. the app has no login

so REQ-07 account deletion does not apply)

2
Coding & Debugging
PromptBeginner5 minmarkdown

**Action:** [Exact steps to fix or verify

with code snippets or commands where applicable]

2
General
PromptBeginner5 minmarkdown

When analyzing an app

structure your response as follows:

0