Agents
5
Commander, Architect, Debugger...
Bots
8
Docs, Tests, Perf, Changelog...
Workflows
4
Daily + Weekly + Feature + Debug
Auto-Debug
On
Fixes failures automatically
Security
Weekly
Full pattern scan
Pass Rate
—
Last 50 workflow runs
Orchestrates full engineering dept. Monitors workflow health, deployment status, component counts. Daily engineering briefing via Pushover.
health checkworkflow statsnetlify
Generates complete, production-ready Python bots/agents from plain English requirements. Pushes directly to GitHub. Enterprise quality code.
code genauto-pushpython
Downloads workflow failure logs, parses root cause with Claude, generates fix, pushes to repo, re-triggers workflow. 70%+ confidence threshold.
root causeauto-fixre-trigger
Scaffolds complete Netlify serverless functions from plain English. Supabase integration, CORS, validation, error handling all included.
netlifyserverlesssupabase
8 security patterns. Scans all Python files for hardcoded secrets, SQL injection, shell injection, HTTP vs HTTPS, bare excepts. Weekly scan.
weekly scan8 patternsCRITICAL alerts
Auto-generates markdown docs for all agents and bots. Publishes master docs/README.md weekly.
weeklyauto-docs
Creates pytest test files for every agent and bot. Unit tests, integration smoke tests, mock-based edge cases.
pytestmockssmoke tests
Checks 6 endpoints daily. Response time tracking, uptime alerts. Workflow pass rate monitoring. Pushover alert on degradation.
daily6 endpointsalerts
Auto-categorizes commits (feat/fix/refactor/docs). Generates weekly CHANGELOG.md. Tracks all engineering output.
weeklygit commits
Checks npm + PyPI packages for updates and deprecations. Weekly scan against registry APIs.
npmpypiweekly
Scans for TODOs, FIXMEs, long functions (50+ lines), bare excepts. Weekly debt report with severity levels.
TODO/FIXMEpatternsweekly
Collects errors from GitHub Actions + Netlify. Groups similar errors, tracks frequency. Feeds Auto Debugger.
dailygithubnetlify
Plain English → working code. Reads FEATURE_REQUEST env or GitHub issues labeled "build-me". Builds up to 3 components per run.
on-demandissuesauto-push