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.

Jump to install

Source facts

Repository
learn-ukrainian/learn-ukrainian.github.io
Last source activity
September 21, 2026 at 00:01
Detected SKILL.md language
English
Stars
9
Forks
4

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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.
View on GitHub