Summary
In using code from PyExasol, one of our colleagues noted that some of the type hints and usages were off. These were identified by mypy, and we would like to have an AI agent skill to better identify these issues so we can resolve them.
Our colleague kindly provided the skill they used. We should:
- verify the skill
- adapt it as needed
- update documentation we have on skills
- consider how we could include this and other checking skills in our CI pipeline
SKILL.md
Summary
In using code from PyExasol, one of our colleagues noted that some of the type hints and usages were off. These were identified by mypy, and we would like to have an AI agent skill to better identify these issues so we can resolve them.
Our colleague kindly provided the skill they used. We should:
SKILL.md