Problem
scientific-skills/benchling-integration/SKILL.md says it supports setting up event-driven integrations with AWS EventBridge. The Events section only lists high-level steps like configuring routing, creating rules, and routing to Lambda. It does not include an event schema, SDK example, AWS rule example, or a reference file for implementation details.
Impact
Agents can identify that EventBridge is relevant but do not have enough concrete instruction to implement or validate the workflow. This is weaker than the other concrete SDK sections in the same skill.
Suggested fix
Add one of the following:
- A minimal EventBridge rule example.
- A sample Benchling event payload schema.
- A Lambda handler skeleton for processing a Benchling event.
- A reference file such as
references/eventbridge.md with setup and validation steps.
Problem
scientific-skills/benchling-integration/SKILL.mdsays it supports setting up event-driven integrations with AWS EventBridge. The Events section only lists high-level steps like configuring routing, creating rules, and routing to Lambda. It does not include an event schema, SDK example, AWS rule example, or a reference file for implementation details.Impact
Agents can identify that EventBridge is relevant but do not have enough concrete instruction to implement or validate the workflow. This is weaker than the other concrete SDK sections in the same skill.
Suggested fix
Add one of the following:
references/eventbridge.mdwith setup and validation steps.