delimit_repo_analyze
Perform a deep repository audit analyzing code structure, language mix, and quality signals. Use for structural analysis of local or remote repositories.
Instructions
Analyze repository structure and quality (experimental) (Pro).
When to use: for a deep audit of a repo (local or remote) — code structure, language mix, quality signals. When NOT to use: for a fast health pass (use delimit_repo_diagnose) or config-only audit (delimit_repo_config_audit).
Sibling contrast: delimit_repo_diagnose is a quick smoke test; this is the deeper structural audit.
Side effects: read-only on the resolved local path. Accepts local path, "owner/repo" shorthand, or GitHub URL — remote inputs are shallow-cloned into a tempdir for the call. Calls backends.repo_bridge.analyze through _run_repo_tool_with_remote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Repository path, "owner/repo", or GitHub URL. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||