ecosystem_apply_quality_review
Submit a quality review score and notes, record the reviewer and timestamp, then clear the claim lock so another worker can process the next record.
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 | |||