open-code-review-setup

Installation
SKILL.md

Open Code Review Setup

Lifecycle operation: detect → install → configure → verify. For PR metadata, agent labels, and the token-spend semantics of rule.json, use ai-agent-pr-metadata — this skill only installs and validates the plumbing.

1. Detect

ls .opencodereview/ .github/workflows/ 2>/dev/null | grep -i -E 'ocr|open-code-review'
gh variable list --repo <owner>/<repo> | grep OCR_
gh secret list  --repo <owner>/<repo> | grep OCR_LLM_AUTH_TOKEN
  • All present → audit only: confirm the action is pinned to a SHA, the maintainer gate matches the repo owner, and the model var is still wanted. Do not clobber local customizations.
  • Anything missing → install/configure the missing pieces below.

2. Install

Branch per git workflow (feature/issue-N-open-code-review, PR to the default integration branch — never commit to main/staging directly).

Installs
4
GitHub Stars
2
First Seen
Aug 12, 2026
open-code-review-setup — wakqasahmed/ai-engineering-workflow-skills