gemini-code-assist[bot] commented on code in PR #38818: URL: https://github.com/apache/beam/pull/38818#discussion_r3358893678
########## .agent/skills/README.md: ########## @@ -25,7 +25,9 @@ This directory contains skills that help the agent perform specialized tasks in | Skill | Description | |-------|-------------| +| [adding-new-metadata](adding-new-metadata/SKILL.md) | Guide on how to add and propagate new metadata fields in WindowedValue to avoid metadata loss | | [beam-concepts](beam-concepts/SKILL.md) | Core Beam programming model (PCollections, PTransforms, windowing, triggers) | +| [beam-dofn-modernizer](beam-dofn-modernizer/SKILL.md) | Rewrite Apache Beam DoFn methods to remove legacy ProcessContext/OnTimerContext | Review Comment:  To maintain consistency with the other descriptions in this table (which use noun phrases rather than imperative verbs), consider changing 'Rewrite' to 'Rewriting'. ```suggestion | [beam-dofn-modernizer](beam-dofn-modernizer/SKILL.md) | Rewriting Apache Beam DoFn methods to remove legacy ProcessContext/OnTimerContext | ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
