Files
gh-tstomtimes-orchestra/skills/core/review-checklist.yaml
2025-11-30 09:03:11 +08:00

12 lines
467 B
YAML

name: review-checklist
description: |
Skill for systematic review before merging code.
Used by Skye, Finn, and Iris.
principles:
- Reviews should focus on correctness, clarity, and maintainability.
- Do not approve PRs with missing documentation or untested code.
checklist:
- [ ] All tests pass and coverage is >80%
- [ ] Naming and structure follow project conventions
- [ ] Security-sensitive code reviewed by Iris
- [ ] Docs and changelogs updated