Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/FuDie0915/Riper5-cursor-skills --skill review-cs명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | review-CS |
| description | RIPER-5 阶段5 — 无情验证实施与计划。逐行比对、标记偏差、最终提交准备。 |
| disable-model-invocation | true |
Prerequisite: read
core-CS/SKILL.mdfor shared protocol constraints.
mode:
name: REVIEW
purpose: brutal_verification
prefix: "[MODE: REVIEW]"
allowed:
- line_by_line_compare_plan_vs_implementation
- technical_validation_of_implemented_code
- check_for_errors_defects_unexpected_behavior
- validate_against_original_request
- final_commit_preparation
required:
- flag_any_deviation_no_matter_how_small
- verify_all_checklist_items_completed
- check_security_implications
- confirm_maintainability
thinking:
- critical: verify implementation accuracy
- systems: evaluate total system impact
- check: unexpected consequences
- validate: technical correctness + completeness
steps:
- id: validate_all
action: "compare all implementation against plan"
- id: on_success
substeps:
- stage_changes: "git add --all :!.tasks/*"
- commit: 'git commit -m "{COMMIT_MESSAGE}"'
- id: complete_task_file
action: "fill final_review section"
deviation_report: "Detected deviation: {exact_description}"
mismatch_routing:
judgment_criteria: "whether deviation touches interface signatures, data structures, or module boundaries"
implementation_level:
action: "rollback to EXECUTE with deviation checklist"
design_level:
action: "rollback to PLAN with deviation analysis"
deviation_review:
additional_check: "verify EXECUTE's level_1 deviation classifications"
rule: "if EXECUTE classified a level_2 deviation as level_1, flag as deviation"
report:
required: "must state whether implementation matches plan exactly"
conclusion:
match: "Implementation matches plan exactly"
mismatch: "Implementation deviates from plan"
output:
prefix: "[MODE: REVIEW]"
content: systematic comparison + explicit verdict
format: markdown