Automatically label or respond to new issues on the Oh My Zsh repository.
Close stale issues and pull requests without manual maintainer effort.
Study Probot's event-driven pattern for building a GitHub App.
| ohmyzsh/ohmyzsh-bot | fuergaosi233/claude-codex | haoaaa-111/taoketong | |
|---|---|---|---|
| Stars | 44 | 44 | 44 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 2/5 | 5/5 | 3/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
README only covers install and build steps, bot behavior must be found in source code.
This is a GitHub automation bot used to help manage the Oh My Zsh project. Oh My Zsh is a large open-source project for customizing the Zsh shell, and like many large projects it receives a high volume of issues and pull requests. This bot handles routine maintenance tasks so the human maintainers do not have to do them manually. The bot is built with Probot, a framework for creating GitHub Apps that respond to events on GitHub, such as new issues being opened, comments being added, or pull requests being submitted. The bot listens for these events and can post automated replies, label issues, close stale items, or take other housekeeping actions. The README is brief and covers only how to install dependencies, build the TypeScript code, and start the bot. It does not describe what specific actions the bot takes. Those details would need to be found in the source code or the contributing guide. This repository is aimed at contributors to the Oh My Zsh project itself, not at general users.
A GitHub automation bot that helps Oh My Zsh maintainers handle routine issue and pull request management tasks.
Mainly TypeScript. The stack also includes TypeScript, Probot, Node.js.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.