From teim-review
Runs an AI-powered OpenStack code review using Zuul CI or local git history, producing a structured report with HTML output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/teim-review:teim-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the @teim-review-agent subagent to perform a complete code review.
Use the @teim-review-agent subagent to perform a complete code review.
The authoritative shared workflow is
prompts/teim-review-core.md. This skill is the Claude-native adapter for that
workflow.
.teim-review/ (relative to the current working
directory)ZUUL_CHANGE is set; if so, operate
in Zuul CI mode; otherwise use local git context.teim-review/changed-files.txt by invoking the
bundled deterministic helper
skills/teim-review/scripts/detect_changed_files.py. In Zuul mode use the
helper default; in local uncommitted review pass --uncommitted-only; when a
base branch is selected pass --base-ref; pass --allow-root-commit only
when intentionally treating all tracked files as changed..teim-review/review-report.html./docs/quick-rules.md and
./docs/comprehensive-guide.md from the current repo./docs/knowledge/ from the current repo for
overlays and example-backed review contextschemas/review-report-schema.json (relative to the plugin root)config/tool-profiles.json defines shared fast and
deep aliases across toolsOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub seanmooney/openstack-ai-style-guide --plugin teim-review