Cora Code: AI-powered code review and code intelligence platform. BYOK (Bring Your Own Key).
- Usage guide (cora review, cora scan, cora brain search, CLI flags)
- Architecture (symbol extraction, hybrid search with AST + embedding, Brain Mode)
- Brain Mode (deep code understanding with BYOK AI providers)
- CI integration (pre-commit hooks, GitHub Actions, pitfalls and gotchas)
- Embedding strategy (dimension tuning, false positive handling, tree-sitter patterns)
- YAML config reference and CI setup
# Install
pip install cora-code
# Review current branch
cora review
# Scan for issues (no AI needed)
cora scan
# Brain mode, deep code intelligence
cora brain search "where is authentication handled?"| Skill Version | Cora Code Binary |
|---|---|
| 4.3.0 | v4.3.0+ |
Place this SKILL.md in ~/.hermes/skills/cora-code/.
- Cora Code repo, Source code
MIT