Glance Code Review
Instructions
- Read the workflow in
skills/glance-code-review.md. - Use
docs/baseline_guides/glance_architecture.mdfor subsystem boundaries. - Apply coding guidance from
docs/knowledge_overlays/. - Produce structured output that matches
schemas/code_review_schema.json. - If requested, render artifacts:
- Gerrit payload:
tools/json_to_gerrit_comment.py - HTML report:
tools/json_to_html_report.py
- Gerrit payload:
Review checklist
- Validate style basics (license/import/docstring/line length expectations).
- Check architecture concerns per touched subsystem.
- Check test updates and identify gaps.
- Flag API-impact/spec signals when behavior or contracts change.
Additional resources
docs/baseline_guides/glance_architecture.mddocs/knowledge_overlays/schemas/code_review_schema.json