Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
95
90%
Does it follow best practices?
Impact
99%
5.21xAverage score across 7 eval scenarios
Passed
No known issues
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.