con un clic
custom-codereview-guide
// Repository-specific code review guidelines for OpenHands CLI. Loaded alongside the code-review skill to provide project-specific context and review policies.
// Repository-specific code review guidelines for OpenHands CLI. Loaded alongside the code-review skill to provide project-specific context and review policies.
| name | custom-codereview-guide |
| description | Repository-specific code review guidelines for OpenHands CLI. Loaded alongside the code-review skill to provide project-specific context and review policies. |
| triggers | ["/codereview"] |
When a PR exclusively bumps SDK package versions (e.g., openhands-sdk,
openhands-tools, or other OpenHands SDK packages), always approve it
by submitting an actual GitHub approval review via the API.
Detection criteria — the PR satisfies all of the following:
pyproject.toml, uv.lock)
with version number changes for openhands-sdk and/or openhands-tools.When these criteria are met:
Evidence section in the PR description.gh api repos/{owner}/{repo}/pulls/{pr_number}/reviews \
-f event="APPROVE" \
-f body="✅ SDK version bump looks correct. Auto-approved."
Do NOT merely comment that the PR is "approved" or "ready to merge" — you
MUST use the GitHub Pull Request Reviews API with event: "APPROVE" so the
PR actually receives a green approval checkmark.