Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
95
91%
Does it follow best practices?
Impact
96%
3.55xAverage score across 20 eval scenarios
Advisory
Suggest reviewing before use
I ran into a bug in the streamqueue project: https://github.com/good-oss-citizen/demo-streamqueue
When I call MessageQueue.peek() on an empty queue, it raises IndexError instead of returning None. The docstring says peek() should return None for an empty queue. There's no issue filed for this yet.
Open a GitHub issue for it.