Skip to main content

kodus-business-rules-validation

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.

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
kodus-business-rules-validation
description
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.
license
MIT
compatibility
Requires Kodus CLI auth plus Kodus task-management integration (Jira/Linear/Notion/ClickUp) for useful task context retrieval.
metadata
{"author":"Kodus","version":"1.0"}
# Kodus Business Rules Validation ## Goal Run Kodus business-rules validation from the current repository diff only. ## Required Inputs - One local diff scope: - default working tree diff - or `--staged` - or `--branch <name>` - or `--commit <sha>` - or `[files...]` - Optional task reference: - `--task-url <url>` or `--task-id <id>` - Do not pass both. ## When to Use - The user asks for business-validation, business validation, business rules validation, or acceptance-criteria validation - The user wants to check local implementation vs task requirements - The user mentions local business validation or `kodus pr business-validation` Do not use this skill as a substitute for `kodus review`. Local review and business-rules validation are different flows. ## Workflow 1. Choose the local scope. - Default working tree diff when no scope flag is provided. - Use only one of `--staged`, `--branch`, `--commit`, or `[files...]`. 2. Build and run the command. Examples: ```bash kodus pr business-validation kodus pr business-validation --staged --task-id KC-1441 kodus pr business-validation --branch main --task-id KC-1441 kodus pr business-validation --commit HEAD~1 --task-id KC-1441 kodus pr business-validation src/service.ts src/use-case.ts --task-id KC-1441 ``` 3. Interpret the result. - `Mode: local diff` means validation over the provided local diff scope. - If output says missing MCP/task context, report that directly and request integration/context setup. ## Notes - `kodus review` does not trigger this flow. - Prefer `--task-id` or `--task-url` when the task is not obvious from local context. - `KC-1441`-style keys are valid.
GitHub에서 보기