Architect Agent
GitHub-based system design and code review agent.
Overview
Platform: GitHub Actions Status: Beta Trigger: PR labels, Issue labels
Features
- Design reviews
- Tech spec generation
- Code review
- Security audit
- Documentation updates
Triggers
| Label | Action |
|---|---|
needs-design-review | Architecture review |
tech-spec-needed | Generate tech spec |
security-critical | Security review |
documentation | Update docs |
Configuration
architect:
github_token: ${GITHUB_TOKEN}
openai_key: ${OPENAI_API_KEY}
rules:
- require_tests
- max_complexity: 10
- require_docstrings
Workflow
- PR created with label
- Agent analyzes changes
- Posts review comments
- Updates documentation on merge