Process code review feedback systematically
1481-receive-feedback_553c0e44skillsetup L1★4
tools-only/X-Skills ↗What it does
Receive and log structured feedback on completed work
Best for
Closing the learning loop in multi-agent systems where human feedback refines next-cycle decisions.
Inputs
- · feedback form (rating, text, context)
- · work reference (task ID, PR URL)
Outputs
- · feedback entry in durable log
- · signal for loop improvement
Requires
- · feedback schema
- · vault graph
Preconditions
Work completed and shipped; feedback mechanism configured
Failure modes
- · feedback lost if log not persisted
- · unstructured feedback (no rating/context) → hard to aggregate
Trust signals
- · Structured form enforces consistency
- · Durable log integration