with one click
kodus-review
// Use when the user wants Kodus to review local changes, run `kodus review` or `--prompt-only`, fix Kodus review findings, or check commit, push, or merge readiness.
// Use when the user wants Kodus to review local changes, run `kodus review` or `--prompt-only`, fix Kodus review findings, or check commit, push, or merge readiness.
Use when the user wants to create, update or view Kody Rules via `kodus rules` command.
Use when the user wants to manage centralized configuration via `kodus config centralized` commands (status, init, sync, disable, and download).
Use when the user wants Kodus to review local changes through a local CLI build or non-production API such as `node dist/index.js`, localhost, or QA, including local `--prompt-only` flows.
Use when the user wants Kodus to validate local diff changes against task requirements, acceptance criteria, or business rules via `kodus pr business-validation`, especially for implementation-vs-task or merge readiness checks.
Use when the user wants to fetch, triage, or implement Kodus suggestions for an existing remote pull request via `kodus pr suggestions`, `--pr-url`, or `--pr-number`.
| name | kodus-review |
| description | Use when the user wants Kodus to review local changes, run `kodus review` or `--prompt-only`, fix Kodus review findings, or check commit, push, or merge readiness. |
Use the Kodus CLI to review changes and resolve issues. Prefer machine-friendly output via --prompt-only, then apply fixes in code.
If the request is to validate local changes against business rules, task requirements, or acceptance criteria, use kodus-business-rules-validation instead. kodus review does not trigger local business validation.
review, commit, push, open PR, merge, quality gate, or ready to ship as triggers for this skill.kodus --help to confirm.kodus review fails with auth, ask the human to authenticate with kodus auth login in their terminal, then retry after they confirm.kodus auth team-key --key <key> when provided by the user.kodus review --prompt-only.kodus review --prompt-only <files...>.--staged, --commit <sha>, or --branch <name>.--fast.kodus review --prompt-only to confirm issues are resolved.--prompt-only for predictable parsing.--interactive unless the user explicitly asks.kodus-business-rules-validation.review --help to undertstand review possibilities