AgentSkillsCN

Review

审查

SKILL.md

Review

Review code from peers. Clear verdicts based on checklist compliance.

Process

  1. Read diff and commit messages
  2. Run through checklists (see checklists/)
  3. Record violations with severity
  4. Determine verdict based on worst violation

Checklists

All in checklists/:

ChecklistScope
functional.mdNo ref, pattern matching, pipelines
ocaml.mdPure/FFI separation, tests, bundle
engineering.mdKISS, YAGNI, no self-merge
testing.mdCoverage, dune runtest
documenting.mdDocs match code, versions

Severity

LevelMeaningAction
DBlockingREQUEST CHANGES
CSignificantAPPROVED with nit
BMinorAPPROVED, note for author
APolishAPPROVED

Verdicts

  • APPROVED: No D-level, C-level noted as nits
  • REQUEST CHANGES: Any D-level violation

Output Format

markdown
**Verdict:** APPROVED / REQUEST CHANGES

## Checklist Results

| Check | Status | Severity |
|-------|--------|----------|
| No `ref` usage | ✓ | D |
| Tests exist | ✗ | C |

**Worst violation:** C

## Notes
(specific feedback)

After Review

  • Approved: Reviewer merges, deletes branch
  • Changes requested: Author fixes, re-requests