delimit_repo_diagnose
Diagnose repository health issues by checking for broken hooks, missing config, and dirty working tree. Use before committing or pushing to surface common problems.
Instructions
Diagnose repository health issues (experimental) (Pro).
When to use: before a commit or push to surface common repo problems — broken hooks, missing config, dirty working tree. When NOT to use: for full quality analysis (use delimit_repo_analyze) or per-file config validation (delimit_repo_config_validate).
Sibling contrast: delimit_repo_analyze is a deeper structural audit; this is a quick health-check pass.
Side effects: read-only on the repo; gated by require_premium. Calls backends.repo_bridge.diagnose. Marked experimental — output schema may evolve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Repository path. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||