alignment-review
Installation
SKILL.md
Alignment Review
Review code changes for alignment with OpenEnv principles using a two-tier model.
Instructions
-
Run automated checks first:
- Execute
bash .claude/hooks/lint.sh- capture lint issues - Execute
bash .claude/hooks/check-debug.sh- capture debug code
- Execute
-
Read alignment documents:
.claude/docs/PRINCIPLES.md- design principles.claude/docs/INVARIANTS.md- system invariants
-
Read open RFCs:
- Scan
rfcs/directory for all RFC files - Note the status of each RFC (Draft, In Review, Accepted, Implemented)
- Pay special attention to Draft and In Review RFCs - these represent active design discussions
- Scan