timsaucer opened a new pull request, #22327:
URL: https://github.com/apache/datafusion/pull/22327

   ## Which issue does this PR close?
   
   None.
   
   ## Rationale for this change
   
   When writing FFI code, there are a variety of established patterns that it 
is important to follow. This includes, but is not limited to, things like 
ensuring we do not make FFI struct changes on patch releases and ensuring we 
are following best practices for checking round trip trait implementations. The 
goal of this PR is to add an agent skill to aid both developers and code 
reviewers to find issues before they make it into the code base.
   
   ## What changes are included in this PR?
   
   - Add an agent skill.
   - Update the AGENTS.md file to explain where to find this skill.
   
   ## Are these changes tested?
   
   Yes, I have run the skill and it has already identified gaps in the current 
implementation for which we will open issues.
   
   ## Are there any user-facing changes?
   
   None


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to