Skip to main content

kodus-review-dev

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.

설치로 이동

소스 정보

저장소
kodustech/kodus-ai
최근 소스 활동
2026년 4월 27일 12:44
감지된 SKILL.md 언어
영어
스타
1,409
포크
153

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
kodus-review-dev
description
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.
# Kodus Review (Dev) ## Goal Use the local Kodus CLI build in this repository 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. The local review command 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 local Kodus review first when a fresh review has not run yet in the current task. ## Workflow 1. Ensure local dev command is available. - Prefer the helper script (do not rely on aliases). - Use: `skills/kodus-review-dev/scripts/run-local-cli.sh --help`. - If missing or failing, ask the user to confirm the local path and env values, then stop. 2. Ensure authentication if required. - If the 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 `auth team-key --key <key>` with the same helper script when provided by the user. 3. Run review using prompt-only output. - Default: `skills/kodus-review-dev/scripts/run-local-cli.sh review --prompt-only`. - If user specifies files: append `<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 `skills/kodus-review-dev/scripts/run-local-cli.sh 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`. - The helper script respects `KODUS_API_URL`, `KODUS_VERBOSE`, and `KODUS_CLI_ENTRYPOINT`. - Do not use `--fix` unless the user explicitly asks.
GitHub에서 보기