From teim-review
Run a full AI-powered OpenStack code review on the current repository. Automatically detects Zuul CI context or uses local git history. Orchestrates context extraction, commit analysis, project guidelines extraction, and code review in a single pass. Writes results to .teim-review/ in the current directory.
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.
.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/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)npx claudepluginhub seanmooney/openstack-ai-style-guide --plugin teim-reviewProvides code review for openshift/hypershift repo by delegating to its .claude/ agents (API, control/data plane, cloud providers) and skills; verifies make test/verify/api and generated files. Invoke with --profile hypershift.
Conducts tiered code reviews for security (OWASP top 10), performance, and quality on staged git changes, PRs, or files before commits or releases.