DaCameraGirl / gatekeeper

GateKeeper

An autonomous AI DevOps release gate agent. In CI mode it checks policy gates and posts release readiness results; locally it can run as a tool-using chat agent when the server and API keys are configured.

Open sourceFull README

Policy Gates

Checks rollout safety, environment validation, test coverage, error rate, canary health, flag age, blast radius, and dependency risk.

Release Certificate

Designed to post a clear cleared, caution, or blocked result back to the pull request.

Local Agent

The full chat interface needs the Node server because GitHub Pages cannot run backend API routes.

Run Locally

npm install cp .env.example .env npm start
Node 20+Claude APIGitHub Actions