Review a dygo Business App for framework conventions, model quality, access control, SDK boundaries, observability, and safe lifecycle behavior. Use for App audits and pre-merge reviews, not ordinary implementation.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add hapyco/dygo --skill dygo-app-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dygo App Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hapyco-dygo-app-review)More formats (shields.io, HTML) on the badges page.
---
name: dygo-app-review
description: Review a dygo Business App for framework conventions, model quality, access control, SDK boundaries, observability, and safe lifecycle behavior. Use for App audits and pre-merge reviews, not ordinary implementation.
---
# dygo App Review
Review the App as business software, not only as source code.
## Review Order
1. Confirm App ownership and directory shape.
2. Review Entity identity, Fields, Collections, names, routes, indexes, and constraints.
3. Review roles and server-side Permissions.
4. Review Hook transaction boundaries and Job durability.
5. Review Fixtures, Patches, and migration safety.
6. Review SDK usage and reject imports from framework `internal/` packages.
7. Review Logs, failure states, and operator visibility.
8. Review Studio consistency and avoid unnecessary custom surfaces.
## Finding Standard
- Report only behavior with concrete evidence and impact.
- Separate defects from optional improvements.
- Point to the canonical dygo contract that the App violates.
- Prefer the smallest correction that restores the framework convention.
- Do not demand speculative abstractions, universal test coverage, or unsupported future features.
- Treat missing access enforcement, unsafe data transitions, and silent durable-work failures as high-risk findings.
Use validation and focused tests when needed to confirm a finding. Do not mutate the App during a read-only review.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
Use when implementing a user- or reviewer-prescribed code change (including review comments with suggested fixes or options), especially when the requested edit may be risky, incomplete, ambiguous, or misaligned with TiDB correctness and compatibility constraints.