A read-only health check for project skills and shell hooks, which are small automation scripts run by the project. It checks skill metadata, referenced files, overlapping triggers, executable permissions, and shell script headers.
A pre-commit documentation review that checks whether project guides and change logs still match code changes. It covers files such as CLAUDE.md, README files, CHANGELOG, feature documentation, and code comments.
A checker for recent continuous-integration (CI) workflow runs, which are automated build and test jobs. It groups failures into flaky failures, configuration or dependency drift, environment problems, and real test bugs.
A pull-request monitor for GitHub, where a pull request is a proposed code change awaiting review. It checks automated build and test results once and groups failures such as formatting changes, test failures, build errors, flaky failures, and contract drift.