ecosystem_deep_review_request
Queue an automated deep review of a repository and receive a dispatch prompt for spawning a sub-agent. The review auto-fails after a configurable timeout if no report is linked.
Instructions
Queue a deep-review for a repo and return the dispatch prompt.
Creates an EcosystemDeepReview row queued on the funnel
(stage_status='queued'; the legacy status column is a
derived read-only view and returns 'queued' — no more
'running'), and embeds a sub-agent prompt (5-section template
repo metadata) in the row's
dispatch_promptfield. A background watchdog advancesstage_statustoshallow_failed(status derives tofailed) aftertimeout_minutesif no report has been linked. The Leader is responsible for actually spawning the sub-agent (via the CC Agent tool; the session's implicit team is used automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | EcosystemRepoProfile.id of the target repo. | |
| agent_id | No | Optional pre-assigned agent identifier. | |
| priority | No | medium / high / critical (informational only). | medium |
| timeout_minutes | No | Hard cap before auto-fail (5..180). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||