Skip to main content
Use debug when a test, preview, deployment, route, or runtime path fails.

When to use it

Use debug forUse another skill for
Failing tests or buildsPlanned feature work
Runtime errorsBranch review
Broken previews or deploymentsSource-backed product research

What to provide

InputExample
FailureThe preview route /settings returns a server error.
EvidenceInclude logs, screenshots, stack traces, or command output.
ScopeKeep account routes unchanged.
VerificationRerun the failing path and relevant checks.

Example request

/debug The preview route /settings returns a server error.
Inspect logs and related code first.
Fix the cause, then rerun the failing path.

Expected output

Agent identifies the likely cause, applies a scoped fix when appropriate, reruns checks, and reports remaining risk.
PageUse it to
Build skillImplement known project changes.
Review skillReview fixes before merge.