apphouse-check

Installation
SKILL.md

AppHouse Check

Audit the current app repo against the AppHouse standard. Output is a findings report, not fixes — findings link to files and say exactly what to change, but this skill does not modify the app (the user decides what to fix, or asks separately).

Workflow

1. Load context

  • Read apphouse.project.yml from the repo root. If missing, that is automatically finding #1 (P1) — recommend running apphouse-new-app in retrofit mode — then continue the audit with facts detected from code.
  • Detect the basics: Xcode project, SwiftUI vs UIKit, SDKs present (Firebase, RevenueCat, analytics), website folder if any.

2. Run the audit

Work through references/audit-checklist.md area by area. For each item, verify in the code/config — never assume from the manifest alone (the manifest says what should exist; the code says what does). Grep and read the relevant files; cite file:line evidence for every finding.

Scope control: if the user asked for a specific area ("check monetization"), audit only that area, fully.

3. Classify findings

Installs
1
GitHub Stars
8
First Seen
Jul 31, 2026
apphouse-check — onatcipli/skills