claude-github-actions-reviewlisted
Install: claude install-skill yilibinbin/external-models-for-codex
# Claude GitHub Actions Review
Use this skill when Codex should prepare a GitHub Actions PR review workflow for Claude for Codex.
Render without writing:
```bash
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" github-actions render "$ARGUMENTS"
```
Initialize the workflow only when the user explicitly wants a file written:
```bash
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" github-actions init --write "$ARGUMENTS"
```
Validate the generated or existing workflow:
```bash
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" github-actions validate "$ARGUMENTS"
```
## Natural-Language Claude Routing
<!--
routing:github-actions-review
routing:github-actions-init-explicit
routing:github-actions-quality-standard
-->
- Do not ask the user to write `--quality`, `--model`, or `--effort` unless troubleshooting the plugin itself.
- Use `github-actions render` for preview and `github-actions init --write` only when the user explicitly asks to create or update the workflow file.
- Default generated workflows to `--quality standard` even if the local environment requests stronger manual review.
- Persist concrete `--model` and `--effort` into the workflow only when the user explicitly asks for a concrete model or effort for CI.
- Keep generic strict or strong language as review focus unless the user explicitly asks to change the workflow's model or effort.
- Do not add `pull_request_target` unless the user explicitly asks to analyze that risk.
- Do not s