ingestion-handoff-review
Installation
SKILL.md
Skill: Ingestion Handoff Review
Description
Reviews engine-request, gRPC ingestion, payload descriptors, and cross-repo handoff contracts.
Instructions
- Locate engine-request reader/importer code.
- Locate gRPC ingestion DTO mapping and validators.
- Locate domain payload descriptors and payload kinds.
- Locate CLI ingest-request behavior and summaries.
- Compare documented producer fields with verified reader fields.
- Check relative and absolute payload path handling.
- Check missing payload, unknown kind, and malformed request diagnostics.
- Define contract tests using explicit fixtures.