ecosystem_apply_quality_review
Submit a quality score and notes for an ecosystem deep review, then release the review lock so other workers can process the next item.
Instructions
Submit quality review result and release the claim lock.
Writes quality_score / quality_notes / reviewed_by / reviewed_at, clears claimed_by so other workers can pick up the next row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dr_id | Yes | EcosystemDeepReview.id to update. | |
| quality_notes | No | Reviewer notes / rationale. | |
| quality_score | Yes | 0-100 quality score. | |
| recommendation | No | integrate / reference / learn / skip. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||