# Glance Code Review

> Review OpenStack Glance, glance_store, python-glanceclient, and glance-tempest-plugin changes for correctness, architecture boundaries, policy impact, and test coverage. Use when user asks for patch review, Gerrit review help, code quality checks, or Glance change analysis.

- Skill: `konan-abhi/glance-code-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add konan-abhi/glance-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/konan-abhi/glance-code-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: konan-abhi (https://skillmd.com/u/konan-abhi)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/konan-abhi/glance-code-review

---


# Glance Code Review

## Instructions

1. Read the workflow in `skills/glance-code-review.md`.
2. Use `docs/baseline_guides/glance_architecture.md` for subsystem boundaries.
3. Apply coding guidance from `docs/knowledge_overlays/`.
4. Produce structured output that matches `schemas/code_review_schema.json`.
5. If requested, render artifacts:
   - Gerrit payload: `tools/json_to_gerrit_comment.py`
   - HTML report: `tools/json_to_html_report.py`

## 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.md`
- `docs/knowledge_overlays/`
- `schemas/code_review_schema.json`

