with one click
with one click
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | Platform Audit |
| department | pathfinder |
| description | Platform guideline compliance audit across iOS, Android, and web |
| version | 1 |
| triggers | ["iOS","Android","HIG","Material Design","platform","guideline","compliance","app review","App Store","Play Store"] |
Evaluate a proposed feature or existing implementation against platform-specific guidelines (iOS Human Interface Guidelines, Material Design 3, Web Content Accessibility Guidelines) and produce a compliance report with specific violations and remediation steps.
Determine which platforms the feature targets. For cross-platform projects, note the framework (React Native, Flutter, Capacitor) and assess whether it provides native-feeling UI by default or requires platform-specific overrides.
If targeting iOS, check against key Human Interface Guidelines:
If targeting Android, check against Material Design 3:
If targeting web, check:
For multi-platform features, verify:
Flag any patterns known to trigger review rejection:
# Platform Audit Report
## Platforms Evaluated
[iOS | Android | Web | All]
## Compliance Summary
| Platform | Pass | Warn | Fail | Score |
|----------|------|------|------|-------|
| iOS | N | N | N | X/10 |
| Android | N | N | N | X/10 |
| Web | N | N | N | X/10 |
## Findings
### [FAIL] [Platform] — [Finding Title]
**Guideline:** [Specific guideline reference]
**Issue:** [What's wrong]
**Remediation:** [Specific fix]
**Effort:** [Low/Medium/High]
### [WARN] [Platform] — [Finding Title]
**Guideline:** [Specific guideline reference]
**Issue:** [What's suboptimal]
**Recommendation:** [Suggested improvement]
## App Store Risk Assessment
- [Risk and mitigation]
## Cross-Platform Notes
- [Consistency observation]