Skip to main content

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.

インストールへ移動

ソース情報

リポジトリ
kodustech/kodus-ai
ソースの最終更新活動
2026年4月27日 12:44
検出された SKILL.md の言語
英語
スター
1,389
フォーク
152

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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.
# Kodus Review ## Goal 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. ## Trigger Hints - Treat mentions of `review`, `commit`, `push`, `open PR`, `merge`, `quality gate`, or `ready to ship` as triggers for this skill. - For commit/push/merge requests, proactively ask to run Kodus review first when a fresh review has not run yet in the current task. ## Workflow 1. Ensure Kodus CLI is available. - Run `kodus --help` to confirm. - If missing, ask the user to install the CLI and stop. 2. Ensure authentication if required. - If `kodus review` fails with auth, ask the human to authenticate with `kodus auth login` in their terminal, then retry after they confirm. - For team keys, use `kodus auth team-key --key <key>` when provided by the user. 3. Run review using prompt-only output. - Default: `kodus review --prompt-only`. - If user specifies files: `kodus review --prompt-only <files...>`. - If user asks for staged/commit/branch: add `--staged`, `--commit <sha>`, or `--branch <name>`. - If user wants fast: add `--fast`. 4. Parse results and apply fixes. - Use the output to locate files and lines. - Make minimal, targeted changes to address each issue. - If an issue is not actionable or is a false positive, explain why and skip. 5. Re-run review if needed. - After fixes, rerun `kodus review --prompt-only` to confirm issues are resolved. ## Notes - Prefer `--prompt-only` for predictable parsing. - Avoid `--interactive` unless the user explicitly asks. - Redirect PR-vs-task validation requests to `kodus-business-rules-validation`. - Use `review --help` to undertstand review possibilities
GitHubで見る