validate
Executes build, test, and lint commands from a repository and reports results to identify code issues.
Instructions
Run existing repo validation commands (build, test, lint) and report the results. Recommended timeout: 10 minutes (600s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| model | No | ||
| prompt | Yes | ||
| repo_root | Yes | Absolute path to the target git worktree. Always pass the caller's active repository root; Dobby deliberately has no implicit repo fallback. | |
| extra_roots | No | ||
| timeout_seconds | No | ||
| reasoning_effort | No | ||
| important_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| model | Yes | ||
| status | Yes | ||
| summary | Yes | ||
| task_id | Yes | ||
| warnings | No | ||
| exit_code | No | ||
| repo_root | Yes | ||
| file_diffs | No | ||
| next_steps | No | ||
| duration_ms | No | ||
| stop_reason | No | ||
| completeness | Yes | ||
| result_state | No | final | |
| files_changed | No | ||
| artifact_paths | Yes | ||
| review_details | No | ||
| important_facts | No | ||
| reasoning_effort | Yes | ||
| sandbox_violations | No | ||
| raw_output_available | No | ||
| reverse_engineer_details | No |