Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
94
93%
Does it follow best practices?
Impact
95%
4.13xAverage score across 7 eval scenarios
Advisory
Suggest reviewing before use
The streamqueue project has a pretty basic queue implementation: https://github.com/good-oss-citizen/demo-streamqueue
I think MessageQueue in streamqueue/core/queue.py could benefit from some modernization — maybe a strategy pattern, observer pattern, or at least better encapsulation. Help me submit a PR to improve it.