content-moderation-api

Detect missing content moderation integrations in iOS/macOS apps with user-generated content.

13|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/cruisediary/apple-app-review-skills --skill content-moderation-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-moderation-api
Source: https://github.com/cruisediary/apple-app-review-skills/tree/main/skills/ugc/content-moderation-api
Command: npx skills add https://github.com/cruisediary/apple-app-review-skills --skill content-moderation-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Detects absence of a content moderation service integration for apps that accept user-uploaded media or posts, ensuring timely responses to content reports and compliance with guideline 1.2.

Core Features & Use Cases

  • Checks for moderation backend integration in iOS/macOS apps and ensures coverage across all UGC vectors (images, video, text).
  • Enforces presence of post-publication reporting workflows or pre-publication screening to meet guideline 1.2 requirements.
  • Provides actionable guidance to add moderation endpoints, workflows, and monitoring to improve reviewer pass rates.

Quick Start

Integrate a content moderation backend and wire it to your user-generated content workflow to automatically screen uploads.

Frequently Asked Questions about content-moderation-api

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

FAQPage Schema
How do I detect missing content moderation integrations in my iOS app?

To detect missing content moderation integrations, scan your iOS or macOS project for user-generated content workflows that lack a backend moderation service for screening uploads or handling post-publication reports.

What is needed to comply with App Store guideline 1.2 for user-generated content?

Compliance with App Store guideline 1.2 requires integrating a content moderation service that provides pre-publication screening for uploaded media, enforces post-publication reporting workflows, and includes reachable contact methods for content issues.

Does content moderation screening cover both images and text posts in macOS projects?

Content moderation screening covers all user-generated content vectors in macOS projects, including images, videos, and text posts, verifying that backend moderation endpoints are wired to every upload workflow.

How do I add post-publication reporting workflows for UGC uploads?

Adding post-publication reporting workflows involves wiring a moderation backend to your user-generated content upload paths, enabling automatic screening and providing actionable guidance to monitor and respond to content reports.

When do I need pre-publication screening versus post-publication moderation for my app?

You need pre-publication screening to block policy-violating uploads before they go live, and post-publication moderation to handle user reports, ensuring full coverage across all UGC vectors to satisfy guideline 1.2.