[DX] Add a skills file to help guide AI Tools#17254
Open
AutomatedTester wants to merge 2 commits intotrunkfrom
Open
[DX] Add a skills file to help guide AI Tools#17254AutomatedTester wants to merge 2 commits intotrunkfrom
AutomatedTester wants to merge 2 commits intotrunkfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new top-level “skills” guide intended to help AI tooling and contributors make safe, focused changes in Selenium’s Bazel-built, multi-language monorepo.
Changes:
- Introduces
skills.mddocumenting core repo principles, high-risk areas, and a recommended Bazel workflow. - Adds language-specific checklists (Python, Ruby, .NET, Java, JavaScript) for common build/test/convention guidance.
- Provides cross-binding consistency and pre-PR checklists plus maintenance guidance.
cgoldberg
requested changes
Mar 25, 2026
Member
cgoldberg
left a comment
There was a problem hiding this comment.
from .common import command_builder
Can you change the relative imports back to absolute imports in the python files?
Contributor
|
Do we think it’d be useful to attach a link to the WS3 Bidi docs and make the agent directly utilize/reference those specs when doing bidi development? |
Member
|
@AutomatedTester are the 2 Python files meant to be in this PR, or do those belong to your CDDL PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issues
💥 What does this PR do?
Adds a skills file that helps guide AI Tools
In modern AI development frameworks (like CrewAI, AutoGen, or similar agentic workflows), the separation between agents and skills is essentially the difference between the "Who" and the "How."
While these specific filenames aren't a rigid universal standard like a README.md, they are common conventions used to define the architecture of an autonomous system.
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes