Diagnose a dygo Business App that does not validate, boot, route, render, authorize, migrate, or execute background work correctly. Use for evidence-first investigation rather than feature implementation.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add hapyco/dygo --skill dygo-app-debugging --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dygo App Debugging?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hapyco-dygo-app-debugging)More formats (shields.io, HTML) on the badges page.
---
name: dygo-app-debugging
description: Diagnose a dygo Business App that does not validate, boot, route, render, authorize, migrate, or execute background work correctly. Use for evidence-first investigation rather than feature implementation.
---
# dygo App Debugging
Find the failing boundary before you change code.
## Workflow
1. Reproduce the smallest observable failure.
2. Run `dygo doctor` or the narrow validator for that boundary.
3. Inspect resolved configuration, metadata identity, routes, generated runner wiring, and environment selection.
4. Inspect persisted Logs, Job Executions, schema state, and Records when runtime state is involved.
5. Trace the failure to App metadata, App code, public SDK behavior, framework runtime, Studio, or deployment configuration.
6. Report the cause and evidence. Do not implement a fix unless the user asked for one.
## Rules
- Redact database URLs, secrets, session values, and protected business data.
- Distinguish source metadata from persisted Core metadata.
- Distinguish `dygo serve` from `dygo worker` behavior.
- Distinguish current behavior from proposed documentation.
- Use `dygo entity show`, `entity graph`, `route resolve`, `access show`, `hook list`, and Job inspection when relevant.
- Do not reset or prune a database as a diagnostic shortcut.
Use focused verification after a fix. Expand checks only when the cause crosses subsystem boundaries.
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.