Investigate a production alert, determine root cause, create an issue, implement a fix, and notify the team
Audit content gaps, generate educational content, validate quality, and publish to Supabase
Implement a code fix for an issue and open a pull request
Generate a changelog from recent commits and merged PRs, categorize changes by type, and create a draft release
Run pre-deployment checks including database migration safety, environment variable drift detection, and rollback readiness verification
Automatically review pull requests for code style violations, missing tests, documentation gaps, and breaking API changes
Scan project dependencies for known CVEs, check for OWASP top 10 issues in code, generate a security report, and create issues for critical findings
Analyze test coverage across the codebase, identify untested critical paths, and generate test stubs for uncovered functions