Delimit Repo Analyze
delimit_repo_analyzePerform a deep structural audit of a local or remote repository to assess code organization, language mix, and quality signals. Accepts a path, owner/repo shorthand, or GitHub URL.
Instructions
Analyze repository structure and quality (experimental).
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 | |||