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:

  1. COMMANDMENTS.md at the repo root (project-specific; preferred).
  2. docs/COMMANDMENTS.md (project-specific, docs-folder convention).
  3. ~/.agents/docs/commandments.md (the shared fallback copy, if present).
Installs
8
First Seen
Jun 11, 2026
commandments — catena-labs/dev-skills