debug when a test, preview, deployment, route, or runtime path fails.
Debug skill
Use the debug skill to find and fix project failures.
Use
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Use the debug skill to find and fix project failures.
debug when a test, preview, deployment, route, or runtime path fails.
Use debug for | Use another skill for |
|---|---|
| Failing tests or builds | Planned feature work |
| Runtime errors | Branch review |
| Broken previews or deployments | Source-backed product research |
| Input | Example |
|---|---|
| Failure | The preview route /settings returns a server error. |
| Evidence | Include logs, screenshots, stack traces, or command output. |
| Scope | Keep account routes unchanged. |
| Verification | Rerun the failing path and relevant checks. |
/debug The preview route /settings returns a server error.
Inspect logs and related code first.
Fix the cause, then rerun the failing path.
| Page | Use it to |
|---|---|
| Build skill | Implement known project changes. |
| Review skill | Review fixes before merge. |