app-review
Installation
SKILL.md
App review
Purpose
Find concrete risks and inconsistencies before release.
Procedure
- Identify application type and deployment target.
- Read relevant project documentation.
- Inspect authentication and authorization.
- Inspect secrets and configuration handling.
- Check common web security risks.
- Check SEO and crawlability where applicable.
- Check AI discoverability and machine-readable documentation where applicable.
- Check accessibility and core user paths for UI applications.
- Compare documentation with actual behavior.
- Run available tests, lint, typecheck, and builds.
- Produce a prioritized factual report.