The EditGroups tool is used on Wikidata (docs, tool) and Wikimedia Commons (docs, tool) to undo certain bot runs. It is considered for deployment on Wikibase.Cloud too, in T330387
For instance, after running a QuickStatements batch in Wikidata, one can click the "Undo" button in QuickStatements, which leads to the EditGroups tool.
It can also be used to get an overview of bot activity.
I am struggling to maintain this tool (see those bug reports which linger for some time) and would welcome help from other maintainers.
This tool being dysfunctional has impacts on the Wikidata and Wikimedia Commons communities, as undoing erroneous bot imports becomes much more time-consuming.
The tool has high test coverage and is thoroughly documented. It is written in Python with the Django REST Framework and Celery as task runner (see git repository).
EditGroups could also be replaced by other tools. For instance T203557 suggests to replace parts of its functionality by a MediaWiki extension.