commandments
Installation
SKILL.md
Commandments Review
Audit changed code against the project's commandments (code style + human/agent
readability). The output is a worked checklist: every applicable commandment
is listed with a status, and every violation cites file:line with a concrete
fix. A clean diff is a valid result; do not manufacture findings.
This skill checks only what a linter cannot. It never re-flags anything oxlint / oxfmt / knip already enforce, and it never proposes formatting churn.
Step 1: Load the commandments
Find the rules, in this order:
COMMANDMENTS.mdat the repo root (project-specific; preferred).docs/COMMANDMENTS.md(project-specific, docs-folder convention).~/.agents/docs/commandments.md(the shared fallback copy, if present).