Skip to main content

local-code-review

Review an exact local, commit, branch, or PR code/infra target with independent review and behavior proof; excludes learner semantics.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
learn-ukrainian/learn-ukrainian.github.io
آخر نشاط في المصدر
٢١ سبتمبر ٢٠٢٦ في ٠٠:٠١
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٩
التفرعات
٤

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
2 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
local-code-review
description
Review an exact local, commit, branch, or PR code/infra target with independent review and behavior proof; excludes learner semantics.
argument-hint
[local | commit <sha> | branch <branch> <base> | pr <number>]
# Closeout Review: $ARGUMENTS This skill supports only `code` and `infra` review profiles. A normal BIO learner-content request routes to `$curriculum-lifecycle` (or directly to `$track-completion` for one module), which owns the single bounded `$post-build-review` gate. `resolve-reviewer` fails before route selection for any learner-content semantic profile or domain. Do not duplicate post-build semantic review here. Use the explicit target in `$ARGUMENTS`: `local`, `commit <sha>`, `branch <branch> <base>`, or `pr <number>`. The checklist below owns target semantics, scope freezing, non-mutating checks, cross-family reviewer resolution, finding adjudication, and separate behavior proof. A clean working tree never substitutes for reviewing a requested commit or PR. For inline PR-comment posting, use `/code-review:code-review`. ## Execute Read and follow [`local-code-review-checklist.md`](local-code-review-checklist.md) in full. It drives `.venv/bin/python -m scripts.review.closeout_cli` for every step that has a deterministic answer (target resolution, scope-baseline freeze and breakers, reviewer resolution, findings adjudication) and tells you exactly what to reason about yourself. ## Output Print a structured report to the conversation (the checklist's Step 8 gives the exact shape). Do NOT write a file unless specifically asked.
عرض على GitHub